Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/facebookresearch/GradientEpisodicMemory

Continuum Learning with GEM: Gradient Episodic Memory
https://github.com/facebookresearch/GradientEpisodicMemory

Last synced: about 2 months ago
JSON representation

Continuum Learning with GEM: Gradient Episodic Memory

Lists

README

        

# Gradient Episodic Memory for Continual Learning

Source code for [the paper](https://arxiv.org/abs/1706.08840):

```
@inproceedings{GradientEpisodicMemory,
title={Gradient Episodic Memory for Continual Learning},
author={Lopez-Paz, David and Ranzato, Marc'Aurelio},
booktitle={NIPS},
year={2017}
}
```

To replicate the experiments, execute `./run_experiments.sh`.

This source code is released under a Attribution-NonCommercial 4.0 International
license, find out more about it [here](LICENSE).