- Getting MSE in percentage for Regression Learner app
- Getting RMSE for Neural Fitting app
Extracting the performance indexes / information from regression learner and neural fitting tool
1 回表示 (過去 30 日間)
古いコメントを表示
Hi. I am new to these two apps for building the machine learning models.
I would like to understand the performances of these models but I cannot get the complete performance indexes from both apps.
I would like to ask if there is any chance to check the MAE in % for both of the apps and RMSE by Neural Fitting tool.
Otherwise, how can I extract the results and calculate the performance indexes by my own.
Thanks.
0 件のコメント
回答 (1 件)
Yogesh Khurana
2019 年 8 月 2 日
I think it is not possible to change the performance statistics outputs of the apps:
You can get the output data from these app in our workspace and then can use it in getting the performance indexes in our way!
For exporting the data to MATLAB workspace, use Export Model option in Regression Learner app, and save it to workspace. Access various parameters of the saved model to get the fitted data and use it in calculating the desired performance indexes. For more information you can refer to the following link:
For exporting data to MATLAB workspace in Neural Net Fitting tool, you can do it by training the model and then saving the output and error of the model to workspace in the form of matrix as well. After saving, you can use the data and calculate the desired performance indexes. For more information you can refer to the following link:
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Gaussian Process Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!