- 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).
'perform' function in Deeplearning toolbox
5 次查看(过去 30 天)
显示 更早的评论
what is the difference between 'perform' and 'tr' in '[net,tr]=train(net,y,t);'
0 个评论
回答(1 个)
Uday Pradhan
2021-1-6
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:
Please refer to their respective documentation for more information : train shallow neural networks, perform. I hope this helps!
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!