day 24 translation

This commit is contained in:
yyong119
2018-08-10 10:57:25 +08:00
parent b2cca34c6f
commit 645dcf3026

View File

@ -127,6 +127,10 @@
<img src="https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Info-graphs/Day%2023%20-%20Chinese.jpg">
</p>
## 统计学习理论的介绍 | 第24天
Bloomberg ML课程的第3课介绍了一些核心概念如输入空间动作空间结果空间预测函数损失函数和假设空间。
## 决策树 | 第25天
[决策树实现](https://github.com/MachineLearning100/100-Days-Of-ML-Code/blob/master/Code/Day%2025%20Decision_Tree.md)