-
SVR
说明: 支持向量机SVM在回归方面的用法SVR,其中包括例子(Support vector machine SVM in the use of regression SVR, including examples)
- 2019-10-28 16:27:51下载
- 积分: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
-
《可爱的python》习题答案.doc
新手入门,附有答案代码截图
- 2020-03-26下载
- 积分:1
-
LearnAbaqusScriptInOneHour
一个关于用python语言写abaqus的脚本的好的教程(LearnAbaqusScriptInOneHour)
- 2014-04-10 21:59:52下载
- 积分:1
-
MSRCR
说明: 使用Python-OpenCV实现的MSRCR算法,可以用于水下图像的复原(An algorithm base on Python-OpenCV. Using MSRCR measure which can be used for underwater image restoration.)
- 2020-08-27 00:18:20下载
- 积分:1
-
underwater_doa-master
说明: 基于DOA的水声网络目标定位方法,首先利用MUSIC算法进行测向,再利用最小二乘法进行融合以定位。(DOA based underwater acoustic network target location method, first use music algorithm for direction finding, then use least square method for fusion to locate.)
- 2020-01-14 15:22:00下载
- 积分:1
-
actcap
运用python编程,进行图像处理,捕捉运动中的物体,(The object that captures the movement,)
- 2021-04-24 17:28:47下载
- 积分:1
-
CNN二分类
cifar_10代码,实现二分类,python语言编写,可在多种框架内实现:如Tensorlow、Caffe等。可以作为一个独立的算法使用。包中自带测试数据集,为标准的多示例数据集,通过扩展可以进行训练和测试任务。
- 2022-03-22 22:15:04下载
- 积分:1
-
auto_spyder4jiandan
通过python爬虫抓取煎蛋网妹子图中多个页面的图片并保存到本地。(Through the python spiders crawling Fried egg nets sister figure multiple pages of pictures and saved to the local.)
- 2016-06-01 10:56:16下载
- 积分:1
-
《Python基础教程(第3版).pdf
python基础课程;python是一种计算机编程语言。作为一种面向对象的动态类型化语言,它最初被设计用来编写自动脚本(shell)。随着版本的更新和新语言功能的增加,它越来越多地被用于独立的大型项目的开发中。(Python Basic Course; Python is a computer programming language. As an object-oriented dynamic typed language, it was originally designed to write automated scripts (shells). With the updating of versions and the addition of new language functions, it is increasingly used in the development of independent, large-scale projects.)
- 2020-06-18 02:20:01下载
- 积分:1