Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RaghavSomani committed Oct 21, 2020
1 parent 965dac8 commit f26c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Robust Meta-learning for Mixed Linear Regression with Small Batches

This project contains the code for the paper accepted at NeurIPS 2020 with the above title. The file `RPCA.py` contains an implementation of the algorithm and the simulations done in the paper. This project also contains the code of its preceeding [ICML 2020 paper](https://arxiv.org/abs/2002.08936) where we provide the base code for an implementation of our end-to-end meta learning algorithm for a mixture of linear regression. As a special case, we simulate this algorithm on a mixture of sine wave reconstruction problem which is a generalization of linear regression under orthonormal polynomial feturization.
This project contains the code for the paper accepted at NeurIPS 2020 with the above title. The file `RPCA.py` contains an implementation of the algorithm and the simulations done in the paper. This project also contains the code of its preceeding [ICML 2020 paper](https://arxiv.org/abs/2002.08936) where we provide the base code for an implementation of our end-to-end meta learning algorithm for a mixture of linear regression in the file `meta_learning_utils.py`. As a special case, in the file `meta_learning_sine.py` we simulate this algorithm on a mixture of sine wave reconstruction problem which is a generalization of linear regression under orthonormal polynomial feturization.

0 comments on commit f26c4f1

Please sign in to comment.