setting epochs of forwardfeednet

7 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by