250+ MCQs on Neural Networks Learning Basics – 2 and Answers

Neural Networks Inteview Questions and Answers for freshers on “Learning Basics – 2”.

1. What is supervised learning?
A. weight adjustment based on deviation of desired output from actual output
B. weight adjustment based on desired output only
C. weight adjustment based on actual output only
D. none of the mentioned

Answer: A
Clarification: Supervised learning is based on weight adjustment based on deviation of desired output from actual output.

2. Supervised learning may be used for?
A. temporal learning
B. structural learning
C. both temporal & structural learning
D. none of the mentioned

Answer: C
Clarification: Supervised learning may be used for both temporal & structural learning.

3. What is structural learning?
A. concerned with capturing input-output relationship in patterns
B. concerned with capturing weight relationships
C. both weight & input-output relationships
D. none of the mentioned

Answer: A
Clarification: Structural learning deals with learning the overall structure of network in a macroscopic view.

4. What is temporal learning?
A. concerned with capturing input-output relationship in patterns
B. concerned with capturing weight relationships
C. both weight & input-output relationships
D. none of the mentioned

Answer: B
Clarification: Temporal learning is concerned with capturing weight relationships.

5. What is unsupervised learning?
A. weight adjustment based on deviation of desired output from actual output
B. weight adjustment based on desired output only
C. weight adjustment based on local information available to weights
D. none of the mentioned

Answer: C
Clarification: Unsupervised learning is purely based on adjustment based on local information available to weights.

6. Learning methods can only be online?
A. yes
B. no

Answer: B
Clarification: Learning can be offline too.

7. Online learning allows network to incrementally adjust weights continuously?
A. yes
B. no

Answer: A
Clarification: Follows from basic definition of online learning.

8. What is nature of input in activation dynamics?
A. static
B. dynamic
C. both static & dynamic
D. none of the mentioned

Answer: A
Clarification: Input is fixed throughout the dynamics.

9. Adjustments in activation is slower than that of synaptic weights?
A. yes
B. no

Answer: B
Clarification: Adjustments in activation is faster than that of synaptic weights.

10. what does the term wij(0) represents in synaptic dynamic model?
A. a prioi knowledge
B. just a constant
C. no strong significance
D. future adjustments

Answer: A
Clarification: Refer to weight equation of synaptic dynamic model.

To practice all areas of Neural Networks for interviews,