A pure python implementation of elastic weight consolidation introduced in Overcoming catastrophic forgetting in neural networks.
- 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.
run main.py to get start.
accuracy of the network after each MNIST permutation task.