Perceptron - Algorithm
Perceptron - Algorithm
x1 = isActorRajinikanth
Let us reconsider our problem of deciding whether to watch
a movie or not x2 = isGenreFamily
x3 = isDirectorKSRavi
x4 = imdbRating(scaled to 0 to 1)
Suppose we are given a list of m movies and a label (class)
... ...
associated with each movie indicating whether the user liked
xn = criticsRating(scaled to 0 to 1)
this movie or not : binary decision
Do we always need to hand code the threshold? No, we can learn the threshold
Are all inputs equal? What if we want to assign more weight (importance) to some
inputs? A perceptron allows weights to be assigned to inputs