提交 7dfdf20a authored 作者: Pascal Lamblin's avatar Pascal Lamblin

More clarification and numpydoc fixes

上级 ef7ce799
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
from theano.gradient import * from theano.gradient import *
Symbolic gradient is usually computed from :func:`gradient.grad`, which offers a Symbolic gradient is usually computed from :func:`gradient.grad`, which offers a
more convenient syntax for the common case of wanting the gradient in some more convenient syntax for the common case of wanting the gradient of some
expressions with respect to a scalar cost. The :func:`grad_sources_inputs` scalar cost with respect to some input expressions. The :func:`grad_sources_inputs`
function does the underlying work, and is more flexible, but is also more function does the underlying work, and is more flexible, but is also more
awkward to use when :func:`gradient.grad` can do the job. awkward to use when :func:`gradient.grad` can do the job.
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论