DeepLearningTutorials-master

所属分类:汇编语言
开发工具:Python
文件大小:6128KB
下载次数:88
上传日期:2017-04-19 10:49:15
上 传 者heyang1021
说明:  深度学习模型建立图像以及语音模型,深度学习代码。
(deep learning)

文件列表:
.hgignore (28, 2016-11-05)
.jenkins (0, 2016-11-05)
.jenkins\jenkins_buildbot_dlt.sh (1338, 2016-11-05)
.travis.yml (2863, 2016-11-05)
LICENSE.txt (1541, 2016-11-05)
code (0, 2016-11-05)
code\DBN.py (16604, 2016-11-05)
code\SdA.py (19008, 2016-11-05)
code\cA.py (11901, 2016-11-05)
code\convolutional_mlp.py (12722, 2016-11-05)
code\dA.py (14763, 2016-11-05)
code\hmc (0, 2016-11-05)
code\hmc\__init__.py (0, 2016-11-05)
code\hmc\hmc.py (15144, 2016-11-05)
code\hmc\test_hmc.py (2419, 2016-11-05)
code\imdb.py (5405, 2016-11-05)
code\imdb_preprocess.py (3407, 2016-11-05)
code\logistic_cg.py (10369, 2016-11-05)
code\logistic_sgd.py (17174, 2016-11-05)
code\lstm.py (22667, 2016-11-05)
code\mlp.py (14283, 2016-11-05)
code\rbm.py (20756, 2016-11-05)
code\rnnrbm.py (11661, 2016-11-05)
code\rnnslu.py (13529, 2016-11-05)
code\test.py (7986, 2016-11-05)
code\utils.py (5097, 2016-11-05)
data (0, 2016-11-05)
data\download.sh (1309, 2016-11-05)
data\training_colorpatches_16x16_demo.mat (5303437, 2016-11-05)
doc (0, 2016-11-05)
doc\.templates (0, 2016-11-05)
doc\.templates\layout.html (617, 2016-11-05)
doc\DBN.txt (12034, 2016-11-05)
doc\LICENSE.txt (1524, 2016-11-05)
doc\Makefile (31, 2016-11-05)
doc\SdA.txt (8611, 2016-11-05)
doc\conf.py (7072, 2016-11-05)
... ...

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

近期下载者

相关文件


收藏者