搜索资源列表
howtouseSVM.doc
- 本文从模式识别的基本概念谈起,过渡到神经网络模式识别,逐步引入到这四种支持向量机工具箱的使用。本文适合没有模式识别基础,而又急于上手的初学者。 -paper from the basic concept of pattern recognition about, the transition to the neural network pattern recognition, gradually introduced to the four SVM toolbox use. Pattern
PCA_NN_FACE_RECOGNITION
- 基于主元分析和神经网络的人脸识别方法.pdf-based on principal component analysis and neural networks face recognition. Pdf
javann-0-01-1c
- 模式识别中神经网络方法的实现,对初学者应该有较大帮助。-pattern recognition neural network method to achieve for beginners should be helpful.
JavaANPR是一个自动车牌识别程序
- JavaANPR是一个自动车牌识别程序,此程序采用了的了人工智能、机器视觉业绩神经网络的算法。,JavaANPR is an automatic number plate recognition software, which implements algorithmic and mathematical principles from field of artificial intelligence, machine vision and neural networks.
ChePaiShiBieByJava
- 这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Very Very Good!
aaa
- BP神经网络手写识别源代码,可进行手写数字识别功能-BP neural network source code, handwriting recognition, handwritten numeral recognition can be
chepai
- 车牌自动识别系统(ANPR)源代码,这个项目涉及了人工智能、机器视觉和神经网络等领域,实现一个车牌自动识别系统(ANPR)。它包括了一系列的数学算法原理,以保证数字车牌的检测与提取、字母分割、归一化和识别。-Automatic License Plate Recognition System (ANPR) source code, the project involves the field of artificial intelligence, machine vision and neura
Day
- 。实验结果表明,该系统是安全系统中一个有效的说话人识别方法。在说话人识别中,使用BPNN和GRNN两种方法的人工神经网络在测试系统中被实施和-a good one
npzimushibie
- 用神经网络进行手写字母识别(java程序)-Handwritten letter recognition (java program) using neural networks
minist手写数字识别,搭建3层的卷积神经网络
- minist手写数字识别,基于Keras搭建3层的卷积神经网络,达到99%的识别准确率,且绘制相应的准确率和loss function曲线;