Jack-Cherish/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
Provides end-to-end implementations with hand-coded algorithms (SMO for SVM, gradient ascent for logistic regression) alongside scikit-learn comparisons, enabling learners to understand mathematical foundations before using library abstractions. Each algorithm includes practical datasets—from handwritten digit recognition to contact matching and medical outcome prediction—paired with detailed tutorials covering both theoretical concepts and optimization techniques like stochastic gradient descent and kernel methods.
10,250 stars. No commits in the last 6 months.
Stars
10,250
Forks
5,108
Language
Python
License
—
Category
Last pushed
Jul 12, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Jack-Cherish/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
ddbourgin/numpy-ml
Machine learning, in numpy
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
nubank/fklearn
fklearn: Functional Machine Learning
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy