-
利用HOG特征和SVM算法分类器进行人检测
在VS2013+openCV2.4.9平台上运行,首先准备正负样本若干,进行预处理,提取正负样本的Hog特征,加入到SVM分类器进行训练,最终得到检测行人的分类器!
- 2022-11-22 17:45:04下载
- 积分:1
-
DIVE_INTO_PYTHON-chinese
Dive into Python的中文版,对应Python2.7版(Dive into Python' s Chinese version, the corresponding Python2.7 version)
- 2014-11-18 22:44:00下载
- 积分:1
-
python 实现用遗传算法优化神经网络权重
神经网络的训练过程中,使用遗传算法来优化神经网络的权重,用于寻找全局最优权重
- 2022-04-27 13:11:45下载
- 积分:1
-
yichuan
说明: 本压缩包 包含一系列的遗传算法的python程序及算例(Genetic algorithm python program)
- 2020-11-06 19:05:46下载
- 积分:1
-
nsga2.tar
这段代码描述多目标遗传算法NSGAII算法的实现,抓要包含三部分:Non-dominated sort, Crowding distance assignment, the selection process来找到pareto-front(The basic operations being performed and the worst case complexities associated with are as follows:
Multi-objective evolutionary algorithms which uses non-dominated sorting to find pareto front. It is consist of tree parts:
• Non-dominated sort returns a list of the non-dominated fronts F. (O(mN 2 ))
• Crowding distance assignment is O(mNlogN)
• The crowed comparison operator (Sort on ≥ n) guides the selection process at the various stages of the algorithm towards a uniformly spread out Pareto-optimal front. (O(2Nlog(2N))))
- 2016-09-28 16:50:08下载
- 积分:1
-
Introducing Python
说明: This book will introduce you to the Python programming language.
- 2020-06-19 22:35:07下载
- 积分:1
-
keras-ncp-1.0.0
说明: Nature Machine Intelligence 2020 上一篇文章Neural circuit policies enabling auditable autonomy的源码(Source code of paper "Neural circuit policies enabling auditable autonomy", which is published at Nature Machine Intelligence 2020)
- 2020-10-29 10:29:56下载
- 积分:1
-
python机器学习
python机器学习经典实例,python自然语言处理,中文版,含代码(Classical examples of Python machine learning)
- 2019-03-17 09:55:35下载
- 积分:1
-
fractureDetection
说明: 用于骨折检测数据集,包括正常数据和异常数据(Data set for fracture detection, including normal and abnormal data)
- 2019-01-10 11:27:19下载
- 积分:1
-
grid
python编写的网格搜索法,用于SVM的参数寻优(Grid search method to use SVM parameter optimization process to achieve through Python)
- 2018-06-27 09:17:19下载
- 积分:1