Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.15 KB

README.md

File metadata and controls

60 lines (43 loc) · 2.15 KB

Persontyle Workshop for Applied Deep Learning

by Amaia Salvador and Santiago Pascual (Universitat Politecnica de Catalunya, 2017)

This repository contains several ipython notebooks with machine learning tutorials using python, keras and tensorflow.

Contents

  1. Installation
  2. Setup
  3. Sessions
  4. Usage

Installation

  • This code has been tested in a Linux machine with python 2.7. It should work on Mac OS X as well.
  • Follow these instructions to install tensorflow 0.10 with pip.
  • Install other dependencies pip install -r requirements.txt.

To run this code on GPU, you will need cuda and cudnn installed in your machine. Alternatively, you can follow these instructions to setup an AWS instance with jupyter notebook.

Setup

Run python setup.py to collect datasets and models before we begin, to avoid problems if notebooks freeze at some point.

Sessions

Usage

Run a notebook

jupyter notebook

Then navigate to:

http://localhost:8888

and start editing the notebooks.