搜索资源列表
patternRecognize
- flash action scr ipt 写的数字模式识别; *.模拟了手写输入板; *.识别方法使用了近邻法;
Java
- 用Java编写的手写数字识别器源代码。能够对手写数字有很好的识别能力。经过试验,适应性还是比较强的
Java编写的手写数字识别器源代码
- 用Java编写的手写数字识别器源代码。能够对手写数字有很好的识别能力。经过试验,适应性还是比较强的。-Java prepared with hand-written numeral recognition source code browser. Figures to have a good handwriting recognition. After testing, adaptation is still relatively strong.
sxszsb.Java
- Java写的手写数字识别软件,简单实现对手写数字的识别。-Java software is written in handwriting digit recognition, simple implementation of handwritten digits recognition.
aaa
- BP神经网络手写识别源代码,可进行手写数字识别功能-BP neural network source code, handwriting recognition, handwritten numeral recognition can be
minist手写数字识别,搭建3层的卷积神经网络
- minist手写数字识别,基于Keras搭建3层的卷积神经网络,达到99%的识别准确率,且绘制相应的准确率和loss function曲线;