Clear Filters
Clear Filters

setting epochs of forwardfeednet

11 views (last 30 days)
Greetings,
how can i change the options of 'feedforwardnet' when using 'train' to train it?

Accepted Answer

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

More Answers (0)

Categories

Find more on Deep Learning Toolbox 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!