aandyw/StuffFromScratch
The birthplace of some really dubious ML/AI implementations — just for fun ツ
This collection provides basic, 'from scratch' implementations of machine learning models for those learning about how these algorithms work. It takes common datasets and shows the underlying code for techniques like linear regression, logistic regression, and neural networks like AlexNet and ResNet-18. Aspiring machine learning engineers or data scientists who want to understand the foundational mechanics of these models would find this useful.
No commits in the last 6 months.
Use this if you are a machine learning student or practitioner looking to understand the core mathematical and computational mechanics of various ML algorithms without relying on high-level libraries.
Not ideal if you need production-ready code, highly optimized implementations, or cutting-edge research models.
Stars
8
Forks
—
Language
Jupyter Notebook
License
—
Category
Last pushed
Sep 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aandyw/StuffFromScratch"
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