Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ things in Theano.

### Theano Tutorials

1. [Introduction](nbpages/Theano Tutorial _Part 1 - Introduction_.html)
2. [Simple computation](nbpages/Theano Tutorial _Part 2 - Simple Computation_.html)
3. [Functions and Shared Variables](nbpages/Theano Tutorial _Part 3 - Functions and Shared Variables_.html)
4. [Random Variables](nbpages/Theano Tutorial _Part 4 - Random Variables_.html)
1. [Introduction](http://nbviewer.ipython.org/github/jaberg/IPythonTheanoTutorials/blob/master/ipynb/Theano%20Tutorial%20(Part%201%20-%20Introduction).ipynb)
2. [Simple computation](http://nbviewer.ipython.org/github/jaberg/IPythonTheanoTutorials/blob/master/ipynb/Theano%20Tutorial%20(Part%202%20-%20Simple%20Computation).ipynb)
3. [Functions and Shared Variables](http://nbviewer.ipython.org/github/jaberg/IPythonTheanoTutorials/blob/master/ipynb/Theano%20Tutorial%20(Part%203%20-%20Functions%20and%20Shared%20Variables).ipynb)
4. [Random Variables](http://nbviewer.ipython.org/github/jaberg/IPythonTheanoTutorials/blob/master/ipynb/Theano%20Tutorial%20(Part%204%20-%20Random%20Variables).ipynb)


### Machine Learning Case Studies
Expand Down