-
BP神经网络演示程序及代码
人脸朝向识别是人脸应用研究中重要的一步,在众多研究领域中,人脸朝向识别是模式识别中一个无法回避的问题。本文针对此问题,建立了基于人工神经网络的人脸朝向识别模型。首先,采用基于边缘检测Sobel算子的人脸特征向量提取,把图像转换为6行8列像素值,实现了人脸识别的特征提取,作为神经网络的输入。然后根据实际情况,考虑到误差因素,我们创建一个3层的BP神经网络,输入层8个神经元,输出层3个神经元,中间层17个神经元。选取50张人脸图像中的前30张,作为神经网络的训练样本,通过长达11分钟的训练,我们得到了比较好的网络。接着,把训练好的神经网络用于测试剩余的20张人脸图像,输出的朝向结果与输入的朝向结果完全一致,识别率100%。在0.01的学习率,虽然识别率很高,但大大延长了网络的训练时间。因此,我们觉得有必要建立一种训练时间和训练效果都较好的神经网络模型。参照模型一,我们接着又建立了基于BP神经网络模型相比,不仅大大缩短了训练时间(缩短为100%。因此,针对人脸朝向识别的问题,
- 2022-03-02 14:45:12下载
- 积分:1
-
This is a kardex system program for batabase software
This a kardex system program for batabase software-This is a kardex system program for batabase software
- 2022-04-29 05:36:48下载
- 积分:1
-
很无奈的,真正想要的话多了解一下,多联系,有的话肯定给,大家多交流...
很无奈的,真正想要的话多了解一下,多联系,有的话肯定给,大家多交流-Very helpless, and truly want it to find out more, multi-link, and some certainly given everyone more exchanges
- 2022-01-24 19:05:11下载
- 积分:1
-
Rotating a triangle 3d
Rotating a triangle 3d
- 2022-02-26 13:22:22下载
- 积分:1
-
注册表操作类
注册表操作类-registry operation category
- 2022-03-11 18:25:44下载
- 积分:1
-
最新Visual+C++使用手册,希望对大家有用哈!
最新Visual+C++使用手册,希望对大家有用哈!-最新Visual+C++使用手册,希望对大家有用哈!
- 2022-03-20 08:24:45下载
- 积分:1
-
我用VC做的一个数据采集系统的源码,搞数据采集的可以参考一下...
我用VC做的一个数据采集系统的源码,搞数据采集的可以参考一下-I used to do a VC data acquisition system source code, engage in data collection for reference
- 2022-10-17 02:20:03下载
- 积分:1
-
pdflib7.0 library and to use the programming pdflib to look at the defense, stop...
pdflib7.0库,想用pdflib来编程的不防看看,停好的东西-pdflib7.0 library and to use the programming pdflib to look at the defense, stopping the good things
- 2022-12-12 11:30:04下载
- 积分:1
-
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的...
基于WinCE操作系统、SMDK2410硬件开发平台下的电源管理程序――主要完成系统的 睡眠、唤醒,以达到省电的目的-Based on the WinCE operating system, SMDK2410 hardware development platform under the power management procedure- Main completed system sleep, wake up, so as to achieve the purpose of saving
- 2022-12-12 07:35:03下载
- 积分:1
-
K r u s k a l算法每次选择n
K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的
边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选
取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中
边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其
加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-K ruskal algorithm for each choice of n-1 edges, the greed of the criteria used are: from the left edge select does not produce a loop with the smallest cost edge has been selected to join the edge of the collection. Taking note of the selected edges have a loop if it can not form a spanning tree. K ruskal algorithm sub-e-step, in which e is the number of network edge. According to the order of incremental cost to consider this e edges, each taking a side. When considering a certain edge when, if its added to a collection of selected edge loop will appear, will be its discarded, otherwise, it selected.
- 2023-02-08 08:10:04下载
- 积分:1