Easily Simulate Custom Networks of LIF Neurons

版本 1.1 (8.5 KB) 作者: Zachary Danziger
Design and simulate your leaky integrate and fire (LIF) neuron network in only a few lines of code.
2.0K 次下载
更新时间 2020/7/31

查看许可证

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.

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Neural Simulation 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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