标签:基础上 算法 ann with HERE 相关 dataset 离散化 rtu
目录
如下图所示,决策树包含判断模块、终止模块。其中终止模块表示已得出结论。
相较于KNN,决策树的优势在于数据的形式很容易理解。
相关介绍
General approach to decison trees
use : This can be used in any supervised learning task, often, trees used to better understand the data
——《Machine Learning in Action》
信息增益:在划分数据之前之后信息发生的变化.
划分数据集的大原则是:(We chose to split our dataset in a way that make our unorganized data more organized)将无序的数据变得更加有序。
Claude Shannon(克劳德.香农)
Claude Shannon is considered one of the smartest people of the twentieth century. In William Poundstone’s 2005 book Fortune’s Formula, he wrote this of Claude Shannon: “There were many at Bell Labs and MIT who compared Shannon’s insight to Ein-stein’s. Others found that comparison unfair—unfair to Shannon.”
1. 信息(Information):
标签:基础上 算法 ann with HERE 相关 dataset 离散化 rtu
原文地址:https://www.cnblogs.com/Mr0wang/p/9733835.html