フィルターのクリア

setting epochs of forwardfeednet

11 ビュー (過去 30 日間)
Abdulaziz Almershed
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?

採用された回答

Shubham Khatri
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 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by