Skip to content

A quick tutorial on deep networks using Keras.

License

Notifications You must be signed in to change notification settings

rctn/DNN_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A quick tutorial on deep networks using Keras.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published