ANFIS Model, tips about improving performance.
Mostra commenti meno recenti
I have a question regarding about improving the performance of an ANFIS (adaptive neuro Fuzzy inference system) model.
In MATLAB, I have been training a model with 5 inputs, with 816 data point for each input, and 1 output, with 816 data points. The best model has the following properties:
- 2 memberships function for each input, pi-shaped.
- The output has constant membership function for each of the 64 rules.
The training parameters are the following:
-Epoch: 500
- Initial step size: 0.1
- Step size decrease rate: 0.9
- Step size increase rate: 1.1
- Optimization method: Backpropagation with gradient descent.
- Clustering method: grid partition
This is how the model output behaves:

From 0 to 568 Dias, is how the model behaves (red line) with the training dataset (blue), while from 569 to 815 Dias is the validation set.
Any kind of help is aprecciated.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Fuzzy Logic Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
