Skip to content
#

neurons

Here are 176 public repositories matching this topic...

nest-simulator
epastorelli
epastorelli commented Apr 28, 2022

Describe the flaw
In NEST 3.3 compartmental model documentation (https://nest-simulator.readthedocs.io/en/v3.3/models/cm_default.html), capacitances and conductances are expressed respectively in uF and uS.
In cm_tree.cpp, lines 488-489 (print_tree function), they are reported as nF and uS.
In the given examples receptors_and_current.py and two_comps.py (https://github.com/nest/nest-simulat

T: Bug S: Normal I: No breaking change good first issue

What about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are instead spikes that are raised past a certain pre-activation threshold. Pre-activation values constantly fades if neurons aren't excited enough.

  • Updated Mar 16, 2020
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the neurons topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the neurons topic, visit your repo's landing page and select "manage topics."

Learn more