Coder Social home page Coder Social logo

Comments (2)

sujay-pandit avatar sujay-pandit commented on August 11, 2024

Hey,
It's how the "Leaky, integrate and fire" neuron model is described. Neuron potential decays every timestep. You can refer to the following book to get a deeper understanding: "https://neuronaldynamics.epfl.ch/online/Ch5.S2.html"

from spiking-neural-network.

rena-zhao avatar rena-zhao commented on August 11, 2024

Hey,
It's how the "Leaky, integrate and fire" neuron model is described. Neuron potential decays every timestep. You can refer to the following book to get a deeper understanding: "https://neuronaldynamics.epfl.ch/online/Ch5.S2.html"

A few days ago I read this book on github about the characteristics of LIF neurons, and I also know some dynamic characteristics of SRM neurons. According to my understanding, the membrane potential of neurons will be lost during excitement transmission, It is equivalent to the loss on the axon during the transmission process, but I have a problem. In the code I played in the previous question, the loss of neurons should occur after discharge, and after discharge xp-= par. D, but the code does not reflect the situation has been discharged.
What I know about that code is: just the membrane potential is greater than the resting potential, the loss occurs
if (x.p> x.rest):
........
x.p-= par.D
I feel that x.prest here and par.D minus at this time do not quite understand.

from spiking-neural-network.

Related Issues (20)

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.