NN: Introduction to Neural Network MCQs
NN : Introduction to Neural Network Q1. Weights impact For the neural network shown above, which of these statements is true? Choose the correct answer from below: A. -5 weight is bad for the neural network. B. The neuron with weight 10 will have the most impact on the output. C. The neuron with weight -5 will have the most impact on the output. D. The neuron with weight 2 will have the most impact on the output. Ans: B Correct option : The neuron with weight 10 will have the most impact on the output. Explanation : There is no such thing that a neuron with a negative weight will be bad for the output. The negative or positive weight of a neuron simply means whether it has an increasing or decreasing effect on the output value. A neuron with the largest magnitude will have the most significant effect on the output value. Q2. Calculate Forward Pass The neuron n has the weights 1,2,3,4, and 5. The values of inputs are 4,10,5,20, and 0.