DeepLearningTutorials-python

所属分类:人工智能/神经网络/深度学习
开发工具:Python
文件大小:6093KB
下载次数:111
上传日期:2014-11-30 11:30:11
上 传 者wnf2046
说明:  深度神经网络轻量级工具包,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 (0, 2014-11-30)
DeepLearningTutorials-python\.hgignore (28, 2014-11-15)
DeepLearningTutorials-python\.travis.yml (3126, 2014-11-15)
DeepLearningTutorials-python\code (0, 2014-11-30)
DeepLearningTutorials-python\code\cA.py (11850, 2014-11-15)
DeepLearningTutorials-python\code\convolutional_mlp.py (12642, 2014-11-15)
DeepLearningTutorials-python\code\dA.py (14605, 2014-11-15)
DeepLearningTutorials-python\code\DBN.py (17050, 2014-11-15)
DeepLearningTutorials-python\code\hmc (0, 2014-11-30)
DeepLearningTutorials-python\code\hmc\hmc.py (15113, 2014-11-15)
DeepLearningTutorials-python\code\hmc\test_hmc.py (2218, 2014-11-15)
DeepLearningTutorials-python\code\hmc\__init__.py (0, 2014-11-15)
DeepLearningTutorials-python\code\logistic_cg.py (10304, 2014-11-15)
DeepLearningTutorials-python\code\logistic_sgd.py (16081, 2014-11-15)
DeepLearningTutorials-python\code\mlp.py (14183, 2014-11-15)
DeepLearningTutorials-python\code\rbm.py (20606, 2014-11-15)
DeepLearningTutorials-python\code\rnnrbm.py (11626, 2014-11-15)
DeepLearningTutorials-python\code\rnnslu.py (13279, 2014-11-15)
DeepLearningTutorials-python\code\SdA.py (18933, 2014-11-15)
DeepLearningTutorials-python\code\test.py (10657, 2014-11-15)
DeepLearningTutorials-python\code\utils.py (5101, 2014-11-15)
DeepLearningTutorials-python\data (0, 2014-11-30)
DeepLearningTutorials-python\data\download.sh (1013, 2014-11-15)
DeepLearningTutorials-python\data\training_colorpatches_16x16_demo.mat (5303437, 2014-11-15)
DeepLearningTutorials-python\doc (0, 2014-11-30)
DeepLearningTutorials-python\doc\.templates (0, 2014-11-30)
DeepLearningTutorials-python\doc\.templates\layout.html (617, 2014-11-15)
DeepLearningTutorials-python\doc\conf.py (7072, 2014-11-15)
DeepLearningTutorials-python\doc\contents.txt (219, 2014-11-15)
DeepLearningTutorials-python\doc\dA.txt (21832, 2014-11-15)
DeepLearningTutorials-python\doc\DBN.txt (12034, 2014-11-15)
DeepLearningTutorials-python\doc\deep.txt (4374, 2014-11-15)
DeepLearningTutorials-python\doc\gettingstarted.txt (29586, 2014-11-15)
DeepLearningTutorials-python\doc\hmc.txt (16068, 2014-11-15)
DeepLearningTutorials-python\doc\images (0, 2014-11-30)
DeepLearningTutorials-python\doc\images\3wolfmoon.jpg (128399, 2014-11-15)
DeepLearningTutorials-python\doc\images\3wolfmoon_output.png (133178, 2014-11-15)
DeepLearningTutorials-python\doc\images\bm.png (15245, 2014-11-15)
DeepLearningTutorials-python\doc\images\cnn_explained.png (25546, 2014-11-15)
... ...

Deep Learning Tutorials ======================= Deep Learning is a new area of Machine Learning research, which has been introduced with the objective of moving Machine Learning closer to one of its original goals: Artificial Intelligence. Deep Learning is about learning multiple levels of representation and abstraction that help to make sense of data such as images, sound, and text. The tutorials presented here will introduce you to some of the most important deep learning algorithms and will also show you how to run them using Theano. Theano is a python library that makes writing deep learning models easy, and gives the option of training them on a GPU. The easiest way to follow the tutorials is to `browse them online `_. `Main development `_ of this project. .. image:: https://secure.travis-ci.org/lisa-lab/DeepLearningTutorials.png :target: http://travis-ci.org/lisa-lab/DeepLearningTutorials Project Layout -------------- Subdirectories: - code - Python files corresponding to each tutorial - data - data and scripts to download data that is used by the tutorials - doc - restructured text used by Sphinx to build the tutorial website - html - built automatically by doc/Makefile, contains tutorial website - issues_closed - issue tracking - issues_open - issue tracking - misc - administrative scripts Build instructions ------------------ To build the html version of the tutorials, install sphinx and run doc/Makefile

近期下载者

相关文件


收藏者