Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 553 Bytes

Nengo STDP

STDP implementation for Nengo and single layer spiking neural network

Training

Run next command for training.

python Mnist_STDP.py

Evaluation

After doing training a new folder will be generated with neurons synapses heatmaps and a binar file that contains the network parameters and weights (mnist_params_STDP), to run the evaluation we need to pass that file in the command.

python Mnist_STDP_evaluation.py {mnist_params_STDP}

A work is still needed to improve STDP by running parameters exploration.