madhug-nadig/Machine-Learning-Algorithms-from-Scratch
Implementing machine learning algorithms from scratch.
This project offers a clear, step-by-step implementation of foundational machine learning algorithms. It takes various datasets like stock prices, email content, or medical records, and shows how these algorithms process them to make predictions or find patterns. This resource is for students, educators, or practitioners who want to understand the inner workings of common ML techniques without relying on complex libraries.
389 stars. No commits in the last 6 months.
Use this if you want to learn, teach, or rigorously understand how core machine learning algorithms like Linear Regression, Naive Bayes, or K-Means clustering function at a fundamental level.
Not ideal if you need ready-to-use, highly optimized machine learning models for production applications or to analyze large datasets quickly.
Stars
389
Forks
282
Language
Python
License
—
Category
Last pushed
Sep 11, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/madhug-nadig/Machine-Learning-Algorithms-from-Scratch"
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