-
LSTM程序
基于LSTM的时间序列预测-原理-python代码(Prediction of time series based on LSTM - principles -python code)
- 2019-07-05 17:43:54下载
- 积分:1
-
bili_danmu
说明: 使用scrapy编写的简单的b站弹幕信息爬虫,功能简单(A simple b-station drama information crawler written by using the story, with simple functions)
- 2020-04-03 12:08:26下载
- 积分:1
-
py-faster-rcnn-master
图像检测的算法,Faster R-CNN算法,先对整张图像进行卷积计算,然后通过感兴趣区域池化层(RoI Pooling Layer)将选择性搜索算法推荐出来的候选区域和卷积网络计算出的特征映射图进行融合,得到候选区域对应的特征矢量,这种共享卷积计算的操作极大地减少了卷积计算的次数。而且这些特征矢量的维度统一,方便后续的分类工作。通过感兴趣区域池化层处理卷积特征,并将得到的特征送往两个并行计算任务进行训练,分类和定位回归。通过这些方法和改进的框架,Fast R-CNN 用更短的训练和测试时长,取得了比 R-CNN 更好的效果(Faster R-CNN algorithm first convolutes the whole image, then fuses the candidate regions recommended by the selective search algorithm and the feature mapping maps calculated by the convolution network through the RoI Pooling Layer to get the corresponding feature vectors of the candidate regions, which greatly reduces the number of convolution calculations. Moreover, the dimension of these feature vectors is unified, which facilitates the subsequent classification work. The convolution feature is processed by the pooling layer of the region of interest, and the obtained feature is sent to two parallel computing tasks for training, classification and positioning regression. Through these methods and improved framework, Fast R-CNN uses shorter training and testing time and achieves better results than R-CNN.)
- 2020-12-11 15:39:18下载
- 积分:1
-
FDTD
说明: 电磁仿真,FDTD,一维二维三维仿真源程序代码。。。。。。。。(ELECTROMAGNETIC
SIMULATION USING
THE FDTD METHOD)
- 2020-12-14 10:56:12下载
- 积分:1
-
sherlock-master
Sherlock - Find usernames across social networks
- 2019-02-26 16:44:13下载
- 积分:1
-
OpenCV-Python-Toturial-中文版
OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。(OpenCV is a cross-platform computer vision library based on BSD license (open source), which can run on Linux, Windows, Android and MacOS operating systems.)
- 2020-06-18 17:00:02下载
- 积分:1
-
任务11
第 1 部分 ︰ 考虑你被问到雇主,以创建一个记录其雇员数据的程序。首先,你应该一类具有属性作为雇员 ID、 名称和薪水的员工。然后要求用户输入他的雇员的数据,如图所示 ︰
- 2023-07-29 17:15:03下载
- 积分:1
-
svmlearning
支持向量机(svm)的学习资料和响应的代码学习。(Support vector machine (svm) learning data and some code learning.)
- 2018-02-27 21:17:03下载
- 积分:1
-
Python string
对python中数据类型字符串进行详细介绍,以及对正则表达式的申明(data type
alphabetic string
be in progress
detailed
introduce
declare)
- 2019-05-30 10:35:37下载
- 积分:1
-
采用深度学习中的残差网络进行图像融合
该资料利用了残差网络和ZCA进行图像融合,残差网络采用的是Res-net50,并配合着白化处理进行特征提取。此类融合算法利用了目前较为流行的深度学习,在融合效果上相比于传统的融合算法有不错的提高。缺点是缺乏一定的理论支撑。
- 2022-04-15 08:46:37下载
- 积分:1