Updating Powerpropagation README

PiperOrigin-RevId: 399653061
This commit is contained in:
Jonathan Schwarz
2021-09-29 12:23:02 +01:00
committed by Diego de Las Casas
parent ecae49a93f
commit 4dcbcc2865
2 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
# Powerpropagation
This notebook contains code to accompany the paper on Powerpropagation. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/powerpropagation/functional_regularisation_for_continual_learning.ipynb)

View File

@@ -0,0 +1,15 @@
# Powerpropagation
This notebook contains code to accompany the NeurIPS 2021 paper on Powerpropagation. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/powerpropagation/powerpropagation.ipynb)
If you find this code useful, please consider citing this paper:
```
@article{schwarz2021powerpropagation,
title={Powerpropagation: A sparsity inducing weight reparameterisation},
author={Schwarz, Jonathan and Jayakumar, Siddhant M and Pascanu, Razvan and Latham, Peter and Teh, Yee Whye},
year={2021},
journal={Neural Information Processing Systems (NeurIPS)},
keywords={conference},
}
```