文件名称:conv-net-0.1
介绍说明--下载内容均来自于网络,请自行研究使用
这是卷积神经网络在字符识别的应用,大家可以学习学习。-This is a convolution neural network character recognition application, we can learn it.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
conv-net-0.1\C++ LeNet codes.docx
............\CMakeLists.txt
............\compile.sh
............\conv-net.spec
............\data\mnist.xml
............\....\README
............\....\sample.xml
............\....\t10k-images-idx3-ubyte
............\....\t10k-labels-idx1-ubyte
............\....\testimg-0.png
............\....\testimg-1.png
............\....\testimg-2.png
............\....\testimg-3.png
............\....\testimg-4.png
............\....\testimg-5.png
............\....\testimg-6.png
............\....\testimg-7.png
............\....\testimg-8.png
............\....\testimg-9.png
............\.oc\cvconvnet.dox
............\...\LICENSE
............\...\Mainpage.dox
............\...\文档.rtf
............\include\cvconvnet.h
............\.......\cvconvnetparser.h
............\.......\cvconvolutionplane.h
............\.......\cvfastsigmoid.h
............\.......\cvgenericplane.h
............\.......\cvmaxplane.h
............\.......\cvrbfplane.h
............\.......\cvsourceplane.h
............\.......\cvsubsamplingplane.h
............\README
............\src\cvconvnet.cpp
............\...\cvconvnetparser.cpp
............\...\cvconvolutionplane.cpp
............\...\cvfastsigmoid.cpp
............\...\cvgenericplane.cpp
............\...\cvmaxplane.cpp
............\...\cvrbfplane.cpp
............\...\cvsourceplane.cpp
............\...\cvsubsamplingplane.cpp
............\tst\README
............\...\testimg.cpp
............\...\testimg.sh
............\...\testmnist.cpp
............\...\testmnist.sh
............\data
............\doc
............\include
............\src
............\tst
conv-net-0.1