Coder Social home page Coder Social logo

snn_sim_old2's Introduction

Spiking Neural Network Sim

Simulator of Spiking Neural Network for time series related tasks

Snn_sim is multithreaded simulator of recurrent neural networks dynamics written in C++. It is consist of various components which can be connected with each other in different combination:

  • Neurons:
  • Synapses:
    • SimpleSynapse - static synapse, can be described by simple exponential decay
    • DynamicSynapse - synapse with short-term memory (Tsodyks et al)
  • Activation functions:
    • Determ - Determinate threshold, neuron is firing if membrane reached threshold
    • ExpHennequin - Exponential version of activation function, it has specific increase near threshold value (Hennequin et al)
  • Learning rules:
    • OptimalStdp - Supposed to maximize pre-post information (Toyoizumi et al)
    • Stdp - Simple spike-timing dependent plasticity
    • TripleStdp - Complicated version of Stdp with long range dynamics (Pfister et al)
    • MaxLikelihood - Only works with SRM neuron. It is just maximizing of likelikelhood of spikes, it is makes no sense in unsupervised way, so it needs to be supported by some reward mechanism
  • Weight normalizations:
    • MeanActivityHomeostasis - Weight derivative is became bounded by neuron activity (Carlson 2013 et al)
    • MinMax - link
    • SoftMinMax - link
    • NonLinearMinMax - Nonlinear power-like factor on ltp and ltd (Gutig et al. 2003)
  • Reward modulations:
    • Likelihood - it is simple SRM related term:
      p * log(p) + (1-p) * log(1-p)
    • InputClassification - modulate a reward if neuron is related to some class, firing of that neuron means voting for that class. LTP generated when neuron is successfully predicted class, and LTD in the opposite case

snn_sim_old2's People

Contributors

alexeyche avatar

Watchers

James Cloos avatar  avatar

snn_sim_old2's Issues

Example Time Series

For this Simulator, Input and Test Time series needs to be given in the argument in protobuf format?

Can you please give two example time series and what exactly needs to be run from the command prompt?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.