Skip to content

Commit

Permalink
Update results
Browse files Browse the repository at this point in the history
  • Loading branch information
santiag0m committed Mar 17, 2022
1 parent 484fb7a commit 5972707
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@ This repository aims to replicate the results from the ICML2020 paper "Robust Le

- Paper: http://proceedings.mlr.press/v119/greenfeld20a/greenfeld20a-supp.pdf
- Original Implementation: https://github.com/danielgreenfeld3/XIC

## Preliminary results

### Synthetic Data

Training Params:

- Batch Size: 32
- Learning Rate: 1e-3
- L2 Regularization (Weight Decay): 1e-3
- Num Epochs (Best of): 100

Experiment Params:

- Noise Distribution: Gaussian
- Loss Function: HSIC
- Num. Trials: 20

![Dataset Size vs. MSE graph](https://github.com/santiag0m/robust-hsic/blob/main/results/gaussian_hsic_bs32_lr1e3_wd1e3.png)

0 comments on commit 5972707

Please sign in to comment.