Skip to content

Commit

Permalink
update docs for leakyparallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jeshraghian committed Nov 19, 2023
1 parent 21e9379 commit 38e1cdd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/snn.neurons_leakyparallel.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
===========================
snn.LeakyParallel
===========================


.. automodule:: snntorch._neurons.leakyparallel
:members:
:undoc-members:
:show-inheritance:
5 changes: 4 additions & 1 deletion docs/snntorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ At present, the neurons available in :mod:`snntorch` are variants of the Leaky I
* **Lapicque** - Lapicque's RC Neuron Model
* **Alpha** - Alpha Membrane Model

Neuron models that accelerate training require passing data in parallel. Available neurons include:
* **LeakyParallel** - 1st Order Leaky Integrate-and-Fire Neuron

Additional models include spiking-LSTMs and spiking-ConvLSTMs:

* **SLSTM** - Spiking long short-term memory cell with state-thresholding
Expand All @@ -35,7 +38,7 @@ Additional models include spiking-LSTMs and spiking-ConvLSTMs:
How to use snnTorch's neuron models
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The following arguments are common across all neuron models:
The following arguments are common across most neuron models:

* **threshold** - firing threshold of the neuron
* **spike_grad** - surrogate gradient function (see :mod:`snntorch.surrogate`)
Expand Down

0 comments on commit 38e1cdd

Please sign in to comment.