提交 20f51ce0 authored 作者: Frederic Bastien's avatar Frederic Bastien

small fix.

上级 6feea64f
...@@ -98,7 +98,7 @@ In order to compute the Jacobian of some function ``y`` with respect to some ...@@ -98,7 +98,7 @@ In order to compute the Jacobian of some function ``y`` with respect to some
parameter ``x`` we need to use the ``scan``. What we do is to loop over the parameter ``x`` we need to use the ``scan``. What we do is to loop over the
entries in ``y`` and compute the gradient of ``y[i]`` with respect to ``x``. entries in ``y`` and compute the gradient of ``y[i]`` with respect to ``x``.
.. node:: .. note::
``scan`` is a generic op in Theano that allows writting in a symbolic ``scan`` is a generic op in Theano that allows writting in a symbolic
manner all kind of recurrent equations. While in principle, creating manner all kind of recurrent equations. While in principle, creating
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论