Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.54 KB

Hot Topics in Machine Learning Assignments

This repository contains the assignments for the course IE 674 Hot Topics in Machine Learning at the University of Mannheim in the fall semester 2017.

Assignments

Building the documents

Go into the respective folder and run xelatex FILENAME.tex or /bin/bash build.sh in the corresponding subdirectory.

Running the notebooks

The notebooks are build using the jupyter/jupyter-notebook.

Start the docker image with docker run -dp 8888:8888 --name notebook jupyter/tensorflow-notebook to run jupyter locally with all dependencies. It might be necessary to install further Python packages. Stick to the references in the notebooks.

Open Jupyter in the browser and import the .ipynb file and the input data from the UI.

Use docker logs notebook to get the browser URL with auth token.