how to testing single input in perceptron??

Helloo,,
i want to know about perceptron,,
how to testing single input in matlab???
example i have sample P4 which p1 = 1, p2 = 2, t = 1, w1 = 1, w2 = 0,5
how to test that sample in perceptron???

Respuestas (1)

Greg Heath
Greg Heath el 12 de Mayo de 2012

0 votos

error = t - hardlim(w1*p1+w2*p2+b)
Why don't you have a bias b ??
Hope this helps.
Greg

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 12 de Mayo de 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by