Q.1.
Why is the XOR problem exceptionally interesting to neural network researchers?
Q.2.
What is back propagation?
Q.3.
Why are linearly separable problems of interest of neural network researchers?
Q.4.
Which of the following is not the promise of artificial neural network?
Q.5.
Neural Networks are complex ______________ with many parameters.
Q.6.
A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs aotherwise it just outputs a 0.
Q.7.
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 aotherwise it just outputs a 0”?
Q.8.
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.
Q.9.
The network that involves backward links from output to the input and hidden layers is called _________
Q.10.
Which of the following is an application of NN (Neural Network)?