waleedreafee / ContinualLearning-SequentialProcessing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%