Single Perceptron Learning

버전 1.0.0.0 (5.39 KB) 작성자: Suraj Kamya
Without using inbuilt functions from NN Tool. Perceptron learning is implemented.
다운로드 수: 2.6K
업데이트 날짜: 2013/11/25

라이선스 보기

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);

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0