Skip to content

Commit e766a49

Browse files
committed
add softmax readme
1 parent 9b52d05 commit e766a49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
## 简介
1818
我这里不介绍任何机器学习算法的原理,只是将《统计学习方法》中每一章的算法用我自己的方式实现一遍。
19+
除了李航书上的算法外,还实现了一些其他机器学习的算法。
1920

2021
那么我们就按章节来了
2122

@@ -56,3 +57,8 @@
5657

5758
### 第九章 EM算法及其推广
5859
正在施工中...
60+
61+
## 额外章节
62+
###softmax分类器
63+
博客:[python 实现 softmax分类器(MNIST数据集)](http://blog.csdn.net/wds2006sdo/article/details/53699778)
64+
<br>代码:[softmax/softmax.py](https://github.com/WenDesi/lihang_book_algorithm/blob/master/softmax/softmax.py)

0 commit comments

Comments
 (0)