From c00e5f0e31732c5f0e7fb4b1f3a4b3729c40a2e5 Mon Sep 17 00:00:00 2001 From: Aidan Scannell Date: Fri, 9 Feb 2024 13:25:16 +0200 Subject: [PATCH] added iclr citation and fixed icml citation --- index.markdown | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/index.markdown b/index.markdown index c6c6e85..a2ef994 100644 --- a/index.markdown +++ b/index.markdown @@ -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 %} -