https://github.com/timebertt/ml-cycling-data
Seminararbeit Maschinelles Lernen
https://github.com/timebertt/ml-cycling-data
machine-learning master study
Last synced: 12 days ago
JSON representation
Seminararbeit Maschinelles Lernen
- Host: GitHub
- URL: https://github.com/timebertt/ml-cycling-data
- Owner: timebertt
- Created: 2021-09-16T16:13:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-13T19:25:53.000Z (over 4 years ago)
- Last Synced: 2025-02-28T19:18:39.729Z (over 1 year ago)
- Topics: machine-learning, master, study
- Language: Jupyter Notebook
- Homepage:
- Size: 317 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programmentwurf Maschinelles Lernen
[Zur Seminararbeit](./paper-final.pdf)
[Zum Jupyter Notebook](./jupyter/cycling_data_final.ipynb)
## Info
Diese Seminararbeit wurde von Nikola Braukmüller und Tim Ebert als Prüfungsleistung im Modul "Maschinelles Lernen und Computational Intelligence" im Rahmen des Masterstudiums in Informatik am [DHBW Center for Advanced Studies](https://www.cas.dhbw.de/) (CAS) verfasst.
Copyright (c) 2021 Nikola Braukmüller und Tim Ebert
## Jupyter Lab
Start Jupyter Lab:
```bash
$ docker-compose up -d
...
$ docker-compose logs
...
jupyter_1 | To access the server, open this file in a browser:
jupyter_1 | file:///home/jovyan/.local/share/jupyter/runtime/jpserver-7-open.html
jupyter_1 | Or copy and paste one of these URLs:
jupyter_1 | http://83875c4de56e:8888/lab?token=xxxxxxxxxxxxxxxxxxx
jupyter_1 | or http://127.0.0.1:8888/lab?token=xxxxxxxxxxxxxxxxxxx
```
Click / open `http://127.0.0.1:8888/lab?token=xxxxxxxxxxxxxxxxxxx` to open Jupyter Labs.
Directory `jupyter` will be mounted and visible in Jupyter Labs as `work`.
Stop Jupyter Lab:
```bash
$ docker-compose down
...
```