Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 886 Bytes

File metadata and controls

26 lines (18 loc) · 886 Bytes

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 :)