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

https://github.com/quva-lab/spiking-equilibrium-prop


https://github.com/quva-lab/spiking-equilibrium-prop

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# spiking-equilibrium-prop

This is the code implementing

[Training a Network of Spiking Neurons with Equilibrium Propagation](https://openreview.net/forum?id=HygpgV2-bX)
by Peter O'Connor, Efstratios Gavves, Max Welling

## Setup Instructions (Requires Python 3.6):

```
git clone https://github.com/QUVA-Lab/spiking-equilibrium-prop.git
cd spiking-equilibrium-prop
source setup.sh
```

## To use:

```
python spiking_equilibrium_prop/recreate_figures.py
```
(Recreating figures will be slow the first time, but fast after that).