Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y = 'x') (set y = 'x') (setq y x) (setq y 'x') None of these (setq y = 'x') (set y = 'x') (setq y x) (setq y 'x') None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers? None of these Isolated word recognition Speaker-dependent recognition Connected word recognition Continuous speech recognition None of these Isolated word recognition Speaker-dependent recognition Connected word recognition Continuous speech recognition ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The original LISP machines produced by both LMI and Symbolics were based on research performed at: Stanford University MIT None of these CMU RAMD Stanford University MIT None of these CMU RAMD ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is perceptron? a single layer feed-forward neural network with pre-processing a neural network that contains feedback a double layer auto-associative neural network an auto-associative neural network a single layer feed-forward neural network with pre-processing a neural network that contains feedback a double layer auto-associative neural network an auto-associative neural network ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Natural language processing can be divided into the two subfields of: recognition and synthesis context and expectations generation and understanding None of these semantics of pragmatics recognition and synthesis context and expectations generation and understanding None of these semantics of pragmatics ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Best-First search can be implemented using the following data structure Queue Priority Queue Stack Circular Queue Queue Priority Queue Stack Circular Queue ANSWER DOWNLOAD EXAMIANS APP