This repository contains the official implementation of the neural network simulations of the Neuron paper "Neural knowledge assembly in humans and neural networks".
Experiments are implemented in python using pytorch for neural network simulations.
To install all required libaries run
pip3 install -r requirements.txt
In order to replicate the experiments and corresponding figures use the ipython notebooks:
- neural-network-assembly.ipynb,
- remerge.ipynb,
- replay.ipynb.