An open API service indexing awesome lists of open source software.

https://github.com/andreacossu/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.
https://github.com/andreacossu/continuallearning-sequentialprocessing

audioset continual-learning machine-learning pytorch recurrent-neural-networks rnn

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ContinualLearning with Gated Incremental Memories for sequential data processing
[Paper](https://arxiv.org/abs/2004.04077) 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](https://drive.google.com/drive/folders/1IlsVeAD9iAhK1Keu958RR8hXd2rcRnq5?usp=sharing) and put them in `tasks/audioset/data/`.
Then, run `audioset_task.py` with your hyperparameters of choice.

## Devanagari task
Download Devanagari dataset from [here](https://drive.google.com/file/d/1dcP0m02bRyKGebZxwq_jMifuTZsXk5RJ/view?usp=sharing) and put `Train` and `Test` folder inside `tasks/mnist/data/Devanagari_CL/`.
Then, run `mnist.py --devanagari` with your hyperparameters of choice.