Google News
logo
Neural Networks - Quiz(MCQ)
The update in weight vector in basic competitive learning can be represented by?
A)
w(t + 1) = w(t)
B)
w(t + 1) = w(t) + del.w(t)
C)
w(t + 1) = w(t) – del.w(t)
D)
None of the above

Correct Answer :   w(t + 1) = w(t) + del.w(t)


Explanation : The update in weight vector in basic competitive learning can be represented by w(t + 1) = w(t) + del.w(t).

Advertisement