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

搜索资源列表

  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. 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. gcForest-master

    0下载:
  2. 基于决策树构建深度森林模型实现较高特征表示能力相比深度卷积神经网络(Building deep forest model based on decision tree to achieve higher feature representation ability compared with deep convolution neural network)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:9216
    • 提供者:cumtstrive
  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下载:
  2. 数据处理中经常使用决策树算法,在MATLAB中编辑决策树算法(Decision tree algorithm is often used in data processing, and the decision tree algorithm is edited in MATLAB)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:2178048
    • 提供者:逍遥之人
  1. ID3决策树

    1下载:
  2. Java实现用ID3算法构建决策树(Java implementation using ID3 algorithm to build decision tree)
  3. 所属分类:其他

    • 发布日期:2018-01-11
    • 文件大小:13312
    • 提供者:花泽大白菜
  1. 决策树java代码1

    0下载:
  2. 决策树可对数据进行分类,选出最大增益属性。(Decision tree can be classified data, select the maximum gain attribute.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:16384
    • 提供者:格格啊
  1. rseslib-3.0.4-src

    0下载:
  2. 包含很多知名算法实现,支持向量机,决策树,粗糙集,贝叶斯分类器等,适合学术研究,短评论意见挖掘,文本分类等(It includes many well-known algorithm implementation, support vector machine, decision tree, rough set, Bias classifier, etc., which is suitable for academic research, short comment mining, text c
  3. 所属分类:Java编程

    • 发布日期:2018-04-20
    • 文件大小:591872
    • 提供者:cc.
  1. decision_tree

    0下载:
  2. 决策树是一个利用像树一样的图形或决策模型的决策支持工具,包括随机事件结果,资源代价和实用性。(A decision tree is a decision support tool that uses a tree like graph or a decision model, including the result of random events, the cost of resources and the practicality.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-20
    • 文件大小:358400
    • 提供者:@眼泪
  1. 机器学习常用方法

    3下载:
  2. 机器学习常用方法的python实现,包括PCA,随机森林,决策树,层次聚类,kmeans,KNN,线性感知机等(Python implementation of common machine learning methods, including PCA, random forest, decision tree, hierarchical clustering, kmeans, KNN, linear perceptron, etc.)
  3. 所属分类:其他

    • 发布日期:2018-03-07
    • 文件大小:16384
    • 提供者:党铛铛
  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. 决策树与随机森林

    2下载:
  2. 给出对决策树与随机森林的认识。主要分析决策树的学习算法:信息增益和ID3、C4.5、CART树,然后给出随机森林。 决策树中,最重要的问题有3个: 1. 特征选择。即选择哪个特征作为某个节点的分类特征; 2. 特征值的选择。即选择好特征后怎么划分子树; 3. 决策树出现过拟合怎么办? 下面分别就以上问题对决策树给出解释。决策树往往是递归的选择最优特征,并根据该特征对训练数据进行分割。(The understanding of decision tree and random
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-21
    • 文件大小:2114560
    • 提供者:ZJN27
  1. C4.5-master

    0下载:
  2. source code for decision tree algorithm c4.5
  3. 所属分类:Java编程

    • 发布日期:2018-04-21
    • 文件大小:443392
    • 提供者:dred
  1. j

    1下载:
  2. 决策树、代价敏感矩阵决策树实现(Decision tree and cost sensitive matrix decision tree)
  3. 所属分类:大数据

    • 发布日期:2018-04-21
    • 文件大小:10240
    • 提供者:lyj1992
  1. 08 决策树与随机森林

    1下载:
  2. 决策树和决策森林的代码,很不错,适合初学者,一起交流一起进步(The decision tree and decision forest code, very good, suitable for beginners, together with the progress of communication)
  3. 所属分类:书籍源码

    • 发布日期:2018-04-22
    • 文件大小:2113536
    • 提供者:啊大苏打
  1. A01_fittree_csi_mt

    0下载:
  2. 有一个多分类的demo,运用决策树解决多分类问题,(Using decision tree to solve multi classification problem)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:Jolie66
  1. 5

    0下载:
  2. 本程序论述在MATLAB环境下如何实现神经网络,包括了常用的神经网络及相关理论,如BP神经 网络、RBF神经网络、SVM、SOM神经网络、灰色神经网络、决策树、随机森林、小波神经网络、NARX神经网络等以及各种优化算法与神经网络的结合。(This procedure describes how to realize neural network in MATLAB environment, including the commonly used neural network and relate
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-23
    • 文件大小:123904
    • 提供者:shanxian12
  1. 机器学习决策树算法

    0下载:
  2. 此处python实现机器学习的决策树算法(A decision tree algorithm for realizing machine learning in Python)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:didi1
« 1 2 ... 30 31 32 33 34 3536 37 38 »
搜珍网 www.dssz.com