-
person
说明: 行人的检测使用库函数OpenCV里已经内置的行人检测方法,调用OpenCV预先训练好了的HOG+线性SVM模型,能够对图像和视频中的行人进行检测,系统会分别使用两种算法通过矩形条框将图片中的行人框出来。(Pedestrian detection uses the built-in pedestrian detection method in OpenCV library function, calling the pre-trained HOG + linear SVM model of OpenCV, which can detect the pedestrians in images and videos. The system uses two algorithms to frame the pedestrians in pictures through rectangular bars.)
- 2020-07-01 21:00:01下载
- 积分:1
-
Bundle_Section_Reconstriuction_d5mm(1)
说明: 在TEXGEN中利用python生成随机三维编织构型(Random 3d braided configurations are generated by python in TEXGEN)
- 2020-05-02 13:00:47下载
- 积分:1
-
一维CNN处理序列数据
说明: 使用一维卷积神经网络处理序列数据,数据类型为一维(One dimensional convolution processing sequence data)
- 2021-01-05 14:28:55下载
- 积分:1
-
压缩会一个工作簿多张表
将一张【工作薄】中多张【工作表】汇总成一张表。(Combine a worksheet and multiple sheets into one table.)
- 2020-06-17 19:20:02下载
- 积分:1
-
深入浅出 Python 机器学习:数据可视化
说明: 通过python对excel中的数据进行可视化展示,可直观地展示数据之间的关系,为用户提供更多的信息。(The data in Excel can be visualized by python, which can show the relationship between data and provide more information for users.)
- 2020-06-29 13:06:51下载
- 积分:1
-
布谷鸟优化算法
布谷鸟算法python代码,用于优化带边界约束的问题,直接运行即可
- 2022-01-24 18:28:24下载
- 积分:1
-
RCAN-pytorch
说明: 本rar文件是图像超分辨率重构的网络模型RCAN的代码,可以成功运行(This rar file is the code of the image super-resolution reconstruction network model RCAN, which can be run successfully)
- 2021-04-23 23:18:47下载
- 积分:1
-
《Python数据挖掘入门与实践》
《Python数据挖掘入门与实践》
本书为数据挖掘入门读物,介绍了数据挖掘的基础知识、基本工具和实践方法,通过循序渐进地讲解算法,带你轻松踏上数据挖掘之旅。本书采用理论与实践相结合的方式,呈现了如何使用决策树和随机森林算法预测美国职业篮球联赛比赛结果,如何使用亲和性分析方法推荐电影,如何使用朴素贝叶斯算法进行社会媒体挖掘,等等。本书也涉及神经网络、深度学习、大数据处理等内容。(Introduction and Practice of Python Data Mining)
- 2019-05-07 11:55:15下载
- 积分:1
-
TensorFlow实战代码
说明: TensorFlow实战代码配套书的源程序(source code for TensorFlow actual combat code pdf)
- 2020-04-12 12:37:40下载
- 积分:1
-
sklearn中的三种分类算法
使用sklearn中的三种分类器决策树,svm,朴素贝叶斯对数据进行十折交叉验证分类,并计算了十折交叉验证的分类准确率,召回率的均值。示例代码。
- 2023-01-05 12:10:03下载
- 积分:1