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).