NeuralEnsemble / PyNN

A Python package for simulator-independent specification of neuronal network models.
Other
275 stars 125 forks source link

Add Kobayashi model with PyNN #806

Open HarshKhilawala opened 2 months ago

HarshKhilawala commented 2 months ago

Add Kobayashi model to PyNN

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. Link

HarshKhilawala commented 2 months ago

@apdavison Can you review this? I tried it as per NEST backend. (Yet to add for NEURON backend)

HarshKhilawala commented 2 months ago

This PR fixes issue #366

apdavison commented 2 months ago

This looks good so far. Please could you either add a new example script, or extend the "cell_type_demonstration.py" example?

HarshKhilawala commented 1 month ago

Will extend "cell_type_demonstration.py"