How to replace the default MSE performance function in train function of deep learning with other performance function I can design?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
When I use the "train" function for a deep learning net training, the default performance function is MSE. Can I replace it with other performance functions I can manually design?
Long
0 commentaires
Réponses (1)
Faiz Gouri
le 28 Fév 2017
"net.performFcn" property of Neural Network Object defines the function used to measure the network's performance. The performance function is used to calculate network performance during training whenever train is called.
[net,tr] = train(NET,P,T,Pi,Ai) For a list of functions, type help nnperformance.
Voir également
Catégories
En savoir plus sur Define Shallow Neural Network Architectures 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!