Skip to content

Commit

Permalink
added iclr citation and fixed icml citation
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanscannell committed Feb 9, 2024
1 parent bcf2ee0 commit c00e5f0
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,23 @@ y_mean, y_var = sfr.predict(X_test)


## Citation
Please consider citing our workshop paper.

Please consider citing our conference paper:
{% highlight bibtex %}
@inproceedings{scannellFunction2024,
title = {Function-space Prameterization of Neural Networks for Sequential Learning},
booktitle = {Proceedings of The Twelth International Conference on Learning Representations (ICLR 2024)},
author = {Aidan Scannell and Riccardo Mereu and Paul Chang and Ella Tami and Joni Pajarinen and Arno Solin},
year = {2024},
month = {5},
}
{% endhighlight %}
Or our workshop paper:
{% highlight bibtex %}
@inproceedings{scannellSparse2023,
title = {Sparse Function-space Representation of Neural Networks},
maintitle = {ICML 2023 Workshop on Duality Principles for Modern Machine Learning},
booktitle = {ICML 2023 Workshop on Duality Principles for Modern Machine Learning},
author = {Aidan Scannell and Riccardo Mereu and Paul Chang and Ella Tami and Joni Pajarinen and Arno Solin},
year = {2023},
month = {7},
}
{% endhighlight %}

0 comments on commit c00e5f0

Please sign in to comment.