Clear Filters
Clear Filters

How to define RMSE in nntool?

1 view (last 30 days)
Amirali AGHAMIRI
Amirali AGHAMIRI on 30 Mar 2022
Edited: Vatsal on 29 Sep 2023
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.

Answers (1)

Vatsal
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!

Tags

Products

Community Treasure Hunt

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

Start Hunting!