mirror of
https://gitee.com/TheAlgorithms/Statistical-Learning-Method_Code.git
synced 2024-12-23 05:00:20 +08:00
Update README.md
This commit is contained in:
parent
b4dc9f7d63
commit
895ccacbdf
@ -1,13 +1,14 @@
|
||||
# Statistical-Learning-Method_Code
|
||||
《统计学习方法》算法实现
|
||||
====
|
||||
|
||||
看完李航的《统计学习方法》后,很希望照着书将模型都实现一遍。所以,开始干吧。
|
||||
在编写中保证每行代码都有注释,重要部分注明公式来源。这样对我这样的小白也能很友好。
|
||||
|
||||
|
||||
注:其中Mnist数据集已转换为cvs格式,由于体积为107M超过限制,改为压缩包形式。下载后务必将Mnist文件内压缩包直接解压。
|
||||
#####注:其中Mnist数据集已转换为cvs格式,由于体积为107M超过限制,改为压缩包形式。下载后务必将Mnist文件内压缩包直接解压。
|
||||
|
||||
按书中章节顺序,目前已实现的章节有:
|
||||
|
||||
## 第二章 感知机:
|
||||
Statistical-Learning-Method_Code/perceptron/perceptron_dichotomy.py
|
||||
### 第二章 感知机:
|
||||
https://github.com/Dod-o/Statistical-Learning-Method_Code/blob/master/perceptron/perceptron_dichotomy.py
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user