Skip to content

A pure python implementation of elastic weight consolidation introduced in Overcoming catastrophic forgetting in neural networks.

Notifications You must be signed in to change notification settings

dufengtong/EWC-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EWC-python

A pure python implementation of elastic weight consolidation introduced in Overcoming catastrophic forgetting in neural networks.

Prerequisites

  • pure python implementation, no need for any machine learning framework.
  • write with python 3.6, but can run with python 2.7 after simple modification.

Running

run main.py to get start.

Result

accuracy of the network after each MNIST permutation task.

About

A pure python implementation of elastic weight consolidation introduced in Overcoming catastrophic forgetting in neural networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages