Perceptron Learning

Versión 1.0.0.0 (22.2 KB) por Bhartendu
Perceptron Learning rule, (Artificial Neural Networks)
1.5K descargas
Actualizado 21 May 2017

Ver licencia

When comparing with the network output with desired output, if there is error the weight vector w(k) associated with the ith processing unit at the time instant k is corrected (adjusted) as
w(k+1) = w(k) + D[w(k)]
where, D[w(k)] is the change in the weight vector and will be explicitly given for various learning rules.
Perceptron Learning rule is given by:

w(k+1) = w(k) + eta*[ y(k) - sgn(w'(k)*x(k)) ]*x(k)

Citar como

Bhartendu (2024). Perceptron Learning (https://www.mathworks.com/matlabcentral/fileexchange/63046-perceptron-learning), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0