ContinualLearning-SequentialProcessing icon indicating copy to clipboard operation
ContinualLearning-SequentialProcessing copied to clipboard

Continual Learning with Gated Incremental Memories for Sequential Data Processing. IJCNN 2020. Continual Learning with Recurrent Neural Networks (RNNs) inspired by Progressive network architecture.

ContinualLearning with Gated Incremental Memories for sequential data processing

Paper accepted at IJCNN 2020.

MNIST task

Run the script mnist.py with your hyperparameters of choice.

Audioset task

Download bal.h5, eval.h5 and unbal_train.h5 from here and put them in tasks/audioset/data/.
Then, run audioset_task.py with your hyperparameters of choice.

Devanagari task

Download Devanagari dataset from here and put Train and Test folder inside tasks/mnist/data/Devanagari_CL/.
Then, run mnist.py --devanagari with your hyperparameters of choice.