Update README.md

modify readme
This commit is contained in:
Dod-o 2018-11-16 00:19:34 +08:00 committed by GitHub
parent 14640695a4
commit d49b827264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,12 @@
# Statistical-Learning-Method_Code
手写实现李航《统计学习方法》中的算法
看完李航的《统计学习方法》后,很希望照着书将模型都实现一遍。所以,开始干吧。
在编写中保证每行代码都有注释,重要部分注明公式来源。这样对我这样的小白也能很友好。
# 注其中Mnist数据集已转换为cvs格式由于体积为107M超过限制改为压缩包形式。下载后务必将Mnist文件内压缩包直接解压。
按书中章节顺序,目前已实现的章节有:
# 第二章 感知机Statistical-Learning-Method_Code/perceptron/perceptron_dichotomy.py