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

搜索资源列表

  1. ID3

    1下载:
  2. id3决策树的MATLAB代码,可实现简单的数据分类(ID3 decision tree,it can achieve simple data classification)
  3. 所属分类:matlab例程

  1. Ch03

    0下载:
  2. 本程序用Python语言实现决策树算法,供大家学习,交流使用。(This program uses Python language to achieve decision tree algorithm, for everyone to learn, exchange use.)
  3. 所属分类:人工智能/神经网络/深度学习

  1. Program3-RanShu

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

    • 发布日期:2017-12-31
    • 文件大小:6621184
    • 提供者:Samuel_R
  1. 五子棋代码

    1下载:
  2. 这是一个python程序,其中使用了决策树和蒙特卡罗搜索树,五子棋程序(This is a python program, which uses the decision tree and Monte Carlo search tree, Gobang program)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-29
    • 文件大小:7168
    • 提供者:justbeery
  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. 小波和小波包降噪

    1下载:
  2. 进行了小波和小波包滤波的比较,决策树重构,熵的计算(The comparison of wavelet and wavelet packet filtering, decision tree reconstruction and entropy calculation are carried out)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:123456梦
  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. 01决策树分类问题:预测销量高低

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

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

    0下载:
  2. 这个是ID3决策树算法的MATLAB代码,主要用于数据分类。(classification of data.)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:常霖
  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. 决策树

    2下载:
  2. 模式识别中决策树cart的实现 代码简单 比较好用(pattern recognition decision tree)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2169856
    • 提供者:adf&683
  1. 决策树代码

    0下载:
  2. 基础决策树算法适合初学者第一次尝试r编程(simple decision tree)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:7168
    • 提供者:Shirley&
  1. ClassicalMachineLearning

    0下载:
  2. 几个经典算法的实现,例如决策树,支持向量机,还有单层感知机等(Several classical algorithms are implemented, such as decision tree, support vector machine, and single layer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-06
    • 文件大小:4096
    • 提供者:文谦
  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. IV值计算

    0下载:
  2. IV值的全称是information value,中文的就是信息量或信息值,其主要作用就是当我们在用决策树或逻辑回归构建分类模型时对变量进行筛选(The full name of IV value is information value. Chinese is information or information value. Its main function is to filter variables when we use decision tree or logistic regre
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:阳仔方
  1. machine_learning_inaction

    0下载:
  2. 机器学习十大算法实现,包括决策树、logisitic回归、SVM、数据降维等(Ten algorithms for machine learning, including decision tree, logisitic regression, SVM, data reduction and so on)
  3. 所属分类:大数据

    • 发布日期:2018-01-08
    • 文件大小:36359168
    • 提供者:estella
  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. Random Forest

    0下载:
  2. 在机器学习中,随机森林是一个包含多个决策树的分类器, 并且其输出的类别是由个别树输出的类别的众数而定。 Leo Breiman和Adele Cutler发展出推论出随机森林的算法。 而 "Random Forests" 是他们的商标。 这个术语是1995年由贝尔实验室的Tin Kam Ho所提出的随机决策森林(random decision forests)而来的。这个方法则是结合 Breimans 的 "Bootstrap aggregating" 想法
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:271360
    • 提供者:RichealYoung
« 1 2 ... 29 30 31 32 33 3435 36 37 38 »
搜珍网 www.dssz.com