setting epochs of forwardfeednet

6 vues (au cours des 30 derniers jours)
Abdulaziz Almershed
Abdulaziz Almershed le 1 Déc 2020
Greetings,
how can i change the options of 'feedforwardnet' when using 'train' to train it?

Réponse acceptée

Shubham Khatri
Shubham Khatri le 7 Déc 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

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by