提交 eeff9670 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

Adding subtitles to the documentation to make it easier to parse

上级 812ea4ca
......@@ -3,6 +3,9 @@
Internal documentation of the scan op
=====================================
Top-level description of scan
-----------------------------
The `scan` operation is meant to be able to describe symbolically loops,
recurrent relations or dynamical systems. In general, we will say that the
scan op implements system of equations of the following form:
......@@ -74,8 +77,9 @@ between outputs and states is that outputs do not feed back into the system.
The weights :math:`\mathbf{w}` are fixed quantities that are re-used at
every time step of the evolution of the system.
To simplify understanding of the code we will use the same names of
variables as in the mathematical notation:
Naming conventions
------------------
* ``x`` will stand for a state :math:`\mathbf{x}`, while ``xs`` will represent
the list of all states
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论