Artificial intelligence Where does the bayes rule can be used? Decreasing complexity Solving queries Increasing complexity Answering probabilistic query Decreasing complexity Solving queries Increasing complexity Answering probabilistic query ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is perceptron? a neural network that contains feedback an auto-associative neural network a single layer feed-forward neural network with pre-processing a double layer auto-associative neural network a neural network that contains feedback an auto-associative neural network a single layer feed-forward neural network with pre-processing a double layer auto-associative neural network ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns the list that results after the first element is removed (the rest f the list), is..........? car cdr cons last car cdr cons last ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which is true regarding BFS (Breadth First Search)? The entire tree so far been generated must be stored in BFS BFS will get trapped exploring a single path BFS is not guaranteed to find a solution if exists BFS is nothing but Binary First Search The entire tree so far been generated must be stored in BFS BFS will get trapped exploring a single path BFS is not guaranteed to find a solution if exists BFS is nothing but Binary First Search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A problem in a search space is defined by one of these state. Intermediate state All of the mentioned Initial state Last state Intermediate state All of the mentioned Initial state Last state ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A search algorithm takes _________ as an input and returns ________ as an output. Parameters, sequence of actions Input, output Solution, problem Problem, solution Parameters, sequence of actions Input, output Solution, problem Problem, solution ANSWER DOWNLOAD EXAMIANS APP