How to replace the default MSE performance function in train function of deep learning with other performance function I can design?

2 次查看(过去 30 天)
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

回答(1 个)

Faiz Gouri
Faiz Gouri 2017-2-28
"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.
  1 个评论
Long Bao
Long Bao 2017-2-28
Hi, Faiz,
Thank you so much! However,there are still only limited options for performance functions. And, I still do not know how to design my own new one. Can you show an example? Thanks a lot.

请先登录,再进行评论。

Community Treasure Hunt

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

Start Hunting!

Translated by