Skip to content

telecombcn-dl/2017-persontyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages