- C 语言开发DSP芯片
- denglujiemian 用vb做一个用户登陆界面
- Programming-ArcObjects-with-VBA-A-Task-Oriented-A This book is designed for ArcGIS users who want to get a quick start on programming ArcObjects.
- the-RC4-algorithm RC4算法是一种在电子信息领域加密的技术手段
- rc6_decryption rc6 algorithm designed based on verilog and is verified
- Introduction-to-CPP 软件入门书籍
文件名称:deeplearning
介绍说明--下载内容来自于网络,使用问题请自行百度
一个深度学习的python例程,该程序可以通过学习大量手写数字的数据提取出各手写数字的特征并对其进行识别。本文件中包含运行的主程序和结果,以及运行程序所需要的python库。-
A depth learning python routines, the program can learn a lot of handwritten digital data extracted handwritten digits of each feature and gain recognition. The main program and the results contained in this document is running, and run the program needed python library.
A depth learning python routines, the program can learn a lot of handwritten digital data extracted handwritten digits of each feature and gain recognition. The main program and the results contained in this document is running, and run the program needed python library.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DeepLearningTutorials-master/
DeepLearningTutorials-master/.gitignore
DeepLearningTutorials-master/.hgignore
DeepLearningTutorials-master/.travis.yml
DeepLearningTutorials-master/code/
DeepLearningTutorials-master/code/cA.py
DeepLearningTutorials-master/code/convolutional_mlp.py
DeepLearningTutorials-master/code/dA.py
DeepLearningTutorials-master/code/DBN.py
DeepLearningTutorials-master/code/hmc/
DeepLearningTutorials-master/code/hmc/hmc.py
DeepLearningTutorials-master/code/hmc/test_hmc.py
DeepLearningTutorials-master/code/hmc/__init__.py
DeepLearningTutorials-master/code/logistic_cg.py
DeepLearningTutorials-master/code/logistic_sgd.py
DeepLearningTutorials-master/code/logistic_sgd.pyc
DeepLearningTutorials-master/code/mlp.py
DeepLearningTutorials-master/code/rbm.py
DeepLearningTutorials-master/code/rnnrbm.py
DeepLearningTutorials-master/code/SdA.py
DeepLearningTutorials-master/code/test.py
DeepLearningTutorials-master/code/utils.py
DeepLearningTutorials-master/code/utils.pyc
DeepLearningTutorials-master/data/
DeepLearningTutorials-master/data/download.sh
DeepLearningTutorials-master/data/training_colorpatches_16x16_demo.mat
DeepLearningTutorials-master/doc/
DeepLearningTutorials-master/doc/.templates/
DeepLearningTutorials-master/doc/.templates/layout.html
DeepLearningTutorials-master/doc/conf.py
DeepLearningTutorials-master/doc/contents.txt
DeepLearningTutorials-master/doc/dA.txt
DeepLearningTutorials-master/doc/DBN.txt
DeepLearningTutorials-master/doc/deep.txt
DeepLearningTutorials-master/doc/gettingstarted.txt
DeepLearningTutorials-master/doc/hmc.txt
DeepLearningTutorials-master/doc/images/
DeepLearningTutorials-master/doc/images/3wolfmoon.jpg
DeepLearningTutorials-master/doc/images/3wolfmoon_output.png
DeepLearningTutorials-master/doc/images/bm.png
DeepLearningTutorials-master/doc/images/cnn_explained.png
DeepLearningTutorials-master/doc/images/conv_1D_nn.png
DeepLearningTutorials-master/doc/images/DBN3.png
DeepLearningTutorials-master/doc/images/filters_at_epoch_14.png
DeepLearningTutorials-master/doc/images/filters_corruption_0.png
DeepLearningTutorials-master/doc/images/filters_corruption_30.png
DeepLearningTutorials-master/doc/images/markov_chain.png
DeepLearningTutorials-master/doc/images/mlp.png
DeepLearningTutorials-master/doc/images/mnist_0.png
DeepLearningTutorials-master/doc/images/mnist_1.png
DeepLearningTutorials-master/doc/images/mnist_2.png
DeepLearningTutorials-master/doc/images/mnist_3.png
DeepLearningTutorials-master/doc/images/mnist_4.png
DeepLearningTutorials-master/doc/images/mnist_5.png
DeepLearningTutorials-master/doc/images/mylenet.png
DeepLearningTutorials-master/doc/images/rbm.png
DeepLearningTutorials-master/doc/images/rnnrbm.png
DeepLearningTutorials-master/doc/images/rnnrbm.svg
DeepLearningTutorials-master/doc/images/sample1.png
DeepLearningTutorials-master/doc/images/sample2.png
DeepLearningTutorials-master/doc/images/samples.png
DeepLearningTutorials-master/doc/images/sparse_1D_nn.png
DeepLearningTutorials-master/doc/intro.txt
DeepLearningTutorials-master/doc/lenet.txt
DeepLearningTutorials-master/doc/LICENSE.txt
DeepLearningTutorials-master/doc/logreg.txt
DeepLearningTutorials-master/doc/Makefile
DeepLearningTutorials-master/doc/mlp.txt
DeepLearningTutorials-master/doc/rbm.txt
DeepLearningTutorials-master/doc/references.txt
DeepLearningTutorials-master/doc/rnnrbm.txt
DeepLearningTutorials-master/doc/scripts/
DeepLearningTutorials-master/doc/scripts/docgen.py
DeepLearningTutorials-master/doc/SdA.txt
DeepLearningTutorials-master/doc/utilities.txt
DeepLearningTutorials-master/issues_closed/
DeepLearningTutorials-master/issues_closed/2_RBM_cost_fn.txt
DeepLearningTutorials-master/issues_open/
DeepLearningTutorials-master/issues_open/1_SdA_performance.txt
DeepLearningTutorials-master/issues_open/3_RBM_scan_GPU.txt
DeepLearningTutorials-master/issues_open/4_RBM_scan.txt
DeepLearningTutorials-master/issues_open/5_results.txt
DeepLearningTutorials-master/issues_open/6_benchmarking_pybrain.txt
DeepLearningTutorials-master/misc/
DeepLearningTutorials-master/misc/do_nightly_build
DeepLearningTutorials-master/README.rst
Theano-0.8.2/
Theano-0.8.2/benchmark/
Theano-0.8.2/benchmark/convolution/
Theano-0.8.2/benchmark/convolution/bench.sh
Theano-0.8.2/bin/
Theano-0.8.2/bin/theano-cache
Theano-0.8.2/bin/theano-nose
Theano-0.8.2/bin/theano-test
Theano-0.8.2/build/
Theano-0.8.2/build/bdist.win32/
Theano-0.8.2/build/lib/
Theano-0.8.2/build/lib/theano/
Theano-0.8.2/build/lib/theano/compat/
Theano-0.8.2/build/lib/theano/compat/python2x.py
Theano-0.8.2/build/lib/theano/compat/six.py
Theano-0.8.2/build/lib/theano/compat/__init__.py
Theano-0.8.2/build/lib/theano/compile/
Theano-0.8.2/build/lib/theano/compile/builders.py
Theano-0.8.2/build/lib/theano/compile/debugmode.py
Theano-0.8.2/build/lib/theano/compile/function.py
Theano-0.8.2/build/lib/theano/compile/function_module.py
Theano-0.8.2/build/lib/theano/compile/io.py
Theano-0.8.2/build/lib/theano/compile/mode.py
Theano-0.8.2/build/lib/theano/compile/monitormode.py
Theano-0.8.2/build/lib/theano/compile/nanguardmode.py
Theano-0.8.2/build/lib/theano/compile/ops.py
DeepLearningTutorials-master/.gitignore
DeepLearningTutorials-master/.hgignore
DeepLearningTutorials-master/.travis.yml
DeepLearningTutorials-master/code/
DeepLearningTutorials-master/code/cA.py
DeepLearningTutorials-master/code/convolutional_mlp.py
DeepLearningTutorials-master/code/dA.py
DeepLearningTutorials-master/code/DBN.py
DeepLearningTutorials-master/code/hmc/
DeepLearningTutorials-master/code/hmc/hmc.py
DeepLearningTutorials-master/code/hmc/test_hmc.py
DeepLearningTutorials-master/code/hmc/__init__.py
DeepLearningTutorials-master/code/logistic_cg.py
DeepLearningTutorials-master/code/logistic_sgd.py
DeepLearningTutorials-master/code/logistic_sgd.pyc
DeepLearningTutorials-master/code/mlp.py
DeepLearningTutorials-master/code/rbm.py
DeepLearningTutorials-master/code/rnnrbm.py
DeepLearningTutorials-master/code/SdA.py
DeepLearningTutorials-master/code/test.py
DeepLearningTutorials-master/code/utils.py
DeepLearningTutorials-master/code/utils.pyc
DeepLearningTutorials-master/data/
DeepLearningTutorials-master/data/download.sh
DeepLearningTutorials-master/data/training_colorpatches_16x16_demo.mat
DeepLearningTutorials-master/doc/
DeepLearningTutorials-master/doc/.templates/
DeepLearningTutorials-master/doc/.templates/layout.html
DeepLearningTutorials-master/doc/conf.py
DeepLearningTutorials-master/doc/contents.txt
DeepLearningTutorials-master/doc/dA.txt
DeepLearningTutorials-master/doc/DBN.txt
DeepLearningTutorials-master/doc/deep.txt
DeepLearningTutorials-master/doc/gettingstarted.txt
DeepLearningTutorials-master/doc/hmc.txt
DeepLearningTutorials-master/doc/images/
DeepLearningTutorials-master/doc/images/3wolfmoon.jpg
DeepLearningTutorials-master/doc/images/3wolfmoon_output.png
DeepLearningTutorials-master/doc/images/bm.png
DeepLearningTutorials-master/doc/images/cnn_explained.png
DeepLearningTutorials-master/doc/images/conv_1D_nn.png
DeepLearningTutorials-master/doc/images/DBN3.png
DeepLearningTutorials-master/doc/images/filters_at_epoch_14.png
DeepLearningTutorials-master/doc/images/filters_corruption_0.png
DeepLearningTutorials-master/doc/images/filters_corruption_30.png
DeepLearningTutorials-master/doc/images/markov_chain.png
DeepLearningTutorials-master/doc/images/mlp.png
DeepLearningTutorials-master/doc/images/mnist_0.png
DeepLearningTutorials-master/doc/images/mnist_1.png
DeepLearningTutorials-master/doc/images/mnist_2.png
DeepLearningTutorials-master/doc/images/mnist_3.png
DeepLearningTutorials-master/doc/images/mnist_4.png
DeepLearningTutorials-master/doc/images/mnist_5.png
DeepLearningTutorials-master/doc/images/mylenet.png
DeepLearningTutorials-master/doc/images/rbm.png
DeepLearningTutorials-master/doc/images/rnnrbm.png
DeepLearningTutorials-master/doc/images/rnnrbm.svg
DeepLearningTutorials-master/doc/images/sample1.png
DeepLearningTutorials-master/doc/images/sample2.png
DeepLearningTutorials-master/doc/images/samples.png
DeepLearningTutorials-master/doc/images/sparse_1D_nn.png
DeepLearningTutorials-master/doc/intro.txt
DeepLearningTutorials-master/doc/lenet.txt
DeepLearningTutorials-master/doc/LICENSE.txt
DeepLearningTutorials-master/doc/logreg.txt
DeepLearningTutorials-master/doc/Makefile
DeepLearningTutorials-master/doc/mlp.txt
DeepLearningTutorials-master/doc/rbm.txt
DeepLearningTutorials-master/doc/references.txt
DeepLearningTutorials-master/doc/rnnrbm.txt
DeepLearningTutorials-master/doc/scripts/
DeepLearningTutorials-master/doc/scripts/docgen.py
DeepLearningTutorials-master/doc/SdA.txt
DeepLearningTutorials-master/doc/utilities.txt
DeepLearningTutorials-master/issues_closed/
DeepLearningTutorials-master/issues_closed/2_RBM_cost_fn.txt
DeepLearningTutorials-master/issues_open/
DeepLearningTutorials-master/issues_open/1_SdA_performance.txt
DeepLearningTutorials-master/issues_open/3_RBM_scan_GPU.txt
DeepLearningTutorials-master/issues_open/4_RBM_scan.txt
DeepLearningTutorials-master/issues_open/5_results.txt
DeepLearningTutorials-master/issues_open/6_benchmarking_pybrain.txt
DeepLearningTutorials-master/misc/
DeepLearningTutorials-master/misc/do_nightly_build
DeepLearningTutorials-master/README.rst
Theano-0.8.2/
Theano-0.8.2/benchmark/
Theano-0.8.2/benchmark/convolution/
Theano-0.8.2/benchmark/convolution/bench.sh
Theano-0.8.2/bin/
Theano-0.8.2/bin/theano-cache
Theano-0.8.2/bin/theano-nose
Theano-0.8.2/bin/theano-test
Theano-0.8.2/build/
Theano-0.8.2/build/bdist.win32/
Theano-0.8.2/build/lib/
Theano-0.8.2/build/lib/theano/
Theano-0.8.2/build/lib/theano/compat/
Theano-0.8.2/build/lib/theano/compat/python2x.py
Theano-0.8.2/build/lib/theano/compat/six.py
Theano-0.8.2/build/lib/theano/compat/__init__.py
Theano-0.8.2/build/lib/theano/compile/
Theano-0.8.2/build/lib/theano/compile/builders.py
Theano-0.8.2/build/lib/theano/compile/debugmode.py
Theano-0.8.2/build/lib/theano/compile/function.py
Theano-0.8.2/build/lib/theano/compile/function_module.py
Theano-0.8.2/build/lib/theano/compile/io.py
Theano-0.8.2/build/lib/theano/compile/mode.py
Theano-0.8.2/build/lib/theano/compile/monitormode.py
Theano-0.8.2/build/lib/theano/compile/nanguardmode.py
Theano-0.8.2/build/lib/theano/compile/ops.py