-
pyhone 图像识别 行人图像分类
说明: 对行人图像进行二分类,行人 或者 非行人 ,分类效果好(The classification of pedestrian images, pedestrian or non-pedestrian, has a good effect)
- 2020-06-19 07:00:01下载
- 积分:1
-
利用蚁群算法解决多旅行商问题
说明: Python入门学习,利用蚁群算法解决多旅行商问题,适合入门者学习(freshman for python learning.. how to use ant colony algorithm to solve TSP problem)
- 2019-04-12 17:57:22下载
- 积分:1
-
DFRobot_BMI160-master
说明: DFRobot_bm160驱动,arduino驱动,arduino驱动(DFRobot_bm160 KEYWORD2
getSensorData KEYWORD2
softReset KEYWORD2
setInt KEYWORD2
setStepCounter KEYWORD2
readStepCounter KEYWORD2
setStepPowerMode KEYWORD2
onlyAccel KEYWORD2
onlyGyro KEYWORD2
bothAccelGyro KEYWORD2
stepNormalPowerMode)
- 2020-06-17 02:20:02下载
- 积分:1
-
PCA by singular Value decomposition
提供了Python笔记本代码。PCA可以通过特征值分解或奇异值分解技术执行。此代码通过奇异值分解执行PCA
- 2023-02-28 15:35:03下载
- 积分:1
-
exp_2_1
Iris数据集,计算协方差矩阵和相关系数矩阵和kl变换(The goal of this programming experiment is to:
Calculate the covariance matrix and the correlation coefficient matrix of the Iris data set. Perform the Karhunen-Loeve transform on this data set.)
- 2017-10-06 15:31:48下载
- 积分:1
-
开普勒望远镜观察星星的光通量
开普勒望远镜观察星星的光通量,包括5000条训练数据和400多条测试数据。可用机器学习算法进行训练测试,验证算法的可行性。
- 2022-09-04 05:30:15下载
- 积分:1
-
python生成二维码(基于qrcode)
python生成二维码
- 2020-04-12下载
- 积分:1
-
dlib
DLIB FOR PYTHON Development
- 2019-06-10 04:10:24下载
- 积分:1
-
py-faster-rcnn-master
fast-rcnn源码,可用于快速目标检测,如行人识别 车辆识别 车标识别(This is an sourcecode for python fast-rcnn)
- 2017-12-22 17:40:46下载
- 积分:1
-
python实现DBSCAN(基于密度的聚类方法)
说明: DBSCAN(Density-Based Spatial Clustering of Applications with Noise) 为一种基于密度的聚类算法,它不仅可以找出具有任何形状的簇,而且还可以用于检测离群值。其基本思想为数据点分布紧凑的应被划分为一类,而周围未分布有或仅有极少数点的数据点则有可能为离群值。通过python实现了该聚类方法的计算。(DBSCAN (density based spatial clustering of applications with noise) is a density based clustering algorithm. It can not only find clusters with any shape, but also detect outliers. The basic idea is that the data points with compact distribution should be divided into a class, while the data points with few or no distribution around may be outliers. This clustering method is implemented by python.)
- 2020-12-23 15:45:10下载
- 积分:1