shanmuckh/Machine-Learning
Concise documentation and implementation of basic ML, Regression and Classification techniques
This project offers clear examples and code for fundamental machine learning tasks, specifically regression and classification. It helps you understand how to process tabular data, like house prices or customer demographics, to make predictions or categorize information. This is for anyone learning the basics of machine learning, especially students or data enthusiasts.
No commits in the last 6 months.
Use this if you are a beginner looking for hands-on examples to understand core machine learning concepts like regression and classification using standard Python tools.
Not ideal if you are an experienced data scientist working on complex, large-scale projects or looking for advanced deep learning techniques.
Stars
9
Forks
—
Language
Python
License
MIT
Category
Last pushed
Sep 08, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/shanmuckh/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