Skip to content

Implementation of multivariate regression and classification using an adaptive neuro-fuzzy inference system (Takaki-Sugeno) and metaheuristic optimization.

License

Notifications You must be signed in to change notification settings

gabrielegilardi/ANFIS-metaheuristic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multivariate Regression and Classification Using an Adaptive Neuro-Fuzzy Inference System (Takagi-Sugeno) and Metaheuristic Optimization

There are three versions:

  • Readme for the vanilla version. All arrays and matrices are dynamically allocated using new and all the functions/templates needed for the basic array-matrix operations have been coded.

  • Readme for the Eigen version. All the basic array-matrix operations are managed by the Eigen library.

  • Readme for the version using particle swarm optimization (and the Eigen library) instead of simulated annealing optimization.

References

About

Implementation of multivariate regression and classification using an adaptive neuro-fuzzy inference system (Takaki-Sugeno) and metaheuristic optimization.

Topics

Resources

License

Stars

Watchers

Forks

Languages