




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The key points are: Linear Discriminant Functions, Perceptron, Weighted Sum and Threshold, Simple Iterative Algorithm, Perceptron Learning Algorithm, Geometric View, Batch Version of Algorithm, Simple Learning Machine, Neuron Model
Typology: Slides
1 / 122
This page cannot be seen from the preview
Don't miss anything!





























































































′ d ∑= 1 if^ wφi i= (X) +^ w>^0 i^0 =^0 Otherwisewhere φare fixed functions.i
-^ ‘find weighted sum and threshold’
(k^ + 1)^ −^ W^ (k
). Then ∆W^ (k)^ = 0
T^ if W (k)X (k)^ >^ 0 &^ y(k) = 1
,^ or T^ W (k)X(k)^ <^ 0 & y(k) = 0 =^ X(k)^ if^ W
T^ (k)X(k)^ ≤^ 0 & y(k) = 1 =^ −^ X(k)^ if^ W
T^ (k)X(k)^ ≥^ 0 & y(k) = 0^ PR NPTEL course – p.10/
-^ Now the correction made to
W^ (k)^ can be seen as^ PR NPTEL course – p.13/
-^ We showed that: if the training set is linearlyseparable, the the algorithm would find a separatinghyperplane in finitely many iterations.
-^ Perceptron is an interesting algorithm to learn linearclassifiers.
-^ Perceptron is an interesting algorithm to learn linearclassifiers. •^ Works only when data is linearly separable.