Gradient Descent Neural Network
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am using neural network toolbox. I am really new in ANN. My Question is, what is the performance value indicates?Attached is the image. Please apologize my bad English and the Image format if it is not proper.
Thanks a lot
0 个评论
采纳的回答
Greg Heath
2014-2-15
1. Image is not attached
2. Type net = net % w/o ending semicolon and find
net.performanceFcn = 'mse' % i.e., the average squared error
3. For details, type
help mse
and/or
doc mse
Hope this helps
Thank you for formally accepting my answer
Greg
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!