Skip to content

SNN-memristor-basedV1.0

Compare
Choose a tag to compare
@anddudkin anddudkin released this 11 Nov 23:37
· 136 commits to master since this release

First release of Spiking Network simulator

Features

  1. Added neurons models:
    • IF neuron
    • LIF neuron
    • LIF neuron with adaptive threshold
      *each model has in-build literal inhibition option
  2. Added one type of he connections between neurons:
    • All to all type
  3. Added simple STDP model as local lerning rule for unsupervised training of the SNN
  4. Added functions for lables assignment and traning accuracy evaluation for unsupervised training of the SNN
  5. Added functions for visualization of yhe network data
  6. Added some useful tools