Neural Networks Multiple Choice Questions on “Applications Of Neural Networks – 1″.
1. Which application out of these of robots can be made of single layer feedforward network?
A. wall climbing
B. rotating arm and legs
C. gesture control
D. wall following
Answer: D
Clarification: Wall folloing is a simple task and doesn’t require any feedback.
2. Which is the most direct application of neural networks?
A. vector quantization
B. pattern mapping
C. pattern classification
D. control applications
Answer: C
Clarification: Its is the most direct and multilayer feedforward networks became popular because of this.
3. What are pros of neural networks over computers?
A. they have ability to learn b examples
B. they have real time high computational rates
C. they have more tolerance
D. all of the mentioned
Answer: D
Clarification: Because of their parallel structure, they have high computational rates than conventional computers, so all are true.
4. what is true about single layer associative neural networks?
A. performs pattern recognition
B. can find the parity of a picture
C. can determine whether two or more shapes in a picture are connected or not
D. none of the mentioned
Answer: A
Clarification: It can only perform pattern recognition, rest is not true for a single layer neural.
5. which of the following is false?
A. neural networks are artificial copy of the human brain
B. neural networks have high computational rates than conventional computers
C. neural networks learn by examples
D. none of the mentioned
Answer: D
Clarification: All statements are true for a neural network.
6. For what purpose, hamming network is suitable?
A. classification
B. association
C. pattern storage
D. none of the mentioned
Answer: A
Clarification: Hamming network performs template matching between stored templates and inputs.
7. What happens in upper subnet of the hamming network?
A. classification
B. storage
C. output
D. none of the mentioned
Answer: D
Clarification: In upper subnet, competitive interaction among units take place.
8. The competition in upper subnet of hamming network continues till?
A. only one unit remains negative
B. all units are destroyed
C. output of only one unit remains positive
D. none of the mentioned
Answer: C
Clarification: The competition in upper subnet of hamming network continues till output of only one unit remains positive.
9. What does the activation value of winner unit is indicative of?
A. greater the degradation more is the activation value of winning units
B. greater the degradation less is the activation value of winning units
C. greater the degradation more is the activation value of other units
D. greater the degradation less is the activation value of other units
Answer: B
Clarification: Simply, greater the degradation less is the activation value of winning units.
10. What does the matching score at first layer in recognition hamming network is indicative of?
A. dissimilarity of input pattern with patterns stored
B. noise immunity
C. similarity of input pattern with patterns stored
D. none of the mentioned
Answer: C
Clarification: Matching score is simply a indicative of similarity of input pattern with patterns stored.