Coder Social home page Coder Social logo

spiking-neural-network's Introduction

Spiking Neural Network Simulator

Basic SNN propogating spikes between layers of LIF neurons

This code is designed to demo the use of a Spiking Neural Network (SNN) to propogate spikes between layers of neurons. At this stage there is no learning involved, it's purely about propogating spikes between LIF neurons.

Dependencies:

  • Python 3
  • Jupyter Notebooks
  • Numpy
  • Matplotlib
  • Random

Findings

  • The model works and it is possible to see spike trains propogate between different layers in an SNN
  • Only a simple model using feedforward has been applied here
  • Different spike trains are evidenced depending on the offset of the applied stimulus
  • There is no real view of biological plausability here, and this code base is unlikely to offer anything in terms of a real use-case
  • It has been a useful experience to understand the mechanics of a basic spiking network, and to witness it in action

Further Development

  • Explore other neuron types (Hodkins-Huxley neurons for example)
  • Explore how to develop a more complex layered model with feedforward, then with feedback too
  • Explore the impact of inhibitory neurons (excitory neurons are modelled above)
  • Explore how to integrate this with real stimuli (for example MNIST data)
  • Explore how to integrate learning into this multi-layered model

spiking-neural-network's People

Contributors

markstrefford avatar

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.