'perform' function in Deeplearning toolbox
Afficher commentaires plus anciens
what is the difference between 'perform' and 'tr' in '[net,tr]=train(net,y,t);'
Réponses (1)
Uday Pradhan
le 6 Jan 2021
0 votes
Hi Abdulaziz,
The "perform" function returns the performance of the trained network calculated according to the net.performFcn and net.performParam property values.
The output argument "tr" is a structure which contains information in fields such as:
- Training, data division, and performance functions and parameters
- Data division indices for training, validation and test sets
- Data division masks for training validation and test sets
- Number of epochs (num_epochs) and the best epoch (best_epoch).
Please refer to their respective documentation for more information : train shallow neural networks, perform. I hope this helps!
1 commentaire
Abdulaziz Almershed
le 17 Fév 2021
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!