250+ TOP MCQs on Neural Networks – Pattern Mapping and Answers

Neural Networks Multiple Choice Questions on “Pattern Mapping″.

1. Can all hard problems be handled by a multilayer feedforward neural network, with nonlinear units?
A. yes
B. no
Answer: A
Clarification: Multilayer perceptrons can deal with all hard problems.

2. What is a mapping problem?
A. when no restrictions such as linear separability is placed on the set of input – output pattern pairs
B. when there may be restrictions such as linear separability placed on input – output patterns
C. when there are restriction but other than linear separability
D. none of the mentioned
Answer: A
Clarification: Its a more general case of classification problem.

3. Can mapping problem be a more general case of pattern classification problem?
A. yes
B. no
Answer: A
Clarification: Since no restrictions such as linear separability is placed on the set of input – output pattern pairs, mapping problem becomes a more general case of pattern classification problem.

4. What is the objective of pattern mapping problem?
A. to capture weights for a link
B. to capture inputs
C. to capture feedbacks
D. to capture implied function
Answer: D
Clarification: The objective of pattern mapping problem is to capture implied function.

5. To provide generalization capability to a network, what should be done?
A. all units should be linear
B. all units should be non – linear
C. except input layer, all units in other layers should be non – linear
D. none of the mentioned
Answer: C
Clarification: To provide generalization capability to a network, except input layer, all units in other layers should be non – linear.

6. What is the objective of pattern mapping problem?
A. to capture implied function
B. to capture system characteristics from observed data
C. both to implied function and system characteristics
D. none of the mentioned
Answer: D
Clarification: The implied fuction is all about system characteristics.

7. Does an approximate system produce strictly an interpolated output?
A. yes
B. no
Answer: B
Clarification: An approximate system doesn’t produce strictly an interpolated output.

8. The nature of mapping problem decides?
A. number of units in second layer
B. number of units in third layer
C. overall number of units in hidden layers
D. none of the mentioned
Answer: C
Clarification: The nature of mapping problem decides overall number of units in hidden layers.

9. How is hard learning problem solved?
A. using nonlinear differentiable output function for output layers
B. using nonlinear differentiable output function for hidden layers
C. using nonlinear differentiable output function for output and hidden layers
D. it cannot be solved
Answer: C
Clarification: Hard learning problem is solved by using nonlinear differentiable output function for output and hidden layers.

10. The number of units in hidden layers depends on?
A. the number of inputs
B. the number of outputs
C. both the number of inputs and outputs
D. the overall characteristics of the mapping problem
Answer: D
Clarification: The number of units in hidden layers depends on the overall characteristics of the mapping problem.