-
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
-
在状态条中显示进度条
在状态条中显示进度条-the state of progress of the show
- 2022-03-03 21:23:47下载
- 积分:1
-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
一个完整的工程应用系统,很全面的,值得学习
一个完整的工程应用系统,很全面的,值得学习-A complete system engineering applications, it is comprehensive, it is worth learning
- 2022-03-18 11:21:50下载
- 积分:1
-
操作系统中多级队列进程调度的用户界面模拟,具有很好的交互性
操作系统中多级队列进程调度的用户界面模拟,具有很好的交互性。有动态显示,可以展示每个调度过程中的队列状态。
- 2023-07-20 07:40:04下载
- 积分:1
-
管理系统为公司内部车辆用车与审批管理系统。使用本系统必须先登录。...
管理系统为公司内部车辆用车与审批管理系统。使用本系统必须先登录。-Management system within the vehicle for the company car and approval management system. Use the system to be logged.
- 2023-04-17 14:35:04下载
- 积分:1
-
该程序可以测试飞思卡尔
该程序可以测试飞思卡尔-MC13224射频性能
- 2022-04-20 06:48:17下载
- 积分:1
-
show the total uptime, but also anything dragged inside
显示开机时间的总和,还可以把任何东西拖到里面-show the total uptime, but also anything dragged inside
- 2022-02-25 21:29:35下载
- 积分:1
-
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格...
过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理-past C/MFC development process, often to provide users with the right-mouse click functions, Now.NET framework using C#, the procedure would also like to provide right-click functions, for example, in the text frame, pane, labeling and the main window background on the use of right-clicking. After all, C# instead of C/MFC, how to deal with C#
- 2022-03-23 02:05:54下载
- 积分:1
-
MEGA16开发板,驱动开发板上的1602液晶
MEGA16开发板,驱动开发板上的1602液晶
-MEGA 16 1602
- 2023-01-30 20:45:08下载
- 积分:1