结果:找到“Random forest”相关内容105个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
机器学习技法:部分学习课件,台大林轩田主讲,核岭回归,核逻辑回归
1 个回复 - 535 次查看
机器学习技法:部分学习课件,台大林轩田主讲
Kernel Logistic Regression:Soft-Margin_SVM_as Regularized_Model.pdf
Kernel Support Vector Machine:Kernel Trick.pdf
Matrix Factorization:Linear Net ...
2022-6-22 14:32 - Lala-20200 - 现金交易版
Decision Trees and Random Forests
33 个回复 - 1905 次查看
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 - 经管书评
随机森林预测精度(randomforest)
11 个回复 - 23822 次查看
本人最近使用R语言中的random
forest包进行回归分析,使用以下算法处理数据:##Regression:[/backcolor]## data(airquality)set.seed(20)ozone.rf
2014-6-13 16:14 - chen0hui - R语言论坛
R语言randomForest()建立随机森林
10 个回复 - 6175 次查看
代码如下:
代码如下:
rf.model = randomForest(as.factor(Position) ~ . , data= nba.train[,c(2,6:21)], ntree= 500, mtry = round(sqrt(ncol(nba))))错误信息:
Error in randomForest.default(m, y, .. ...
2017-12-2 20:23 - H佳欢 - R语言论坛
请教关于R中randomForest程序包的问题
10 个回复 - 11981 次查看
我想问一下RF用的是什么交叉验证方法呢?是jackknife还是k-fold?[/backcolor]计算结果中有一行No. of variables tried at each split: 2,这是什么意思?是指的是2-fold交叉验证么?[/backcolor]
2013-7-1 09:28 - 晓茜 - R语言论坛
R安装randomforest包报错
0 个回复 - 1849 次查看
R安装random
forest包报错,请问怎么解决呢??
> install.packages("randomForest")Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘randomForest’ These wil ...
2018-7-17 21:48 - 阿璇tian - R语言论坛
R语言randomForest
5 个回复 - 2720 次查看
使用了randomForest函数是不是就不需要使用sample()函数用于在特定群体中,随机 选取特定数目的个体。是不是randomForest就包括了随机抽取啊,以iris数据为例子,最后就得出了结果
这里面set.seed(71)是指在iris的1 ...
2013-10-18 19:56 - 麻烦and纠结 - R语言论坛
[Resources List]Awesome Random Forest
10 个回复 - 1160 次查看
Table of Contents
[*][Codes] (#codes)
[*]Theory[/backcolor]
[*]Lectures[/backcolor]
[*]Books[/backcolor]
[*] (#papers)
[*][Analysis / Understanding] (#analysis--understanding)
[*][Model variant ...
2017-7-20 23:33 - Nicolle - winbugs及其他软件专版
A gentle introduction to random forests using R
0 个回复 - 1057 次查看
IntroductionIn a previous post, I described how decision tree algorithms work and demonstrated their use via the rpart library in R. Decision trees work by splitting a dataset recursively. That is, su ...
2016-12-27 13:20 - oliyiyi - LATEX论坛
Random Forest建模后,如何查看所产生的tree
9 个回复 - 7256 次查看
请问路过的各位大神,
用random
forest建分类预测模型后,将模型结果存起来,比如叫random
forest.model, 在模型应用中,结合predict函数,通过转换 数据集参数(data.valid),就可以将建立的模型应用与各种不同的 ...
2015-6-22 10:27 - melody21 - R语言论坛
[Case Study]Random Forest Using Apache Mahout
0 个回复 - 2432 次查看
Random Forest Using Apache Mahout
Mahout has implementation for the
Random forest algorithm. It is very easy to understand and use. So let's get started.DatasetWe will use the NSL-KDD dataset. Since ...
2015-6-22 02:07 - Nicolle - mahout论坛
[红包]基于C++的RandomForest随机森林总结
216 个回复 - 18657 次查看
来自:http://www.cnblogs.com/hrlnw/p/3850459.html
[/backcolor]MNIST样本可以在这个网址http://yann.lecun.com/exdb/mnist/下载,改一下路径可以直接跑的。
3.如何自己设计随机森林程序
有时现有的库无法满 ...
2015-3-11 00:17 - fantuanxiaot - 量化投资