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

搜索资源列表

  1. decisiontree

    0下载:
  2. 决策树算法程序,用于分类 使用的数据集为合成标签数据集-failed to translate
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2234
    • 提供者:yifanyingzyf
  1. id3

    0下载:
  2. 决策树进行分类。id3算法,通过输入数据,输出决策规则。-Decision tree classification. id3 algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:59864
    • 提供者:李军
  1. ID3

    0下载:
  2. ID3算法,对随机生成的15组数据进行最佳分类,得到最佳决策树-ID3 algorithm, randomly generated 15 sets of data were the best classified, best decision tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:49887
    • 提供者:chenmao
  1. wekajava

    0下载:
  2. 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and regr
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8664318
    • 提供者:石刘红
  1. 牙刷data

    0下载:
  2. 之前一个牙刷项目中涉及磁力计用到的东西,使用决策树生成的分类器,初级版本。(A primary version of the classifier generated by decision trees.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-22
    • 文件大小:41984
    • 提供者:drake_chaos
  1. DicisionTree

    0下载:
  2. 决策树算法的简单实现,决策树(Decision Tree)是一种简单但是广泛使用的分类器。通过训练数据构建决策树,可以高效的对未知的数据进行分类。决策数有两大优点:1)决策树模型可以读性好,具有描述性,有助于人工分析;2)效率高,决策树只需要一次构建,反复使用,每一次预测的最大计算次数不超过决策树的深度。(A simple implementation of decision tree algorithms, decision tree (Decision Tree) is a simple b
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:武林至尊
  1. tree

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

    • 发布日期:2018-01-02
    • 文件大小:6144
    • 提供者:zengw
  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. 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. 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. BreastCancer

    0下载:
  2. Java实现机器学习经典分类算法,代码中实现了决策树、贝叶斯和KNN三个分类算法(Java implements the classic classification algorithm for machine learning. The code implements three classification algorithms: decision tree, Bayes and KNN)
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:87040
    • 提供者:sasworld
  1. DecisionTree

    0下载:
  2. 利用Anaconda编写的决策树,可用于分类(This decision tree algorithm which is used for classification coded by Anaconda.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. DCT

    0下载:
  2. 机器学习的决策树,通过调用sklearn中的函数完成,同时可以对txt文件中的数据集进行分类(Decision Tree,machine learning,separate the dataset in txt files.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:Joeyq
  1. DT

    0下载:
  2. 调用于sklearn平台的决策树算法,有着较好的分类能力(The decision tree algorithm used in sklearn platform has good classification ability)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:沉寂lll
  1. GBDT

    0下载:
  2. 调用于sklearn平台的梯度提升决策树算法,有着较好的分类能力(The GBDT algorithm used in sklearn platform has good classification ability)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:794937246
  1. ID3

    2下载:
  2. 基于matlab的决策树ID3算法,完成对数据集的分类问题(Based on matlab decision tree ID3 algorithm, the classification of data sets is completed.)
  3. 所属分类:其他

    • 发布日期:2020-11-07
    • 文件大小:4096
    • 提供者:绯色Jennifer
  1. adult

    1下载:
  2. 本人课设实现的基于决策树和朴素贝叶斯对Adult数据集进行分类!(Adult dataset is classified based on decision tree and naive bayes!)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-03-12
    • 文件大小:580608
    • 提供者:zxhohai
  1. 随机森林算法分类、回归

    8下载:
  2. 随机森林分类器,matlab写的,直接可以运行,不需要该任何东西,详细看readme和案例。-Random Forest classifier, matlab write, direct run, does not require that anything
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 利用决策树对西瓜数据集分类

    0下载:
  2. 周克华机器学习决策树章节题目,要求用决策树对西瓜数据集3.0进行分类
  3. 所属分类:编程文档

« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com