Filter löschen
Filter löschen

Is it possible to store or plot validation error in tunefis?

1 Ansicht (letzte 30 Tage)
Dawid Rucinski
Dawid Rucinski am 29 Okt. 2022
Beantwortet: Anshuman am 29 Aug. 2023
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?

Antworten (1)

Anshuman
Anshuman am 29 Aug. 2023
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!

Kategorien

Mehr zu Fuzzy Inference System Tuning finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by