Artificial intelligence Where does the bayes rule can be used? Increasing complexity Decreasing complexity Solving queries Answering probabilistic query Increasing complexity Decreasing complexity Solving queries Answering probabilistic query ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence To which depth does the alpha-beta pruning can be applied? 10 states 6 states 8 states Any depth 10 states 6 states 8 states Any depth ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the space complexity of Depth-first search? O(b) O(bl) O(bm) O(m) O(b) O(bl) O(bm) O(m) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function assigns . the value of a to b is (b = a) (setq a b) (setq b a ) (set b = a) None of these (b = a) (setq a b) (setq b a ) (set b = a) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of these schools was not among the early leaders in AI research? Stanford University None of these Dartmouth University Harvard University Massachusetts Institute of Technology Stanford University None of these Dartmouth University Harvard University Massachusetts Institute of Technology ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Average of Path cost from start node to current node and Heuristic cost Heuristic function Path cost from start node to current node + Heuristic cost Path cost from start node to current node Average of Path cost from start node to current node and Heuristic cost Heuristic function Path cost from start node to current node + Heuristic cost Path cost from start node to current node ANSWER DOWNLOAD EXAMIANS APP