Wednesday 3 June 2020

UGC NET Computer Science December 2019 | Question 113

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.
  1. 1. Wij(t+1)=Wij(t)+α ∂E/∂Wij , 0<=α<=1
  2. 2. Wij(t+1)=Wij(t)-α ∂E/∂Wij , 0<=α<=1
  3. 3. Wij(t+1)=α ∂E/∂Wij , 0<=α<=1
  4. 4. Wij(t+1)= - α ∂E/∂Wij , 0<=α<=1
Answer : 2. Wij(t+1)=Wij(t)-α ∂E/∂Wij , 0<=α<=1

Explanation Question 113

Option 2 is correct answer

PreviousNext
UGC NET CS December 2019 - Question 112UGC NET CS December 2019 - Question 114

No comments:

Post a Comment

UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts