回归森林的matlab代码。转载,版权abhirana所有。
2021-06-01 21:58:54 445KB regression forest 回归森林 RF
1
Random forest原理.docx
2021-05-23 12:01:19 318KB 随机森林
1
pytorch_classification 利用pytorch实现图像分类,其中包含的密集网,resnext,mobilenet,efficiencynet,resnet等图像分类网络,可以根据需要再行利用torchvision扩展其他的分类算法 实现功能 基础功能利用pytorch实现图像分类 包含带有warmup的cosine学习率调整 warmup的step学习率优调整 多模型融合预测,修正与投票融合 利用flask实现模型云端api部署 使用tta测试时增强进行预测 添加label smooth的pytorch实现(标签平滑) 添加使用cnn提取特征,并使用SVM,RF,MLP,KN
2021-05-03 11:19:20 4.39MB flask deployment random-forest svm
1
机票价格预测: 表中的内容 演示版 链接: : 总览 这是一个Flask网络应用,可预测机票价格。 动机 由于这种大流行情况,您在家时该怎么办? 我开始学习机器学习模型以充分利用它。 我开始了解所有监督模型背后的数学。 最后,在应用程序(实际应用程序)上工作以真正有所作为很重要。 安装 该代码是用Python 3.6.10编写的。 如果您没有安装Python,则可以在找到。 如果您使用的是较低版本的Python,则可以使用pip软件包进行升级,以确保您具有最新版本的pip。 要安装必需的软件包和库,请在存储库后在项目目录中运行以下命令: pip install -r requirement
2021-04-28 20:39:07 8.69MB python flask html5 random-forest
1
连续随机森林Python 对连续变量使用多处理的随机森林。
2021-04-24 14:19:30 7KB Python
1
HMW8卫星的随机森林降雨估算 使用随机森林,从himawari-8卫星多波段数据估算雨量 模型随机森林机器学习 数据未上传是因为数据过大且保密,因为它具有处理数据的低谷。 如果您有兴趣并想查看数据,可以给我发邮件: 使用的数据IR波段Himawari 8空间分辨率:2kmx2km时间分辨率:所有波段的10分钟组合。 9段+ 36分割窗口。 在一年八月2018-七月2019 在ftp://hmwr829gr.cr.chiba-u.ac.jp/gridded/FD/V20151105/免费下载 GPM DPR KuPR空间分辨率:5.2公里x 5.2公里,可从免费下载 假设在相似的大气条件下克服万隆盆地的数据局限性,通过将数据收集扩展到Java岛的一个岛屿来进行数据采样。 该算法使用具有多个阶段的随机森林模型,即 对降雨区域进行分类对降雨回归的类型进行分类以获得降雨值。 万隆盆地有3个
1
用vs2008编写的c++版本的random forest。基于决策树c4.5模型设计,并配有两个简单的分类实例。
2021-04-21 21:36:19 885KB c++ 随机森林 c4.5 vs2008
1
采用Forest、Okhttp、HttpClient三种方式调用高德地图第三方API,简单易用
2021-04-17 21:02:20 246KB Springboot Maven Forest Okhttp
1
Decision trees are particularly promising in symbolic representation and reasoning due to their comprehensible nature, which resembles the hierarchical process of human decision making. However, their drawbacks, caused by the single-tree structure, cannot be ignored. A rigid decision path may cause the majority class to overwhelm other class when dealing with imbalanced data sets, and pruning removes not only superfluous nodes, but also subtrees. The proposed learning algorithm, flexible hybrid decision forest (FHDF), mines information implicated in each instance to form logical rules on the basis of a chain rule of local mutual information, then forms different decision tree structures and decision forests later. The most credible decision path from the decision forest can be selected to make a prediction. Furthermore, functional dependencies (FDs), which are extracted from the whole data set based on association rule analysis, perform embeddedattribute selection to remove nodes rather than subtrees, thus helping to achieve different levels of knowledge representation and improve model comprehension in the framework of semi-supervised learning. Naive Bayes replaces the leaf nodes at the bottom of the tree hierarchy, where the conditional independence assumption may hold. This techniquereduces the potential for overfitting and overtraining and improves the prediction quality and generalization. Experimental results on UCI data sets demonstrate the efficacy of the proposed approach.
2021-03-28 17:07:16 269KB decision forest; naive Bayes;
1
Alegria-Hackathon招聘Webapp 用PHP制作的Hiring Manager Web应用程序,它在python中使用随机森林分类器将cv列入候选列表。
2021-03-06 16:05:55 2.47MB python php nltk random-forest-classifier
1