This is pytorch implementation of "Differentiable Neural Computers" with Memory Demon presented at NeurIPS 2022 Workshop On Memory in Artificial and Real Intelligence.
Go to file
2022-11-05 15:06:08 -07:00
assets dnc-demon impl 2022-11-05 14:59:40 -07:00
Dataset removed DS_Store 2022-11-05 15:06:08 -07:00
Models removed DS_Store 2022-11-05 15:04:32 -07:00
Utils removed DS_Store 2022-11-05 15:06:08 -07:00
Visualize removed DS_Store 2022-11-05 15:06:08 -07:00
memory_demon.py dnc-demon impl 2022-11-05 14:59:40 -07:00
README.md fixed readme 2022-11-05 15:02:40 -07:00
requirements.txt dnc-demon impl 2022-11-05 14:59:40 -07:00

Differentiable Neural Computers with Memory Demon

alt text

This is pytorch implementation of "Differentiable Neural Computers with Memory Demon" presented at NeurIPS 2022 Workshop On Memory in Artificial and Real Intelligence.

To repeat the babi experiments:

python memory_demon.py -name tmp_train_dir -profile babi,dnc-msd

Acknowledgment:

This code uses the pytorch DNC implementation of https://github.com/RobertCsordas/dnc