Skip to content

⚡机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归

Notifications You must be signed in to change notification settings

Jack-Cherish/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine-Learning

  • 贵有恒,何必三更起五更睡;最无益,只怕一日暴十寒。

  • English version below

  • 我的博客

  • 机器学习实战(详细代码注释+训练数据集),持续更新中!

  • 欢迎关注我的[CSDN博客专栏]

  • 欢迎关注我的[知乎专栏]

  • 学习交流群【328127489】Coder

  • 我的个人网站,欢迎关注:http://cuijiahua.com/

  • 我们的公众号,欢迎关注:

    ML

文章首发声明

  • 文章在自己的个人网站首发,其他平台文章均属转发,如想获得最新更新进展,欢迎关注我的个人网站:http://cuijiahua.com/

第二章:kNN(k-邻域算法)

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(一):k-近邻算法(史诗级干货长文) 个人网站 CSDN 知乎

代码

第三章:Decision Tree(决策树)

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(二):决策树基础篇之让我们从相亲说起 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(三):决策树实战篇之为自己配个隐形眼镜 个人网站 CSDN 知乎

代码

第四章:Navie Bayes(朴素贝叶斯)

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(四):朴素贝叶斯基础篇之言论过滤器 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(五):朴素贝叶斯实战篇之新浪新闻分类 个人网站 CSDN 知乎

代码

第五章:Logistic(Logistic回归)

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(六):Logistic回归基础篇之梯度上升算法 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(七):Logistic回归实战篇之预测病马死亡率 个人网站 CSDN 知乎

代码

第六章:SVM(支持向量机)

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(八):支持向量机原理篇之手撕线性SVM 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(九):支持向量机实战篇之再撕非线性SVM 个人网站 CSDN 知乎

代码

第七章:AdaBoost

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(十):提升分类器性能利器-AdaBoost 个人网站 CSDN 知乎

代码

第八章:Regression

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(十一):线性回归基础篇之预测鲍鱼年龄 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(十二):线性回归提高篇之乐高玩具套件二手价预测 个人网站 no no

代码

第九章:Regression Tree

文章 个人网站 CSDN 知乎
Python3《机器学习实战》学习笔记(十三):树回归基础篇之CART算法与树剪枝 个人网站 no no

代码

Machine-Learning

  • Rome was not built in a day

  • Blog

  • Machine-Learning in Practice (Detailed Comments + Training Datasets), Keep updating!

  • Welcome to my[CSDN CSDN Column]

  • Follow me on[ Zhihu Column]

  • QQ Group for Communication[328127489]Coder

  • My Website: http://cuijiahua.com/

  • Follow Me on WeChat Official Accounts:

    ML

Article Debut

  • Debut articles on my website and forward on orther platforms, click here to get the latest development: http://cuijiahua.com/

Chapt. 2: K-Nearest Neighbors Algorithm

Article Personal Website CSDN Zhihu
Python3 study notes (I): K-Nearest Neighbors Algorithm (Gorgeous and Splendid Tutorial) Personal Website CSDN Zhihu

Code

Chapt. 3: Decision Tree

Article Personal Website CSDN Zhihu
Python3 study notes (II): Decision Tree (Basic Concepts): Let's Start from Dating Personal Website CSDN Zhihu
Python3 study notes (III): Decision Tree (In Practice): I'm Looking for a Pair of Contact Lenses Personal Website CSDN Zhihu

Code

Chapt. 4: Navie Bayes

Article Personal Website CSDN Zhihu
Python3 Python3 study notes (IV): Navie Bayes (Basic Concepts): Comment Filter Personal Website CSDN Zhihu
Python3 Python3 study notes (V): Navie Bayes (In Practice): Catalogues of Sina News Personal Website CSDN Zhihu

Code

Chapt. 5: Logistic Regression

Article Personal Website CSDN Zhihu
Python3 study notes (VI): Logistic Regression (Basic Concepts): Gradient Ascent Algorithm Personal Website CSDN Zhihu
Python3 study notes (VII): Logistic Regression (In Practice): Prediction of Horse Mortality Personal Website CSDN Zhihu

Code

Chapt. 6: SVM (Support Vector Machine)

Article Personal Website CSDN Zhihu
Python3 study notes (VIII): SVM (Basic Concepts): a Handcraft on Linear SVM Personal Website CSDN Zhihu
Python3 study notes (IX): SVM (In Practice): Another Handcraft on Nonlinear SVM Personal Website CSDN Zhihu

Code

Chapt. 7: AdaBoost

Article Personal Website CSDN Zhihu
Python3 study notes (X): Classifier Sharpener -- AdaBoost Personal Website CSDN Zhihu

Code

Chapt. 8: Linear Regression

Article Personal Website CSDN Zhihu
Python3 study notes (XI): Personal Website CSDN Zhihu
Python3 study notes (XII): Personal Website no no

Code

Chapt. 9: Regression Tree

Article Personal Website CSDN Zhihu
Python3 study notes (XIII): Regression Tree (Basic Concepts): CART Alogrithm and Pruning Personal Website no no

Code