-
随机森林
说明: 用N来表示训练用例(样本)的个数,M表示特征数目。
输入特征数目m,用于确定决策树上一个节点的决策结果;其中m应远小于M。
从N个训练用例(样本)中以有放回抽样的方式,取样N次,形成一个训练集(即bootstrap取样),并用未抽到的用例(样本)作预测,评估其误差。
对于每一个节点,随机选择m个特征,决策树上每个节点的决定都是基于这些特征确定的。根据这m个特征,计算其最佳的分裂方式。
每棵树都会完整成长而不会剪枝,这有可能在建完一棵正常树状分类器后会被采用)。(N is used to represent the number of training cases (samples), and M is used to represent the number of features.
The number of input features m is used to determine the decision result of a node in the decision tree, where m should be far less than m.
From N training cases (samples), n times are sampled in the way of put back sampling to form a training set (i.e. bootstrap sampling), and the unselected cases (samples) are used to predict and evaluate the error.
For each node, m features are randomly selected, and the decision of each node in the decision tree is determined based on these features. According to these m characteristics, the best splitting mode is calculated.
Each tree will grow completely without pruning, which may be adopted after building a normal tree classifier).)
- 2021-01-28 13:47:33下载
- 积分:1
-
LocalizationTDOA-master python
使用python实现TDOA的定位算法,应用于UWB系统(Using Python to implement TDOA location algorithm applied to UWB system)
- 2018-05-17 09:27:04下载
- 积分:1
-
用神经网络预测细胞浓度值 Rfirst
说明: Predicting cell concentration value using Neural networks
- 2020-06-19 02:00:01下载
- 积分:1
-
MXD2PDF
说明: arcgis,mxd批量生成pdf,速度快!(Arcgis, MXD batch generation pdf, fast!)
- 2019-06-30 16:50:37下载
- 积分:1
-
芬兰交通数据集
说明: 使用多层神经网络对芬兰交通流进行预测。程序包括数据清洗、pandas数据可视化、keras建模、预测结果可视化。数据格式为:点ID,年,天数,小时,分钟,秒,百分之一秒,长度(m),车道,方向,车辆类别,速度(km/h),有缺陷的(0-错误观察,1=错误观察),总时间(技术),间隔(技术),排队(技术)。共16列数据(A multi-layer neural network is used to predict traffic flow in Finland. The program includes data cleaning, pandas data visualization, keras modeling and prediction result visualization. The data format is: point ID, year, days, hours, minutes, seconds, hundredths of a second, length (m), lane, direction, vehicle category, speed (km / h), defective (0-error observation, 1 = wrong observation), total time (Technology), interval (Technology), queuing (Technology). A total of 16 columns of data)
- 2020-12-01 11:03:27下载
- 积分:1
-
23_time_series_prediction
说明: 用 Python 机器学习,时间序列模型预测, 循环神经网络(Python Machine Learning, Time Series Model Prediction, recurrent Neural Network)
- 2021-03-28 18:09:11下载
- 积分:1
-
jd-assistant-master
说明: 自动抢购京东抢购商品,如抢显卡、手机。登录后,复制商品ID,修改到配置文件后,到时间自动抢购(Automatic rush to buy Jingdong rush to buy goods, such as graphics card and mobile phone)
- 2021-03-30 18:20:58下载
- 积分:1
-
arcpy泥石流淹没模拟
arcgis泥石流淹没模拟,python编写嵌入toolbox。
- 2022-04-28 03:26:14下载
- 积分:1
-
simpson rule
辛普森公式的python代码实例,计算微分积分运算(simpson rule is a very useful method to calculate integration and differentiation. The code is about how to implement it in python)
- 2020-11-02 15:29:53下载
- 积分:1
-
ga_aco_opt_on_anfis_svm-master
说明: 利用遗传算法、蚁群算法、PSO等对SVM模型进行优化,实现高效分类和回归预测(The SVM model is optimized by genetic algorithm, ant colony algorithm and PSO to achieve efficient classification and regression prediction.)
- 2021-04-16 15:08:53下载
- 积分:1