IFRI-AI-Classes/ifri_mini_ml_lib
A minimalist machine learning library built from scratch by IFRI AI students to explore and understand core ML algorithms.🇧🇯
This is a machine learning library for Python developers who want to understand how core algorithms work from the ground up. It takes raw datasets and outputs trained models for classification, regression, clustering, and association rules. Developers who are learning or teaching machine learning concepts would use this.
No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer or student who wants to explore and gain a deep, transparent understanding of how fundamental machine learning algorithms are implemented and operate.
Not ideal if you need a high-performance, production-ready machine learning library for complex, real-world data analysis tasks.
Stars
12
Forks
1
Language
Python
License
MIT
Category
Last pushed
May 14, 2025
Commits (30d)
0
Dependencies
5
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/IFRI-AI-Classes/ifri_mini_ml_lib"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy