Skip to content

lazyprogrammer/DeepLearningTutorials

This branch is 217 commits behind lisa-lab/DeepLearningTutorials:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e1d1e0c · Jan 15, 2016
Jan 15, 2016
Oct 28, 2015
Dec 15, 2015
Mar 28, 2011
Oct 9, 2014
Sep 12, 2013
Nov 12, 2014
Apr 26, 2010
Dec 15, 2015
Jul 13, 2015
Oct 30, 2013

Repository files navigation

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.

https://secure.travis-ci.org/lisa-lab/DeepLearningTutorials.png

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

About

Deep Learning Tutorial notes and code. See the wiki for more info.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Shell 1.2%