Skip to content

Commit 561ec31

Browse files
committed
finish svm
1 parent f26eece commit 561ec31

17 files changed

+27
-850
lines changed

.idea/workspace.xml

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@
4646
<br>代码:[maxENT/maxENT.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/maxENT/maxENT.py)
4747

4848
### 第七章 支持向量机
49+
博客:[李航《统计学习方法》第七章——用Python实现支持向量机模型(伪造数据集)](http://blog.csdn.net/wds2006sdo/article/details/53156589)
50+
<br>代码:[svm/svm.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/svm/svm.py)
51+
52+
### 第八章 提升方法
4953
正在施工中...

binary_svm.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

perceptron.py

Lines changed: 0 additions & 113 deletions
This file was deleted.

scikit_svm.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)