Easily Simulate Custom Networks of LIF Neurons

Design and simulate your leaky integrate and fire (LIF) neuron network in only a few lines of code.
2K Downloads
Aktualisiert 31 Jul 2020

Lizenz anzeigen

In only a few lines of code you can customize and simulate a network of leaky integrate and fire neurons (LIF). This function facilitates quick testing of network architectures. The network can be simple, only specifying the weights of the connections between neurons, or complex with options ranging from offset currents, refractory periods, speed of synaptic transmission, noise, etc.
Usage notes, extensive examples, and sources are given in the help.

Zitieren als

Zachary Danziger (2024). Easily Simulate Custom Networks of LIF Neurons (https://www.mathworks.com/matlabcentral/fileexchange/50339-easily-simulate-custom-networks-of-lif-neurons), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2011b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Neural Simulation finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1

% Bugfix: Updated accumarray call to output as many elements as there are
% neurons to avoid synamptic contribution errors when there are neurons in
% the network that have no connections to other neurons. ZC Danziger July 2020

1.0.0.0