文件名称:卷积神经网络代码
文件大小:4.5MB
文件格式:GZ
更新时间:2015-05-10 03:05:40
卷积神经网络
卷积神经网络的源代码 ConvNet - C++ Convolutional Neural Network Library Description of the contents: compile.sh script that compiles the ConvNet library CMakeLists.txt main file describing build process (for cmake) build/ directory where everything will be built into doc/ documentation sources & configs (for doxygen) include/ ConvNet header files src/ ConvNet library sources tst/ test sources, test scripts data/ data storage (mostly test data and config files) For more detailed documentation, see http://conv-net.sf.net
【文件预览】:
conv-net-0.1
----tst()
--------testimg.cpp(4KB)
--------testmnist.sh(392B)
--------testimg.sh(335B)
--------testmnist.cpp(5KB)
--------README(444B)
----src()
--------cvgenericplane.cpp(5KB)
--------cvsubsamplingplane.cpp(5KB)
--------cvconvolutionplane.cpp(6KB)
--------cvconvnetparser.cpp(12KB)
--------cvconvnet.cpp(5KB)
--------cvrbfplane.cpp(5KB)
--------cvmaxplane.cpp(4KB)
--------cvsourceplane.cpp(3KB)
--------cvfastsigmoid.cpp(2KB)
----doc()
--------LICENSE(2KB)
--------cvconvnet.dox(51KB)
--------Mainpage.dox(4KB)
----CMakeLists.txt(2KB)
----data()
--------testimg-4.png(279B)
--------testimg-2.png(201B)
--------testimg-6.png(283B)
--------t10k-images-idx3-ubyte(7.48MB)
--------testimg-8.png(302B)
--------testimg-3.png(305B)
--------mnist.xml(7.09MB)
--------t10k-labels-idx1-ubyte(10KB)
--------testimg-7.png(280B)
--------testimg-1.png(298B)
--------testimg-9.png(323B)
--------testimg-5.png(220B)
--------sample.xml(5KB)
--------README(466B)
--------testimg-0.png(253B)
----conv-net.spec(2KB)
----README(512B)
----compile.sh(890B)
----include()
--------cvgenericplane.h(4KB)
--------cvconvnetparser.h(3KB)
--------cvrbfplane.h(3KB)
--------cvmaxplane.h(3KB)
--------cvconvnet.h(4KB)
--------cvconvolutionplane.h(3KB)
--------cvfastsigmoid.h(2KB)
--------cvsubsamplingplane.h(3KB)
--------cvsourceplane.h(3KB)