Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 553 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 553 Bytes

mtlearn

The idea behind this repository is to build a small package that contains building blocks of many modern Multi-Task Learning algorithms and then use it to reproduce papers. This is still work in progress.

Installing & Upgrading package

pip install https://github.com/AmazaspShumik/mtlearn/archive/master.zip
pip install --upgrade https://github.com/AmazaspShumik/mtlearn/archive/master.zip

Papers Reproduced:

Modeling Task Relationships in Multi-task Learning with Multi-gate Mixture-of-Experts by Jiaqi Ma et al (KDD 2018)