This repository contains the assignments for the course IE 673 Data Mining and Matrices at the University of Mannheim in the spring semester 2018.
- Singular Value Decomposition (Feb 22 - Mar 25): dmm18-a1-stefschm
- Matrix Completion (Mar 25 - Apr 22): dmm18-a2-stefschm
- Non-Negative Matrix Factorization (Apr 11 - May 06): dmm18-a3-stefschm
- Spectral Clustering (May 04 - May 24): dmm18-a4-stefschm
Go into the respective folder and run xelatex FILENAME.tex
or /bin/bash build.sh
in the
corresponding subdirectory.
The notebooks are build using the jupyter/jupyter-notebook docker images.
Start the docker image with docker run -dp 8888:8888 --name notebook jupyter/r-notebook
to run jupyter locally with all dependencies.
It might be necessary to install further 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.