sereno
Uploaded by
1 SLIDES
234 VUES
20LIKES

Perceptron Learning Rule

DESCRIPTION

t = -1. t = 1. o =1. w = [0.25 –0.1 0.5] x 2 = 0.2 x 1 – 0.5. o =-1. ( x , t )=([2,1], - 1) o =sgn(0.45-0.6+0.3) =1. ( x , t )=([-1,-1], 1) o = sgn(0.25+0.1-0.5) = - 1.  w = [0.2 –0.2 –0.2].  w = [ - 0.2 –0.4 –0.2]. ( x , t )=([1,1], 1) o = sgn(0.25 - 0.7+0.1) = - 1.

1 / 1

Télécharger la présentation

Perceptron Learning Rule

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. t=-1 t=1 o=1 w=[0.25 –0.1 0.5] x2 = 0.2 x1 – 0.5 o=-1 (x,t)=([2,1],-1) o=sgn(0.45-0.6+0.3) =1 (x,t)=([-1,-1],1) o=sgn(0.25+0.1-0.5) =-1 w=[0.2 –0.2 –0.2] w=[-0.2 –0.4 –0.2] (x,t)=([1,1],1) o=sgn(0.25-0.7+0.1) =-1 w=[0.2 0.2 0.2] -0.5x1+0.3x2+0.45>0  o = 1 Perceptron Learning Rule x2 x2 x1 x1 x2 x2 x1 x1

More Related