文件名称:DeepLearningTutorials-python
介绍说明--下载内容来自于网络,使用问题请自行百度
深度神经网络轻量级工具包,Python简单实现,内含各种模型的代码以及模型的简单理解说明,适合初学者阅读使用。-Deep Neural Networks lightweight toolkit, Python simple implementation, containing simple to understand explanation of each model and the model code, suitable for beginners read.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DeepLearningTutorials-python/
DeepLearningTutorials-python/.gitignore
DeepLearningTutorials-python/.hgignore
DeepLearningTutorials-python/.travis.yml
DeepLearningTutorials-python/code/
DeepLearningTutorials-python/code/cA.py
DeepLearningTutorials-python/code/convolutional_mlp.py
DeepLearningTutorials-python/code/dA.py
DeepLearningTutorials-python/code/DBN.py
DeepLearningTutorials-python/code/hmc/
DeepLearningTutorials-python/code/hmc/hmc.py
DeepLearningTutorials-python/code/hmc/test_hmc.py
DeepLearningTutorials-python/code/hmc/__init__.py
DeepLearningTutorials-python/code/logistic_cg.py
DeepLearningTutorials-python/code/logistic_sgd.py
DeepLearningTutorials-python/code/mlp.py
DeepLearningTutorials-python/code/rbm.py
DeepLearningTutorials-python/code/rnnrbm.py
DeepLearningTutorials-python/code/rnnslu.py
DeepLearningTutorials-python/code/SdA.py
DeepLearningTutorials-python/code/test.py
DeepLearningTutorials-python/code/utils.py
DeepLearningTutorials-python/data/
DeepLearningTutorials-python/data/download.sh
DeepLearningTutorials-python/data/training_colorpatches_16x16_demo.mat
DeepLearningTutorials-python/doc/
DeepLearningTutorials-python/doc/.templates/
DeepLearningTutorials-python/doc/.templates/layout.html
DeepLearningTutorials-python/doc/conf.py
DeepLearningTutorials-python/doc/contents.txt
DeepLearningTutorials-python/doc/dA.txt
DeepLearningTutorials-python/doc/DBN.txt
DeepLearningTutorials-python/doc/deep.txt
DeepLearningTutorials-python/doc/gettingstarted.txt
DeepLearningTutorials-python/doc/hmc.txt
DeepLearningTutorials-python/doc/images/
DeepLearningTutorials-python/doc/images/3wolfmoon.jpg
DeepLearningTutorials-python/doc/images/3wolfmoon_output.png
DeepLearningTutorials-python/doc/images/bm.png
DeepLearningTutorials-python/doc/images/cnn_explained.png
DeepLearningTutorials-python/doc/images/conv_1D_nn.png
DeepLearningTutorials-python/doc/images/DBN3.png
DeepLearningTutorials-python/doc/images/filters_at_epoch_14.png
DeepLearningTutorials-python/doc/images/filters_corruption_0.png
DeepLearningTutorials-python/doc/images/filters_corruption_30.png
DeepLearningTutorials-python/doc/images/markov_chain.png
DeepLearningTutorials-python/doc/images/mlp.png
DeepLearningTutorials-python/doc/images/mnist_0.png
DeepLearningTutorials-python/doc/images/mnist_1.png
DeepLearningTutorials-python/doc/images/mnist_2.png
DeepLearningTutorials-python/doc/images/mnist_3.png
DeepLearningTutorials-python/doc/images/mnist_4.png
DeepLearningTutorials-python/doc/images/mnist_5.png
DeepLearningTutorials-python/doc/images/mylenet.png
DeepLearningTutorials-python/doc/images/rbm.png
DeepLearningTutorials-python/doc/images/rnnrbm.png
DeepLearningTutorials-python/doc/images/rnnrbm.svg
DeepLearningTutorials-python/doc/images/sample1.png
DeepLearningTutorials-python/doc/images/sample2.png
DeepLearningTutorials-python/doc/images/samples.png
DeepLearningTutorials-python/doc/images/sparse_1D_nn.png
DeepLearningTutorials-python/doc/intro.txt
DeepLearningTutorials-python/doc/lenet.txt
DeepLearningTutorials-python/doc/LICENSE.txt
DeepLearningTutorials-python/doc/logreg.txt
DeepLearningTutorials-python/doc/Makefile
DeepLearningTutorials-python/doc/mlp.txt
DeepLearningTutorials-python/doc/rbm.txt
DeepLearningTutorials-python/doc/references.txt
DeepLearningTutorials-python/doc/rnnrbm.txt
DeepLearningTutorials-python/doc/rnnslu.txt
DeepLearningTutorials-python/doc/scripts/
DeepLearningTutorials-python/doc/scripts/docgen.py
DeepLearningTutorials-python/doc/SdA.txt
DeepLearningTutorials-python/doc/utilities.txt
DeepLearningTutorials-python/issues_closed/
DeepLearningTutorials-python/issues_closed/2_RBM_cost_fn.txt
DeepLearningTutorials-python/issues_open/
DeepLearningTutorials-python/issues_open/1_SdA_performance.txt
DeepLearningTutorials-python/issues_open/3_RBM_scan_GPU.txt
DeepLearningTutorials-python/issues_open/4_RBM_scan.txt
DeepLearningTutorials-python/issues_open/5_results.txt
DeepLearningTutorials-python/issues_open/6_benchmarking_pybrain.txt
DeepLearningTutorials-python/misc/
DeepLearningTutorials-python/misc/do_nightly_build
DeepLearningTutorials-python/README.rst
DeepLearningTutorials-python/.gitignore
DeepLearningTutorials-python/.hgignore
DeepLearningTutorials-python/.travis.yml
DeepLearningTutorials-python/code/
DeepLearningTutorials-python/code/cA.py
DeepLearningTutorials-python/code/convolutional_mlp.py
DeepLearningTutorials-python/code/dA.py
DeepLearningTutorials-python/code/DBN.py
DeepLearningTutorials-python/code/hmc/
DeepLearningTutorials-python/code/hmc/hmc.py
DeepLearningTutorials-python/code/hmc/test_hmc.py
DeepLearningTutorials-python/code/hmc/__init__.py
DeepLearningTutorials-python/code/logistic_cg.py
DeepLearningTutorials-python/code/logistic_sgd.py
DeepLearningTutorials-python/code/mlp.py
DeepLearningTutorials-python/code/rbm.py
DeepLearningTutorials-python/code/rnnrbm.py
DeepLearningTutorials-python/code/rnnslu.py
DeepLearningTutorials-python/code/SdA.py
DeepLearningTutorials-python/code/test.py
DeepLearningTutorials-python/code/utils.py
DeepLearningTutorials-python/data/
DeepLearningTutorials-python/data/download.sh
DeepLearningTutorials-python/data/training_colorpatches_16x16_demo.mat
DeepLearningTutorials-python/doc/
DeepLearningTutorials-python/doc/.templates/
DeepLearningTutorials-python/doc/.templates/layout.html
DeepLearningTutorials-python/doc/conf.py
DeepLearningTutorials-python/doc/contents.txt
DeepLearningTutorials-python/doc/dA.txt
DeepLearningTutorials-python/doc/DBN.txt
DeepLearningTutorials-python/doc/deep.txt
DeepLearningTutorials-python/doc/gettingstarted.txt
DeepLearningTutorials-python/doc/hmc.txt
DeepLearningTutorials-python/doc/images/
DeepLearningTutorials-python/doc/images/3wolfmoon.jpg
DeepLearningTutorials-python/doc/images/3wolfmoon_output.png
DeepLearningTutorials-python/doc/images/bm.png
DeepLearningTutorials-python/doc/images/cnn_explained.png
DeepLearningTutorials-python/doc/images/conv_1D_nn.png
DeepLearningTutorials-python/doc/images/DBN3.png
DeepLearningTutorials-python/doc/images/filters_at_epoch_14.png
DeepLearningTutorials-python/doc/images/filters_corruption_0.png
DeepLearningTutorials-python/doc/images/filters_corruption_30.png
DeepLearningTutorials-python/doc/images/markov_chain.png
DeepLearningTutorials-python/doc/images/mlp.png
DeepLearningTutorials-python/doc/images/mnist_0.png
DeepLearningTutorials-python/doc/images/mnist_1.png
DeepLearningTutorials-python/doc/images/mnist_2.png
DeepLearningTutorials-python/doc/images/mnist_3.png
DeepLearningTutorials-python/doc/images/mnist_4.png
DeepLearningTutorials-python/doc/images/mnist_5.png
DeepLearningTutorials-python/doc/images/mylenet.png
DeepLearningTutorials-python/doc/images/rbm.png
DeepLearningTutorials-python/doc/images/rnnrbm.png
DeepLearningTutorials-python/doc/images/rnnrbm.svg
DeepLearningTutorials-python/doc/images/sample1.png
DeepLearningTutorials-python/doc/images/sample2.png
DeepLearningTutorials-python/doc/images/samples.png
DeepLearningTutorials-python/doc/images/sparse_1D_nn.png
DeepLearningTutorials-python/doc/intro.txt
DeepLearningTutorials-python/doc/lenet.txt
DeepLearningTutorials-python/doc/LICENSE.txt
DeepLearningTutorials-python/doc/logreg.txt
DeepLearningTutorials-python/doc/Makefile
DeepLearningTutorials-python/doc/mlp.txt
DeepLearningTutorials-python/doc/rbm.txt
DeepLearningTutorials-python/doc/references.txt
DeepLearningTutorials-python/doc/rnnrbm.txt
DeepLearningTutorials-python/doc/rnnslu.txt
DeepLearningTutorials-python/doc/scripts/
DeepLearningTutorials-python/doc/scripts/docgen.py
DeepLearningTutorials-python/doc/SdA.txt
DeepLearningTutorials-python/doc/utilities.txt
DeepLearningTutorials-python/issues_closed/
DeepLearningTutorials-python/issues_closed/2_RBM_cost_fn.txt
DeepLearningTutorials-python/issues_open/
DeepLearningTutorials-python/issues_open/1_SdA_performance.txt
DeepLearningTutorials-python/issues_open/3_RBM_scan_GPU.txt
DeepLearningTutorials-python/issues_open/4_RBM_scan.txt
DeepLearningTutorials-python/issues_open/5_results.txt
DeepLearningTutorials-python/issues_open/6_benchmarking_pybrain.txt
DeepLearningTutorials-python/misc/
DeepLearningTutorials-python/misc/do_nightly_build
DeepLearningTutorials-python/README.rst
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.