Skip to content

ModelDBRepository/226422

Repository files navigation

<html><pre> ================================================================== ***** Multi-Timescale Adaptive Threshold (MAT) Model ***** ------------------------------------------------------------------ Kobayashi, R., Tsubo, Y., & Shinomoto, S. (2009). Made-to-order spiking neuron model equipped with a multi-timescale adaptive threshold. Frontiers in computational neuroscience, 3, 9. <a Href="http://journal.frontiersin.org/article/10.3389/neuro.10.009.2009/full">http://journal.frontiersin.org/article/10.3389/neuro.10.009.2009/full</a> Note: The implementation has been kept consistent with the Matlab version found at: <a href="http://research.nii.ac.jp/~r-koba/applications/pred.html">http://research.nii.ac.jp/~r-koba/applications/pred.html</a> This NEURON implementation was contributed by Shailesh Appukuttan ================================================================== This is a NEURON implementation (using Python) of the MAT model published by Kobayashi et al. (2009). Fig. 5B from the article has been reproduced. This illustrates the operation of the model for different firing patterns. The files included here are: 1) MAT_model.mod - the NMODL file for the MAT model; default parameters are set for regular spiking (RS) 2) MAT_Neuron_StepCurrent.py - this file reproduces Fig. 5B from the article 3) fig_5.png - Fig. 5B from the article reproduced using MAT_Neuron_StepCurrent.py <img src="./fig_5.png" alt="fig 5B" width="550"> 4) MAT_Neuron_VaryCurrent.py - demo showing input of an arbitrary current to the model 5) noisyCurrent.png - sample output from MAT_Neuron_VaryCurrent.py <img src="./noisyCurrent.png" alt="noisy current" width="550"> ================================================================== Implemented by: Shailesh Appukuttan Email: shailesh.appukuttan at unic.cnrs-gif.fr / appukuttan.shailesh at gmail.com Please inform me if you find any inconsistency in the model implementation. I shall try to resolve the same. ================================================================== </pre> <p><h3>Changelog</h3> 2022-12: Migrate to Python3 via 2to3</p> </html> 

Contributors 2

  •  
  •