This code is intended to reproduce the results of the SNN section of the paper(The combination of Hebbian and predictive plasticity learns invariant object representations in deep sensory networks). You can find the original code here. Before using this code, you need to:
- install the stork first, because this code is based on the stork.
- run mk_spikes.ipynb to make spike train for simulate
- run simulate.ipynb, this may take several days
- run analyze_result.ipynb to analyze result
You need to make sure you have at least 16g RAM, or 8g video memory.