Azzera filtri
Azzera filtri

Training the neural network

1 visualizzazione (ultimi 30 giorni)
Fabio Retorta
Fabio Retorta il 28 Mag 2016
Commentato: Fabio Retorta il 29 Mag 2016
How can I choose the percentage of the data to train the neural network?

Risposta accettata

Greg Heath
Greg Heath il 28 Mag 2016
1. To list the net properties available for changing either
a. Create a new net without the ending semicolon
net = fitnet
b. List an existing net without the ending semicolon
net = net
2. To change a setting
net.property.parameter = newvalue;
3. Example
net.divideParam.trainRatio = newvalue;
Hope this helps
Thank you for formally accepting my answer
Greg

Più risposte (0)

Categorie

Scopri di più su Deep Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by