Initial commit with base implementation.

PiperOrigin-RevId: 346731031
This commit is contained in:
Sumedh Ghaisas
2020-12-10 09:08:21 +00:00
committed by Louise Deason
parent c146166d4b
commit 4e700a35bd
3 changed files with 4262 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,19 @@
# Functional Regularisation for Continual Learning (FRCL) with Gaussian Processes
This notebook contains code to accompany the ICLR 2020 paper on
Functional Regularisation for Continual Learning (FRCL). [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/deepmind_research/blob/master/functional_regularisation_for_continual_learning/frcl.ipynb)
The experiments in the paper can be reproduced by choosing the respective
experimental protocol detailed in the publication. Default values are set to
replicate results on Permuted MNIST.
If you find this code useful, please consider citing this paper:
```
@article{titsias2019functional,
title={Functional regularisation for continual learning using gaussian processes},
author={Titsias, Michalis K and Schwarz, Jonathan and Matthews, AG de G and Pascanu, Razvan and Teh, Yee Whye},
journal={ICLR 2020},
year={2020}
}
```
File diff suppressed because one or more lines are too long