git clone https://github.com/jz95/ml-paper-lab.git
# install paperlab in developer mode
cd ml-paper-lab & python setup.py develop
# launch jupyter and play with the notebook
cd notebooks & jupyter notebook
| full paper name | alias | notebook | year | domain |
|---|---|---|---|---|
| Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts | google mmoe | mmoe | 2018 | rec sys |
| Variational Inference: A Review for Statisticians | - | cavi_gmm | 2018 | probabilistic modelling |
| Auto-Encoding Variational Bayes | vae | vae | 2014 | probabilistic modelling |
| An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale | vit | vit | 2020 | computer vision |