Giter VIP home page Giter VIP logo

leaky-integrate-and-fire-neuron-lif-'s Introduction

Leaky Integrate and Fire Neuron

The LIF (Leaky Integrate-and-Fire) model is a simple mathematical model often used to describe the behavior of individual neurons in the brain. The model assumes that the neuron integrates incoming signals, and if the integrated signal reaches a certain threshold, the neuron "fires" and sends an output signal. Additionally, the model includes a leakage term that models the decay of the membrane potential over time.

The equation for the LIF model can be written as:

$$C \frac{dV}{dt} = -g(V-E) + I(t)$$

where:

  • C is the membrane capacitance of the neuron
  • V is the membrane potential of the neuron
  • g is the conductance of the neuron
  • E is the resting potential of the neuron
  • I(t) is the input current to the neuron at time t The equation states that the change in membrane potential over time (dV/dt) is proportional to the difference between the conductance of the neuron times the difference between the membrane potential and the resting potential, minus the input current. This equation can be solved numerically to simulate the behavior of a single neuron.

When the membrane potential reaches a certain threshold, the neuron is assumed to "fire" and send an output signal. At this point, the membrane potential is reset to a lower value, and the neuron enters a brief refractory period during which it cannot fire again.

Results

leaky-integrate-and-fire-neuron-lif-'s People

Stargazers

 avatar  avatar

Watchers

 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.