Classification and Decision Trees
Posted Skye_Zhao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Classification and Decision Trees相关的知识,希望对你有一定的参考价值。
分类和决策树。
决策树是预测建模机器学习的一种重要算法。
决策树模型的表示是二叉树。这是算法和数据结构中的二叉树,没什么特别的。每个节点表示一个单独的输入变量(x)和该变量上的拆分点(假设变量为数值)。
树的叶节点包含一个输出变量(y),用于进行预测。通过遍历树的分割,直到到达叶节点并输出叶节点的类值,就可以做出预测。
树的学习速度很快,预测的速度也很快。它们通常也适用于广泛的问题,不需要对数据进行任何特别的准备。
决策树有很高的方差,并且可以在使用时产生更准确的预测。
以上是关于Classification and Decision Trees的主要内容,如果未能解决你的问题,请参考以下文章
Classification and Decision Trees
PP: Imaging time-series to improve classification and imputation
(Review cs231n) Spatial Localization and Detection(classification and localization)
SQL injection:Summary ,Overview and Classification
Detection of Rail Surface Defects Based on CNN Image Recognition and Classification-论文阅读笔记