gregnwosu / 02456-deep-learning

Exercises and supplementary material for the deep learning course 02456.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DTU course 02456 Deep learning

This repository contains the exercises and supplementary material for course 02456 deep learning.

Installation

Please make sure that you read this section thoroughly and follow the installation guide from scratch before getting started with the exercises.

All exercises are written in Python programming language and formatted into Jupyter Notebooks. In order to run the exercises you must follow the below requirements:

1. Install Anaconda (Python distribution)

  • Install Anaconda for Python 2.7 from https://www.continuum.io/downloads.

  • The installer will ask you whether you want to add Python as a default and to your environment path. You should tick both of these options.

  • Restart your terminal/command prompt for the environment variables to update.

2. Install and upgrade theano

3. Install and upgrade lasagne

Run the notebooks

Download the repository from Github and run in a terminal/command prompt: jupyter notebook. This should start your default browser and you should be up and running. If you have issues while running the notebooks, we recommend that you use the newest version of Chrome.

About

Exercises and supplementary material for the deep learning course 02456.


Languages

Language:Jupyter Notebook 96.8%Language:Python 3.2%