-
defogging_hekaiming
说明: 何凯明的暗通道去雾算法,Python版本代码(image defogging based on dark channel)
- 2020-03-31 16:42:23下载
- 积分:1
-
SVM实验
说明: 在fashion_mnist数据集上进行SVM的分类及调参(SVM on fashion_mnist dataset)
- 2020-02-27 23:23:41下载
- 积分:1
-
基于神经网络的滑坡预测及其控制研究
说明: 本文针对滑坡预测预报这一复杂性问题提出一种基于前向反馈传播(BP)神经网络的预测模型,描述了滑坡系统输入输出之间的非线性关系。为克服 BP 网络后期收敛速度慢、易陷入局部极小点等缺点,以遗传算法(GA)和模拟退火算法(SA)相结合的方式即遗传-模拟退火(GSA)算法对网络权值进行优化。用该方法预测滑坡位移获得了较好的效果(In this paper, a prediction model based on forward feedback propagation (BP) neural network is proposed for the complex problem of landslide prediction. The nonlinear relationship between input and output of landslide system is described. In order to overcome the shortcomings of BP network, such as slow convergence speed and easy to fall into local minima, genetic algorithm (GA) and simulated annealing algorithm (SA) are combined to optimize the network weight. The method can be used to predict the displacement of landslides)
- 2020-04-11 21:07:59下载
- 积分:1
-
1D-CNN
说明: 1D-CNN的模型、训练与预测。用于时间序列的一种信号处理。(the model of 1D-CNN with trainning and prediction)
- 2020-10-29 09:49:07下载
- 积分:1
-
enhance
说明: python语言实现,基于暗通道的图像增强(Image Enhancement Based on Dark Channel)
- 2020-06-22 18:20:02下载
- 积分:1
-
机器学习-岭回归实现
通过岭回归实现 数据标签的预测
- 2020-12-05下载
- 积分:1
-
huang
1维LBP算法,在一维上做LBP算法,用于提取微表情特征(1-dimension LBP,abstract microfacial expression features)
- 2020-09-02 14:58:08下载
- 积分:1
-
R-language-show
美国印第安纳大学张辉教授讲解大数据挖掘与R语言基础资料(materials of Professor Zhang Hui from Indiana University explaining the basis of the R language and large data mining )
- 2014-07-15 11:53:33下载
- 积分:1
-
使用python的scrapy框架完成的爬虫系统
一个很好的视频课程提供的爬虫源码
1、很详细地完成了对scrapy的使用
2、其中有对正则表达式的详细使用
3、有对xpath和css选择器的使用
4、有对scrapy中的item、pipeline等类的修改和使用
- 2022-01-31 20:31:33下载
- 积分:1
-
CART(分类回归树)
源码包包含两个文件,一个用于生成分类回归树,另一个用于画分类回归树的图例。使用时,只需调用cart.py。该代码能够实现未剪枝的分类回归树和剪枝的回归树。另外,该算法能同时以图的形式显示一颗分类回归树。
- 2022-11-07 02:55:04下载
- 积分:1