How to define RMSE in nntool?
2 views (last 30 days)
Show older comments
Hello,
Could you please tell me how I can define RMSE as performance function in nntool, I have already MSE, SMEREG and SSE.
Thank you in advance.
0 Comments
Answers (1)
Vatsal
on 26 Sep 2023
Edited: Vatsal
on 29 Sep 2023
I understand that you wanted to use “RMSE” as the performance function in "nntool". In the "nntool", the Root Mean Square Error (RMSE) is not available as a built-in performance function.
You can create a custom performance function to achieve your task. The easiest way to create a custom performance function is to use the +MSE package as a template.
You can refer to the link below, which includes all the steps in detail, in order to create the custom performance function:
I hope this helps!
0 Comments
See Also
Categories
Find more on GenICam Interface in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!