Top 80+ Solved Advanced Neural Network and Fuzzy System MCQ Questions Answer
Q. Which knowledge base is called as fixed point?
a. first-order definite clause is similar to propositional forward chaining
b. first-order definite clause is mismatch to propositional forward chaining
c. both a & b
d. none of the mentioned
Q. How to eliminate the redundant rule matching attempts in the forward chaining?
a. decremental forward chaining
b. incremental forward chaining
c. data complexity
d. none of the mentioned
Q. From where did the new fact inferred on new iteration is derived?
a. old fact
b. narrow fact
c. new fact
d. all of the mentioned
Q. Which will solve the conjuncts of the rule so that the total cost is minimized?
a. constraint variable
b. conjunct ordering
c. data complexity
d. all of the mentioned
Q. A _________ is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility.
a. decision tree
b. graphs
c. trees
d. neural networks
Q. Decision Tree is
a. flow-chart
b. structure in which internal node represents test on an attribute, each branch represents outcome of test and each leaf node represents class label
c. both a) & b)
d. none of the mentioned
Q. Choose from the following that are Decision Tree nodes
a. decision nodes
b. weighted nodes
c. chance nodes
d. end nodes
Q. How the decision tree reaches its decision?
a. single test
b. two test
c. sequence of test
d. no test
Q. What is the other name of informed search strategy?
a. simple search
b. heuristic search
c. online search
d. none of the mentioned