CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 决策树

搜索资源列表

  1. id3决策树

    1下载:
  2. 一个很好的关于决策树的算法matlab实现,由详细注释,易懂。(A good decision tree algorithm, matlab implementation, by detailed notes, easy to understand.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:12288
    • 提供者:Foos
  1. C4_5

    0下载:
  2. 决策树分类算法C4.5的matlab代码实现,可返回训练集和测试集的结果,有详细注释(classification tree)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:木木木233
  1. Program3-RanShu

    1下载:
  2. 实现决策树算法 深度学习 。。。。。。。。。。。(decision tree learning)
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:6621184
    • 提供者:Samuel_R
  1. pres

    0下载:
  2. 三种分类器:决策树分类器,k-NN分类器和k-means分类器的运行时间以及运行准确率的比较。(Three kinds of classifiers: decision tree classifier, k-NN classifier and K-means classifier running time and accuracy comparison.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:20480
    • 提供者:ignory
  1. tree

    0下载:
  2. 使用决策树对存储器进行分类并预测隐形眼镜类型(The classification of memory and prediction of contact lens type using decision tree)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:zengw
  1. code

    0下载:
  2. 数据归一化代码,可用于.arff类型的数据进行归一化操作和对应的决策树实现代码(Data normalization code, can be used for.Arff type data normalization operation)
  3. 所属分类:Java编程

    • 发布日期:2018-01-02
    • 文件大小:4096
    • 提供者:102444
  1. 决策树

    0下载:
  2. 决 策 树 模 型决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率,评价项目风险,判断其可行性的决策分析方法,是直观运用概率分析的一种图解法。(The decision tree (Decision Tree) is the basis of probability in the known situations, through the form of decision tree to calculate
  3. 所属分类:matlab例程

    • 发布日期:2018-01-02
    • 文件大小:412672
    • 提供者:狼子
  1. chapter28

    0下载:
  2. 机器学习的决策树问题算法matlab实现,有注释和源码(Machine learning decision tree algorithm matlab implementation, with notes and source code)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:88064
    • 提供者:嗯嗯嗯额
  1. 51622453code

    0下载:
  2. 模式识别的第二次作业,有关使用决策树来进行男女生的分类问题。(The second job of pattern recognition involves the use of decision trees to classify male and female students.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:加油星鹏
  1. 01决策树分类问题:预测销量高低

    0下载:
  2. 用python决策树分类问题:预测销量量的高低问题(Decision tree classification problem using Python: forecasting the volume of sales)
  3. 所属分类:数学计算

    • 发布日期:2018-01-04
    • 文件大小:27648
    • 提供者:yymaa
  1. Class_8

    0下载:
  2. 介绍决策树与随机森林算法的定义及应用,包含matlab程序(This paper introduces the definition and application of decision tree and random forest algorithm, including Matlab program)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:574464
    • 提供者:cumt龙哥
  1. AllElectronics

    0下载:
  2. 决策树算法,并附有相关数据集以及可视化的方法,并附有可视化的图例。(The decision tree algorithm is attached with relevant data sets and visualization methods with visual illustrations.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:25600
    • 提供者:xiaochong1a
  1. DecisionTreeID3

    0下载:
  2. ID3算法是一种贪心算法,用来构造决策树。ID3算法起源于概念学习系统(CLS),以信息熵的下降速度为选取测试属性的标准,即在每个节点选取还尚未被用来划分的具有最高信息增益的属性作为划分标准,然后继续这个过程,直到生成的决策树能完美分类训练样例。(The ID3 algorithm is a greedy algorithm, which is used to construct a decision tree. ID3 algorithm originated from the concept
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:2500608
    • 提供者:秦冰
  1. CART

    0下载:
  2. 对汽车评估的分类决策树构建,使用了常用的python的机器学习库scikit-learn(Construction of classified decision tree for automobile evaluation,Use the common Python's machine learning library scikit-learn)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:34816
    • 提供者:yolandera
  1. Ch03

    0下载:
  2. 实现决策树的构建,在Python中使用matplotlib注解绘制(Implement the construction of the decision tree, used in Python, matplotlib annotation draw)
  3. 所属分类:数值算法/人工智能

  1. CART

    2下载:
  2. 决策树CART算法源代码,可利用,包括make_tree和use_tree(the code of decision tree CART algorithm including make_tree and use_tree)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:yi-宝
  1. id3决策树——new

    0下载:
  2. 这是一个ID3决策树分类的代码用于分类器的计算,大家下载类以后可以学习使用,ID3是一种比较古老的决策树,最新的有C4.5等(This is an ID3 decision tree classification code for classifier calculation, which can be used after downloading the class. ID3 is a relatively ancient decision tree, with the latest C4.5
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:12288
    • 提供者:niuzhanhua
  1. code

    0下载:
  2. 可完成相应的SVM分类、决策树分类、图片压缩、图片重采样、中值滤波等图片处理工作(It can complete the corresponding picture processing work.)
  3. 所属分类:其他

  1. Iris_DecisionTree

    0下载:
  2. python 鸢尾花(iris)数据分类测试程序,采用决策树方法。(Python iris flower (IRIS) data classification test program, using the decision tree method.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:rhlee2k
  1. decision_tree

    1下载:
  2. 以隐形眼镜为例的决策树分类算法代码,lenses.data是存放数据的文件,此代码使用python3实现(The classification algorithm code of the decision tree with the contact lens as an example)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:刘英帅
« 1 2 3 4 5 6 78 9 10 11 12 ... 41 »
搜珍网 www.dssz.com