Backpropagation for training an MLP

this code returns a fully trained MLP for regression using back propagation of the gradient. I dedicate this work to my son :"Lokmane ".
ダウンロード: 5.3K
更新 2020/5/30

ライセンスの表示

BP algorithm is one of the most famous algorithms for training a feed forward neural net , it allows to update weights by moving forward and backword until the error function stuck at its local minimum.

in this code we explain step by step in comments how we can train a neural net with BP algorithm with additional illustrative features.

https://www.youtube.com/watch?v=vYZdBgS-Z8A&feature=youtu.be

引用

BERGHOUT Tarek (2024). Backpropagation for training an MLP (https://www.mathworks.com/matlabcentral/fileexchange/69947-backpropagation-for-training-an-mlp), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

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

description

1.6.0

Notations are updated according to attached pdf document

1.5.0

a prediction function is added to meet some student requests

1.4.0

youtube link

1.3.0

very simple code with many comments to make easy to be understood

1.2.0

new very simple code with comments to be very easy to understand.

1.1.0

new version

1.0.0