Artificial intelligence Which is the most straightforward approach for planning algorithm? State-space search Hill-climbing search Depth-first search Best-first search State-space search Hill-climbing search Depth-first search Best-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Where does the Hidden Markov Model is used? Speech recognition None of the mentioned Understanding of real world Both Speech recognition & Understanding of real world Speech recognition None of the mentioned Understanding of real world Both Speech recognition & Understanding of real world ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A heuristic is a way of trying __________ All of the mentioned To compare two nodes in a search tree to see if one is better than the other is To search and measure how far a node in a search tree seems to be from a goal To discover something or an idea embedded in a program All of the mentioned To compare two nodes in a search tree to see if one is better than the other is To search and measure how far a node in a search tree seems to be from a goal To discover something or an idea embedded in a program ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Special programs that assist programmers are called: None of these program recognizers heuristic processors symbolic programmers intelligent programming tools None of these program recognizers heuristic processors symbolic programmers intelligent programming tools ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the space complexity of Depth-first search? O(m) O(b) O(bm) O(bl) O(m) O(b) O(bm) O(bl) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is state space? The whole problem Problem you design Representing your problem with variable and parameter Your Definition to a problem The whole problem Problem you design Representing your problem with variable and parameter Your Definition to a problem ANSWER DOWNLOAD EXAMIANS APP