tobegit3hub/ml_implementation
Implementation of Machine Learning Algorithms
This project provides foundational machine learning algorithms implemented from scratch. It takes in raw data and mathematical concepts, outputting clear, step-by-step code that demonstrates how these algorithms work internally. This is ideal for students, educators, or researchers who need to understand the underlying mechanics of common machine learning methods.
407 stars. No commits in the last 6 months.
Use this if you are learning or teaching the core principles of machine learning and want to see how algorithms like linear regression or neural networks are built from the ground up.
Not ideal if you are looking for production-ready machine learning tools or high-performance libraries to apply to real-world datasets.
Stars
407
Forks
187
Language
Python
License
MIT
Category
Last pushed
Mar 01, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tobegit3hub/ml_implementation"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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