/intro_deep_learning_sf_python_meetup

Repository for the Python meetup tutorial in SF April 2017

Primary LanguagePythonMIT LicenseMIT

Intro to Deep Learning. SF Python Meetup.

Repository for the Python meetup tutorial in SF April 2017

Overview

This is the code for the SF Python meetup group tutorial Introduction to Deep Learning.

Installation

  1. Install Continuum miniconda (https://conda.io/miniconda.html)
  2. Run conda env create
  3. Run source activate sfpython

This should install all necessary dependencies in a painless way.

For manual install, all the required packages are listed in the environment.yml file.

Usage

Once you've completed the exercises, you can run it like in terminal:

python mnist_fcc.py

Solutions

Solution code is provided in the solutions folder. Try to solve the exercises on your own before you check it :)