Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syntapy/normad

Python2 / Brian2 implementation (attempt) of Normalized Approximate Descent based Supervised Learning Rule.
https://github.com/syntapy/normad

Last synced: 22 days ago
JSON representation

Python2 / Brian2 implementation (attempt) of Normalized Approximate Descent based Supervised Learning Rule.

Awesome Lists containing this project

README

        

# normad
Python2 / Brian2 implementation (attempt) of Normalized Approximate Descent based Supervised Learning Rule.

A two layer spiking neural network (leaky integrate and fire neurons) using the ReSuMe supervised learning rule.
The network reads images from the MNIST database and attempts to classify them. Development is still in progress.

Initially the normad supervised learning rule was also implemented for this, and that may be used later.