Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
szcf-weiya committed Aug 13, 2017
1 parent 5e6a5f2 commit fbb0618
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# ESL-CN
The Elements of Statistical Learning (ESL)的中文翻译及其代码实现。

## 代码实现

1. [EM 算法模拟](ESL-CN/code/EM/em.R)
## 代码实现

1. [EM 算法模拟](code/EM/em.R)
2. [朴素贝叶斯进行文本挖掘](code/NaiveBayes)
3. [CART实现](code/CART)
<!--
## 进度
更新于2017.03.13
Expand Down
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# 欢迎

ESL指的是[The Elements of Statistical Learning](./The Elements of Statistical Learning.pdf)。因为自己也是统计学专业,所以想研读这本书,同时也想学点英语,所以便选择了翻译这本书。

# 关于翻译

由于翻译可能无法做到精确表达原文意思,我们推荐您在对问题有疑惑的时候去阅读一下英文原版。如果您对翻译有更好的建议,可以去我的[GitHub工程](https://github.com/szcf-weiya/ESL-CN)上提交Issue或者Pull Request。如果是对翻译的内容有问题,请先查看原文,如果不是翻译错误的话,我们可以进行讨论。
ESL指的是[The Elements of Statistical Learning](./The Elements of Statistical Learning.pdf)。因为自己也是统计学专业,所以想研读这本书,同时尽可能实现书中的算法实现。

0 comments on commit fbb0618

Please sign in to comment.