setting epochs of forwardfeednet
5 ビュー (過去 30 日間)
古いコメントを表示
Abdulaziz Almershed
2020 年 12 月 1 日
回答済み: Shubham Khatri
2020 年 12 月 7 日
Greetings,
how can i change the options of 'feedforwardnet' when using 'train' to train it?
0 件のコメント
採用された回答
Shubham Khatri
2020 年 12 月 7 日
Hello,
Use the syntax below to customize options for your feedforward neural network.
net=feedforwardnet(size,trainFcn);
The syntax above generates a feedforward neural network and stores it into net. THe number of hidden laters are "size". "TrainFcn" is the performance function for feedforwardnetwork.
Also , please take a look at the following answer
To get more information about feedforwardnet click link
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!