Firing Rate Models
==================

.. currentmodule:: brainpy.dyn
.. automodule:: brainpy.dyn


Population Rate Models
----------------------

.. autosummary::
   :toctree: generated/
   :nosignatures:
   :template: classtemplate.rst

   FHN
   FeedbackFHN
   QIF
   StuartLandauOscillator
   WilsonCowanModel
   ThresholdLinearModel


Artificial Recurrent Layers
---------------------------

.. autosummary::
   :toctree: generated/
   :nosignatures:
   :template: classtemplate.rst

   RNNCell
   GRUCell
   LSTMCell
   Conv1dLSTMCell
   Conv2dLSTMCell
   Conv3dLSTMCell



Reservoir Computing Models
---------------------------

.. autosummary::
   :toctree: generated/
   :nosignatures:
   :template: classtemplate.rst

   NVAR
   Reservoir

