/cta_mtl_course

Primary LanguageJupyter NotebookMIT LicenseMIT

Multitask Learning course

Short course on multitask learning application to the Cherenkov Telescope Array event reconstruction.
It's composed of slides and short demos (notebooks).

It is based on the GammaLearn project, developing deep learning solutions for CTA data analysis.

Authors:

tests

Run the demos

You may run it online using MyBinder:

Binder

or on your own laptop

Install instructions

  1. Install conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/

  2. run

conda env create -f environment.yml
conda activate cta_mtl

And run the notebooks :)