vuillaut / cta_mtl_course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%