thieu1995/X-ANFIS
X-ANFIS: An Extensible and Cross-Learning ANFIS Framework for Machine Learning Tasks
This library helps machine learning practitioners build and train Adaptive Neuro-Fuzzy Inference Systems (ANFIS) for tasks like predicting values or classifying data. You provide numerical data, and it outputs a model that can make predictions or classifications, along with performance metrics. It's designed for researchers and data scientists who need flexible control over ANFIS model training.
No commits in the last 6 months.
Use this if you need to build robust prediction or classification models using ANFIS, especially when you want to experiment with different training strategies like gradient-based or bio-inspired algorithms.
Not ideal if you are looking for a simple, out-of-the-box machine learning solution without needing to delve into model customization or advanced training techniques.
Stars
17
Forks
3
Language
Python
License
GPL-3.0
Category
Last pushed
Jun 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/thieu1995/X-ANFIS"
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....