结果:找到“Decision Tree”相关内容102个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
机器学习技法:课堂学习笔记,台大林轩田主讲核逻辑回归
1 个回复 - 285 次查看
机器学习技法:学习笔记,台大林轩田主讲
林轩田《机器学习技法》课程笔记5--Kernel Logistic Regression.pdf
林轩田《机器学习技法》课程笔记8--Adaptive Boosting.pdf
林轩田《机器学习技法》课程笔记6 ...
2023-5-16 20:52 - mujahida01 - 现金交易版
Decision Trees and Random Forests
33 个回复 - 1906 次查看
December 20, 2017 | English | azw3 | ISBN-10: 1549893750 | 160 Page
If you want to learn how decision trees and random forests work, plus create your own, this visual book is for you.
The fact ...
2018-4-20 22:59 - igs816 - 经管书评
大数据——决策树(decision tree)
2 个回复 - 742 次查看
大数据————决策树(decision tree)决策树(decision tree):是一种基本的分类与回归方法,主要讨论分类的决策树。在分类问题中,表示基于特征对实例进行分类的过程,可以认为是if-then的集合,也可以认为是定义 ...
2022-10-20 10:00 - 张杰2026 - 人工智能论文版
A new decision tree learning algorithm
0 个回复 - 639 次查看
摘要:In order to improve the generalization ability of binary decision trees, a new learning algorithm, the MMDT algorithm, is presented. Based on statistical learning theory the generalization perfo ...
2017-12-28 11:20 - AIworld - 人工智能论文版
Decision Tree(实例代码 python 和 R)
3 个回复 - 1563 次查看
Decision TreeThis is one of my favorite algorithm and I use it quite frequently. It is a type of supervised learning algorithm that is mostly used for classification problems. Surprisingly, it works f ...
2017-9-12 15:30 - oliyiyi - LATEX论坛
R - Decision Tree
11 个回复 - 3372 次查看
Install R PackageUse the below command in R console to install the package. You also have to install the dependent packages if any.
2017-2-22 22:08 - oliyiyi - LATEX论坛
[Knime]Spark MLlib Decision Tree
0 个回复 - 1172 次查看
Spark MLlib
Decision TreeThis workflow demonstrates the usage of the Spark MLlib
Decision Tree Learner and Spark Predictor. It also demonstrates the conversion of categorical columns into numerical co ...
2017-4-8 04:32 - ReneeBK - winbugs及其他软件专版
Data Science with R Decision Trees
2 个回复 - 784 次查看
This Document introduces rattle and rpart for building decision trees. We begin with a step-by-step example of building a decision tree us- ing Rattle, and then illustrate the pro ...
2016-5-5 22:42 - luxplanto - 数据分析与数据挖掘
Decision Trees using Matlab
1 个回复 - 1149 次查看
Decision Trees using Matlab
Reference
[*]Machine Learning: A Bayesian and Optimization Perspective 1st Edition 2015
[*]http://www.mathworks.com/help/stats/classificationtree-class.html
2015-6-24 08:57 - Nicolle - winbugs及其他软件专版
Decision Tree using Python
10 个回复 - 3295 次查看
Decision Tree using Python
Overview
A decision tree is a flowchart-like structure in which each internal node represents a "test" on an attribute (e.g. whether a coin flip comes up heads or tails), ...
2015-6-24 07:58 - Nicolle - winbugs及其他软件专版
Data Science with R Decision Trees
24 个回复 - 2907 次查看
Data Science with R
Decision Trees
Decision trees are widely used in data mining and well supported in R (R Core Team, 2014).
Decision tree learning deploys a divide and conquer approach, known as recu ...
2015-6-13 08:07 - Lisrelchen - winbugs及其他软件专版
[Case Study]Decision Tree using Scala
0 个回复 - 948 次查看
The example below demonstrates how to load a LIBSVM data file, parse it as an RDD of LabeledPoint and then perform classification using a decision tree with Gini impurity as an impurity measure and a ...
2015-3-31 10:18 - Nicolle - Scala及其他JVM语言
Big Data Decision Trees with R
14 个回复 - 2458 次查看
Fast, Scalable, Distributable
Decision Trees Revolution Analytics’ RevoScaleR package provides full-featured, fast, scalable, distributable predictive data analytics. The included rxD
Tree function pr ...
2015-2-11 11:55 - Nicolle - winbugs及其他软件专版
Building Decision Trees in Python
15 个回复 - 2126 次查看
Building
Decision Trees in Python
by Christopher Roach
You have a great idea to start selling the most marvelous widget ever known. You're so sure of your enterprising idea that you decide to go i ...
2015-5-17 10:59 - Nicolle - winbugs及其他软件专版
decision tree 的结果怎么看?
0 个回复 - 1266 次查看
我用SPSS run出来决策树, 发现predictor importance 和 model summary 的结果不一样。
我知道, 树是根据information gain 来决定node的,那predictor是根据什么产生的呢?
是不是,很多情况下,这两个的结果都会 ...
2014-12-11 01:42 - toy.boy - 数据分析与数据挖掘