Skip to content
/ Nengo Public

STDP implementation for Nengo and single layer network

Notifications You must be signed in to change notification settings

H-Elbez/Nengo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

STDP implementation for Nengo and single layer network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages