-
iris
说明: 数据挖掘入门, 鸢尾属植物 iris示例代码(Iris sample code for data mining)
- 2020-06-25 18:00:01下载
- 积分:1
-
KDD99CupDataSet-SVM-master
说明: 筛选出发生在TCP层的Dos流量和normal流量 `get_train_data.py`
其中Dos流量的标签`'back.', 'land.', 'neptune.','smurf.', 'teardrop.', 'pod.'`
normal流量的标签`'normal.'`
生成文件`dos.kddcup.data.corrected.csv`
* 通过统计特征进行数据筛选 `wrap_up.py`
* 随机森林对特征重要性进行排序
折交叉验证(Filter out DOS traffic and normal traffic in TCP layer ` get_ train_ data.py `
The labels of DOS traffic are 'back', 'land', 'Neptune', 'Smurf', 'teardrop.'pod.'`
Label of normal traffic ''normal.'`
Generating files` dos.kddcup.data . corrected.csv `
*Data filtering through statistical features ` wrap_ up.py `
*Random forests rank the importance of features
Fold cross validation)
- 2021-02-24 21:16:19下载
- 积分:1
-
AdaBoost元算法
基于python的AdaBoost元算法,AdaBoost可以使用。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-05-05 14:31:56下载
- 积分:1
-
qsort
quicksort algoerithm in python
- 2014-06-22 23:06:06下载
- 积分:1
-
实例10-文本词频统计源代码
说明: 该代码为北京理工大学嵩天老师的《python语言程序设计》第十课课后题源码(This code is the source code of the tenth lesson of "Python language programming" by Songtian teacher of Beijing University of technology)
- 2020-04-21 17:04:24下载
- 积分:1
-
shortestPath-master
说明: 基于迪杰斯特拉算法的最短路径规划,基于python平台实现(Shortest path planning based on Dijkstra algorithm and implemented on Python platform)
- 2020-06-25 09:00:02下载
- 积分:1
-
Selective Search的Python实现
Selective Search来自于2012年IJCV的文章。其思想是先使用图像分割的方法得到一些初始分割区域(类似于是在图像上生成很多的超像素),然后利用层次分组的策略(类似于层次聚类)将这些初始区域进行合并,得到的这些区域作为目标定位的候选区域.相对于对候选区域的蛮力搜索, Selective Search大幅度降低了搜索空间, 提高了算法速度。 该版本利用Python实现,安装依赖库后可以直接运行,提取任意图片的Proposals。
- 2022-08-20 19:36:52下载
- 积分:1
-
LM_method
说明: LM莱文博格马夸特优化算法,python语言(this is a file of LM algorithm which was wroten by python language)
- 2020-03-02 19:37:17下载
- 积分:1
-
GA
说明: python遗传算法求解背包问题,后者由1978年由Merkel和Hellman提出。其运行依赖DEAP
(python genetic algorithm knapsack problem, which in 1978 proposed by Merkel and Hellman. Its operation depend DEAP)
- 2015-06-16 10:00:41下载
- 积分:1
-
LSTM
用于运行LSTM的预测代码,例子是国际航班客流量。使用语言为python.(The forecast code used to run LSTM is an example of international flight traffic. The language used is python.)
- 2017-12-05 13:33:18下载
- 积分:1