Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 810 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 810 Bytes

DNN_Tutorial

A quick tutorial on deep networks using Theano and Keras.

This tutorial requires

  • a scientific Python distribution (Anaconda is a good one),
  • a recent ipython or jupyter package (comes with Anaconda, otherwise pip install ipython,
  • Theano (available via pip install theano),
  • Keras (available via pip install keras.

If you like git/github, you can download the latest versions of Theano or Keras from github at:

and they can be cloned and then installed by running python setup.py develop from the cloned folder.

Once everything is setup, you can start the notebook by running ipython notebook from the command line from inside of this repository.