Skip to content

Commit db2c906

Browse files
committed
add readme
1 parent cbb97ae commit db2c906

File tree

6 files changed

+65
-5
lines changed

6 files changed

+65
-5
lines changed

.idea/workspace.xml

Lines changed: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,45 @@
1+
<!--
2+
@Author: WenDesi
3+
@Date: 09-08-16
4+
@Email: wendesi@foxmail.com
5+
@Last modified by: WenDesi
6+
@Last modified time: 08-11-16
7+
-->
8+
9+
10+
111
# lihang_book_algorithm
12+
13+
哇!看到有人star这个项目了
14+
本来打算把这个项目当成一个备份的
15+
但既然有人star了,那么就要好好对待啦!!!
16+
17+
## 简介
18+
我这里不介绍任何机器学习算法的原理,只是将《统计学习方法》中每一章的算法用我自己的方式实现一遍。
19+
20+
那么我们就按章节来了
21+
22+
## 章节
23+
24+
### 第二章 感知器模型
25+
**博客:[李航《统计学习方法》第二章——用Python实现感知器模型(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/51923546)
26+
**代码:[perceptron/binary_perceptron.py)
27+
28+
### 第三章 K近邻法
29+
**博客:[李航《统计学习方法》第三章——用Python实现KNN算法(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/51933044)
30+
**代码:**[knn/knn.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/knn/knn.py)
31+
32+
### 第四章 朴素贝叶斯
33+
**博客:[李航《统计学习方法》第四章——用Python实现朴素贝叶斯分类器(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/51967839)
34+
**代码:**[naive_bayes/naive_bayes.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/naive_bayes/naive_bayes.py)
35+
36+
### 第五章 决策树
37+
**博客:[李航《统计学习方法》第五章——用Python实现决策树(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/52849400)
38+
**代码:**[decision_tree/decision_tree.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/decision_tree/decision_tree.py)
39+
40+
### 第六章 逻辑斯提回归
41+
**博客:[李航《统计学习方法》第六章——用Python实现逻辑斯谛回归(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/53084871)
42+
**代码:**[logistic_regression/logistic_regression.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/logistic_regression/logistic_regression.py)
43+
44+
### 第六章 最大熵模型
45+
正在施工中。。。

extract_features.pyc

-4.33 KB
Binary file not shown.
-2.98 KB
Binary file not shown.
-3.16 KB
Binary file not shown.

perceptron.pyc

-1.31 KB
Binary file not shown.

0 commit comments

Comments
 (0)