https://github.com/braun-steven/dlvd
https://github.com/braun-steven/dlvd
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/braun-steven/dlvd
- Owner: braun-steven
- License: gpl-3.0
- Created: 2017-01-21T10:29:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T01:47:35.000Z (about 8 years ago)
- Last Synced: 2025-02-10T00:39:48.884Z (3 months ago)
- Language: Jupyter Notebook
- Size: 135 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```