Hebbian Learning
Version 1.0.0.0 (17.4 KB) by
Bhartendu
Hebbian Learning rule, (Artificial Neural Networks)
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.
Hebbian Learning rule is given by
w(k+1) = w(k) + eta*y(k)*x(k)
Cite As
Bhartendu (2026). Hebbian Learning (https://www.mathworks.com/matlabcentral/fileexchange/63045-hebbian-learning), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2016a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Deep Learning Toolbox in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
