-
深度学习mtcnn
说明: 用市面上的摄像头,可以实现实时人脸识别功能。(The algorithm model of facenet face recognition is obtained through deep learning, and the backbone network of feature extraction is concept-resnetv1, which is developed from concept network and RESNET, with more channels and network layers, so that each layer can learn more features and greatly improve the generalization ability. The network is deeper, the amount of calculation in each layer is reduced, and the ability of feature extraction is strengthened, so as to improve the accuracy of target classification. On the LFW data set, the accuracy of face recognition reaches 98.40%. In this experiment, mtcnn is introduced into the face detection algorithm. Its backbone network is divided into three convolutional neural networks: p-net, R-Net and o-net. Among them, o-net is the most strict in screening candidate face frames. It will output the coordinates of a human face detection frame and five facial feature points (left eye, right eye, nose, left mouth corner, right mouth corner).)
- 2020-11-16 22:10:22下载
- 积分:1
-
Python Neural Network Programming
说明: 神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习
技术。
本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书
分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使
用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读
者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改善
神经网络的性能,并加深对相关知识的理解。附录分别介绍了所需的微积分知识
和树莓派知识。
本书适合想要从事神经网络研究和探索的读者学习参考,也适合对人工智
能、机器学习和深度学习等相关领域感兴趣的读者阅读。(Python Neural Network Programming)
- 2019-01-18 00:23:51下载
- 积分:1
-
鸢尾花
说明: 通过鸢尾花数据集,构建和训练模型,得到相应的聚类散点图(Through the iris data set, construct and train the model to get the corresponding clustering scatterplot)
- 2020-07-08 15:00:27下载
- 积分:1
-
MSA-master
说明: #连续平均法
交通分配的连续平均法(MSA)的Python实现。(# Method of successive averages
Python implementation of the method of successive averages (MSA) for traffic assignment.)
- 2021-04-24 15:58:47下载
- 积分:1
-
3
说明: 生成时间给定下的语音增强或者语音分离数据(Time to generate speech enhancement or speech separation data)
- 2020-10-06 12:49:44下载
- 积分:1
-
cudacom
Comport adjustment for winfof
- 2016-10-18 18:07:26下载
- 积分:1
-
l2_bayes_classifier
machine learning 方面有关于The Bayes Classifier的资料,语言是python(machine learning aspects have The Bayes Classifier information about language is python)
- 2013-12-07 23:24:23下载
- 积分:1
-
python基础语法学习(入门级示例)
python基础语法学习(入门级示例)
- 2019-12-22下载
- 积分:1
-
DDP协议通信代理
通过socket监听进程接收DDP数据包,解包后将对应字段数据存入Mongodb数据库中。server守护进程监听包消息,收到后建立长连接。整个代理程序是在linux下运行。
- 2023-08-15 09:15:05下载
- 积分:1
-
Python
PYTHON核心教程,PYTHON开发必读(PYTHON core curriculum, PYTHON development of reading)
- 2020-06-25 01:40:02下载
- 积分:1