setting epochs of forwardfeednet
8 views (last 30 days)
Show older comments
Abdulaziz Almershed
on 1 Dec 2020
Answered: Shubham Khatri
on 7 Dec 2020
Greetings,
how can i change the options of 'feedforwardnet' when using 'train' to train it?
0 Comments
Accepted Answer
Shubham Khatri
on 7 Dec 2020
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 Comments
More Answers (0)
See Also
Categories
Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!