Skip to content

A 3-hour Tutorial on Machine Learning, given at the DPG Spring Meeting 2019 in Aachen

License

Notifications You must be signed in to change notification settings

tudo-astroparticlephysics/dpg2019-ml-tutorial

Repository files navigation

dpg2019-ml-tutorial Creative Commons License Binder

A 3-hour Tutorial on Machine Learning, given at the DPG Spring Meeting 2019 in Aachen

License

The programming code examples in this material are shared under the MIT license. The lecture material as a whole (e.g. jupyter notebooks) are shared under the Creative Commons Attribution-NonCommercial License: https://creativecommons.org/licenses/by-nc/4.0/legalcode.txt, so they cannot be used for commercial training / tutorials / lectures.

Using mybinder

Just click on the binder badge above, and start.

Locally

We need python >= 3.6, if you do not have it installed already, use anaconda. Download from here: https://anaconda.com/downloads

Clone the repository using git clone https://github.com/tudo-astroparticlephysics/dpg2019-ml-tutorial, and run

$ cd dpg2019-ml-tutorial
$ conda env create -n dpg -f environment.yml
$ conda activate dpg
$ jupyter notebook

About

A 3-hour Tutorial on Machine Learning, given at the DPG Spring Meeting 2019 in Aachen

Resources

License

Stars

Watchers

Forks