I need perceptron algorithm code with matlab.

Can you help me ?

Thanks

link|improve this question

57% accept rate
1  
have a look at this: stackoverflow.com/questions/4882367/… – Itamar Katz Mar 4 '11 at 21:54
feedback

closed as not a real question by Armen Tsirunyan, Chathuranga Chandrasekara, gnovice, coobird, Kyle Rozendo Mar 5 '11 at 17:55

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

3 Answers

up vote 3 down vote accepted

I think you can either code it by yourself using instructions from Wikipedia:

http://en.wikipedia.org/wiki/Perceptron

or go for Neural Network Toolbox which was specially designed for MATLAB:

http://www.mathworks.com/products/neuralnet/

link|improve this answer
feedback

Here ya go....

http://www.mathworks.com/matlabcentral/fileexchange/27754-rosenblatts-perceptron

link|improve this answer
first link on google also? me too... – kelloti Mar 4 '11 at 17:39
yep yep, grinding up the rep – Orbit Mar 4 '11 at 17:41
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.