SeyedMuhammadHosseinMousavi/Genetic-ANFIS-Classification
Genetic ANFIS Classification
This project helps data scientists, researchers, and machine learning practitioners automatically classify data using an advanced method. You input your dataset with features and classes, and it outputs a classification model along with performance metrics like accuracy and error rates. The main user would be anyone working with tabular data who needs to categorize it into predefined groups.
No commits in the last 6 months.
Use this if you need to build a classification system that combines fuzzy logic and evolutionary algorithms to achieve high accuracy on your data.
Not ideal if you are looking for a simple, off-the-shelf classification tool that doesn't require playing with parameters or understanding fuzzy systems.
Stars
8
Forks
3
Language
MATLAB
License
CC0-1.0
Category
Last pushed
Dec 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SeyedMuhammadHosseinMousavi/Genetic-ANFIS-Classification"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fuzzylite/pyfuzzylite
pyfuzzylite: a fuzzy logic control library in Python
fuzzylite/fuzzylite
fuzzylite: a fuzzy logic control library in C++
xcsf-dev/xcsf
XCSF learning classifier system: rule-based online evolutionary machine learning
fuzzylite/jfuzzylite
jfuzzylite: a fuzzy logic control library in Java
gregorLen/S-ANFIS-PyTorch
An Implementation of the State-Adaptive Neuro-Fuzzy Inference System (S-ANFIS) based on Pytorch....