tanishqgautam/ML-from-Scratch
ML From Scratch
This collection provides fundamental implementations of various machine learning and deep learning algorithms. It helps you understand the core mechanics of these models, offering a foundational perspective without relying on high-level libraries initially. Aspiring data scientists, machine learning engineers, or students learning AI concepts would find this beneficial for grasping underlying principles.
No commits in the last 6 months.
Use this if you want to learn and implement machine learning and deep learning algorithms from their basic mathematical and computational components.
Not ideal if you need to quickly apply pre-built, production-ready machine learning models to solve real-world problems.
Stars
65
Forks
12
Language
Python
License
—
Category
Last pushed
Jul 06, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tanishqgautam/ML-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