hanlint / meetup

ipython notebooks for Nervana's deep learning meetup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup

Join the chat at https://gitter.im/NervanaSystems/meetup

ipython notebooks for Nervana's Deep Learning Meetup

Installation

The notebooks require neon and all its dependencies to be installed (See here for instructions). After activating the neon environment, (i.e. . .venv/bin/activate from the neon directory), install these additional packages:

pip install ipython jupyter matplotlib

And git clone this repository. Then cd to the meetup reository folder and run the notebook server

ipython notebook --ip 0.0.0.0

which should open a new browser window.

Usage

There are three notebooks, cifar_msra.ipynb, cifar_example.ipynb and imdb_example.ipynb to explore. For an intro to running notebooks, see the Jupyter documentation. For the imdb example, you need to have the IMDB dataset (right click and download) in the meetup folder.

About

ipython notebooks for Nervana's deep learning meetup


Languages

Language:Jupyter Notebook 80.7%Language:Python 18.5%Language:Shell 0.7%