Delta Learning, Widrow Hoff Learning

バージョン 1.0.0.0 (57.5 KB) 作成者: Bhartendu
Delta Learning rule, Widrow-Hoff Learning rule (Artificial Neural Networks)
ダウンロード: 341
更新 2017/5/22

ライセンスの表示

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.
Delta Learning rule is given by:
w(k+1) = w(k) + eta*[ d(k) - f{ w'(k)*x(k) } ] *f'{ w'(k)*x(k) } *x(k)

Widrow-Hoff Learning rule is given by:

w(k+1) = w(k) + eta*[ d(k) - w'(k)*x(k) ] *x(k)
here: f{ w'(k)*x(k) } = w'(k)*x(k)

Reference:
http://www.ent.mrt.ac.lk/~ekulasek/ami/PartC.pdf

引用

Bhartendu (2024). Delta Learning, Widrow Hoff Learning (https://www.mathworks.com/matlabcentral/fileexchange/63050-delta-learning-widrow-hoff-learning), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2016a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0