Is it possible to store or plot validation error in tunefis?
1 次查看(过去 30 天)
显示 更早的评论
Hi,
Is it possible to save or store the valitadion error in function of the iteration during the training using the tunefis function in MATLAB R2022b?
0 个评论
回答(1 个)
Anshuman
2023-8-29
Hi Dawid,
In MATLAB R2022b, the 'tunefis' function does not provide a direct option to save or store the validation error in function of the iteration during the training process. However, you can implement a custom solution to achieve this. You can define a custom callback function that is executed at each iteration during the 'tunefis' training process. Inside the callback function, you can calculate the validation error using the current FIS model and store it in some array. This array will contain the validation error at each iteration.
Hope it helps!
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!