What is best BP training function to train data with following input in MLP?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a lorenz time series data with 3*19999 input and same size of target data. I have to train this network with MLP by using delta learning rules with Back propagation. The hidden layer will use sigmoid activation function and linear function for output layer.
I want to know that which training function should I use for the network training.
0 件のコメント
採用された回答
Greg Heath
2014 年 4 月 7 日
Defaults are
trainlm for regression
trainscg for classification and unit column vector targets
trainrp for huge datasets
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!