'perform' function in Deeplearning toolbox

Respuestas (1)

Uday Pradhan
Uday Pradhan el 6 de En. de 2021

0 votos

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 comentario

Abdulaziz Almershed
Abdulaziz Almershed el 17 de Feb. de 2021
yeah but it also has performance as well. but is different than the performance i get from using the function perform

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Preguntada:

el 4 de En. de 2021

Comentada:

el 17 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by