yashkant / Elastic-Weight-Consolidation

This is an implementation of Elastic Weight Consolidation algorithm introduced in Overcoming catastrophic forgetting in neural networks.

Home Page:https://arxiv.org/pdf/1612.00796.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elastic Weight Consolidation (DeepMind Paper Implementation with Tensorflow.)

This is an implementation of Elastic Weight Consolidation algorithm introduced in Overcoming catastrophic forgetting in neural networks.

Most of the code is sourced from this repository, I implemented this purely for learning purposes. I will be pushing more commits to this repository.

Model used is stored in model.py and the experiments are in main.ipynb.

About

This is an implementation of Elastic Weight Consolidation algorithm introduced in Overcoming catastrophic forgetting in neural networks.

https://arxiv.org/pdf/1612.00796.pdf


Languages

Language:Jupyter Notebook 95.4%Language:Python 4.6%