ANFIS Model, tips about improving performance.
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Fuzzy Logic Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
