Skip to content

Amri95/Spiking_Neuron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Spiking_Neuron


The neural networks based on their computational unit can be distinguished into three generations:

  1. First Generation: This generation of neural networks included the perceptron, hopfield networks, boltzmann machines etc.
  2. Second Generation: This generation of neural networks included multi-layer neural nets, recurrent networks etc.
  3. Third Generation: This generation of neural networks includes the Spiking neural networks which is a more realistic representation of the working and information flow within the brain.

This repository contains the code and simulations of the LIF(leaky integrate and fire) neuron model and the Izhikevich neuron model along with most of their configurational variations to simulate various modes of operations of the neurons in the human brain. These neuron models very closly represent the functions of the neurons in the brain in the form of mathematical differential equations because it is considered that the brain is a robust signal processing system.

Izhikevich Neuron Model

LIF Neuron Model

The purpose of this repository is to model the behaviour of the brain so that these models can be later be modified and implemented in Spiking Neural Networks.

About

Project on Spiking Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.7%
  • Python 2.3%