mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-09 12:37:43 +08:00
Initial commit with base implementation.
PiperOrigin-RevId: 346731031
This commit is contained in:
committed by
Louise Deason
parent
c146166d4b
commit
4e700a35bd
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). [](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
Reference in New Issue
Block a user