Skip to content

Commit 1de1512

Browse files
committed
add chapter 9 readme
1 parent 3c9e509 commit 1de1512

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

.idea/workspace.xml

+11-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,9 @@
5050
<br>代码:[svm/svm.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/svm/svm.py)
5151

5252
### 第八章 提升方法
53+
博客:[李航《统计学习方法》第八章——用Python+Cpp实现AdaBoost算法(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/53195725)
54+
<br>纯Python代码:[AdaBoost/adaboost.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/AdaBoost/adaboost.py)
55+
<br>Python C++代码:[AdaBoost/adaboost_cpp.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/AdaBoost/adaboost_cpp.py),[AdaBoost/Sign/Sign/sign.h](https://github.com/WenDesi/lihang_book_algorithm/blob/master/AdaBoost/Sign/Sign/sign.h),[AdaBoost/Sign/Sign/sign.cpp](https://github.com/WenDesi/lihang_book_algorithm/blob/master/AdaBoost/Sign/Sign/sign.cpp)
56+
57+
### 第九章 EM算法及其推广
5358
正在施工中...

0 commit comments

Comments
 (0)