Lectre 15

You might also like

Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 33

Neural Networks

Lecture 15

Bais Vs Variance Tradeoff

Biological Vs Artificial Neurons

Perceptron Learning Algorithm


INPUT stage: Select patterns from the inputs examples FORWARD stage: Calculate the actual output using the linear classifier formula. WEIGHTCHANGE stage: If the actual output and target output are same do nothing else change the weights according to Wi = Wi + n*(yT y)*xi Repeat the above steps until error criteria is satified.

Boolean Function Classification

Beyond linear Separability

Input representation

You might also like