Skip to content

Commit

Permalink
docs(pytorch_ops): Pages for ARMA models, conceptors and ESN extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschaetti committed Sep 16, 2021
1 parent 23d6f37 commit cba209c
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,17 @@ generate time series data for your research.
time_tensors
basetensors

.. toctree::
:maxdepth: 1
:caption: Libraries

torchaudio <https://pytorch.org/audio/stable>
torchtext <https://pytorch.org/text/stable>
torchvision <https://pytorch.org/vision/stable>
TorchServe <https://pytorch.org/serve>
PyTorch on XLA Devices <http://pytorch.org/xla/>


.. toctree::
:glob:
:maxdepth: 1
Expand Down
20 changes: 20 additions & 0 deletions docs/notes/amra_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Moving Average and Autoregressive Models
========================================

This note will present an overview of moving average (MA) and Auto-regression (AR) models implementation with EchoTorch.

.. _esn_model:

The Echo State Network model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. _callbacks:

Callbacks
^^^^^^^^^

.. _own_callbacks:

Create your own callbacks
^^^^^^^^^^^^^^^^^^^^^^^^^

16 changes: 16 additions & 0 deletions docs/notes/conceptors.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Conceptors and Self-Predicting ESN
==================================

This note will present an overview of how Conceptors and Self-Predicting ESN with EchoTorch.

.. _self_predicting_esn:

Self-Predicting Echo State Networks
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. _Conceptors:

Conceptors
^^^^^^^^^


21 changes: 21 additions & 0 deletions docs/notes/extending_esn.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Extending Echo State Networks
=============================

This note will present an overview of how Echo State Networks extention
capability of EchoTorch.

.. _esn_model:

The Echo State Network model
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. _callbacks:

Callbacks
^^^^^^^^^

.. _own_callbacks:

Create your own callbacks
^^^^^^^^^^^^^^^^^^^^^^^^^

Empty file added docs/themes/README.rst
Empty file.

0 comments on commit cba209c

Please sign in to comment.