RTUEE / EC / EEEYr 2023 · Sem 82023

Q10Soft Computing

Question

2 marks

Q.10. State the concept of delta-rule used in Adaptive Linear Neurons.

Answer

The delta rule (Widrow-Hoff rule) updates weights in proportion to the error between the target and the actual net (linear) output, before applying any activation function, using gradient descent to minimize the mean squared error, forming the basis of the Adaline (Adaptive Linear Neuron) learning algorithm.

Back to Paper