An open API service indexing awesome lists of open source software.

https://github.com/braun-steven/dlvd


https://github.com/braun-steven/dlvd

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Deep Learning for Visual Data - Practicals
This repository contains jupyter notebooks of the DLVD assignments.
Lecture and practicals can be found [here](http://www.staff.uni-mainz.de/chuli/teach/JGU_Lecture_DLVU2016.html).

# Setup
```
$ cd ~
$ git clone [email protected]:slang03/dlvd.git
$ cd dlvd
$ bash setup.sh
$ docker run -it -p 8888:8888 -v /home/$USER/dlvd/data:/opt/data -v /home/$USER/dlvd/notebooks:/notebooks tensorflow:tutorial
```