Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these (a = b) where b = 10 (a = 10) (d) (setq 10 a) (setq a 10) None of these None of these (a = b) where b = 10 (a = 10) (d) (setq 10 a) (setq a 10) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The Strategic Computing Program is a project of the: Defense Advanced Research Projects Agency Jet Propulsion Laboratory None of these All of these National Science Foundation Defense Advanced Research Projects Agency Jet Propulsion Laboratory None of these All of these National Science Foundation ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following is also called as exploratory learning? Reinforcement learning Unsupervised learning Active learning Supervised learning Reinforcement learning Unsupervised learning Active learning Supervised learning ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Where does the bayes rule can be used? Answering probabilistic query Solving queries Increasing complexity Decreasing complexity Answering probabilistic query Solving queries Increasing complexity Decreasing complexity ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Best-First search can be implemented using the following data structure Stack Queue Circular Queue Priority Queue Stack Queue Circular Queue Priority Queue ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A problem is first connected to its proposed solution during the _____ stage. formalization implementation. identification testing conceptualization formalization implementation. identification testing conceptualization ANSWER DOWNLOAD EXAMIANS APP