Artificial Intelligence - Study Mode
[#696] Ambiguity may be caused by ______________
Correct Answer
(D) all of the mentioned
[#697] In which state spaces does the online-dfs-agent will work?
Correct Answer
(B) Reversible state spaces
[#698] In LISP, the function (copy-list <list>)
Correct Answer
(A) returns a new list that is equal to <list> by copying the top-level element of <list>
[#699] What are Semantic Networks?
Correct Answer
(A) A way of representing knowledge
[#700] A 4-input neuron has weights 1, 2, 3 and 4. The transfer function is linear with the constant of proportionality being equal to 2. The inputs are 4, 10, 5 and 20 respectively. What will be the output?
Correct Answer
(A) 238