Question 113
Let Wij, represents weight between node i at layer k and node j at layer (k-1) of a given multilayer perceptron. The weight updation using gradient descent method is given by
Where α and E represents learning rate and Error in the output respectively.
Answer : 2. Wij(t+1)=Wij(t)-α ∂E/∂Wij , 0<=α<=1 Where α and E represents learning rate and Error in the output respectively.
Previous | Next |
UGC NET CS December 2019 - Question 112 | UGC NET CS December 2019 - Question 114 |
Option 2 is correct answer