Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Exercises and supplementary material for the deep learning course 02456.

Notifications You must be signed in to change notification settings

mateuszmrozewski/DTU-Deep-Learning-Course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.9%
  • Python 4.1%