AntoineGuillot2 / STICK

Implementation of several functions using the STICK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STICK

Implementation of several functions using the STICK paradigm:

  • neurons_and_synapses.py: Basic building blocks of STICK, synapses and neurons
  • memory.py: Implementation of of the memory module and a persistant and programmable extension
  • conditional.py: Implementation of several conditional functions (modulation, programmable maximum)
  • loops.py: Implementation of loops to compute the number of spikes and the sum of the elements of a list.

About

Implementation of several functions using the STICK

License:MIT License


Languages

Language:Python 100.0%