11. |
What is the name of the function in the following statement “A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0”?
|
||||||||
Answer:
Option (b) |
12. |
Having multiple perceptrons can actually solve the XOR problem satisfactorily: this is because each perceptron can partition off a linear part of the space itself, and they can then combine their results.
|
||||||||
Answer:
Option (c) |
13. |
The network that involves backward links from output to the input and hidden layers is called _________
|
||||||||
Answer:
Option (c) |
14. |
Which of the following is an application of NN (Neural Network)?
|
||||||||
Answer:
Option (d) |