vanshika230/Machine-Learning
This repository contains implementations of all Machine Learning Algorithms from scratch in Python. Mathematics required for ML and many projects have also been included.
This project helps students and aspiring machine learning practitioners learn fundamental algorithms by providing detailed, scratch implementations in Python. It takes common datasets or problem descriptions as input and produces working models or analytical insights, helping users understand how core ML concepts function without relying solely on high-level libraries. It's designed for individuals learning about data science, predictive modeling, or artificial intelligence.
201 stars. No commits in the last 6 months.
Use this if you are a student or a self-learner who wants to understand the underlying mathematical and programmatic details of machine learning algorithms from scratch.
Not ideal if you are an experienced developer looking for production-ready, highly optimized machine learning libraries or tools for large-scale data processing.
Stars
201
Forks
53
Language
Jupyter Notebook
License
—
Category
Last pushed
Feb 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/vanshika230/Machine-Learning"
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