Single Perceptron Learning

Without using inbuilt functions from NN Tool. Perceptron learning is implemented.
2,6K Downloads
Aktualisiert 25. Nov 2013

Lizenz anzeigen

Perceptron Learning Rule is:
% Wnew = Wold + e*p
% e = t - a
% b = bold + e
% Update the weight & bias until it prodeuces correct target for inputs.

% For example:
% And Gate:
% P=[0 0 1 1; 0 1 0 1]; t=[0 0 0 1]; w=[0 0]; b=0; ep=20;
% [w b]=perceplearn(P,t,w,b,ep);

Zitieren als

Suraj Kamya (2024). Single Perceptron Learning (https://www.mathworks.com/matlabcentral/fileexchange/44470-single-perceptron-learning), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2013a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0.0