提交 dbfd0632 authored 作者: Joseph Turian's avatar Joseph Turian

merge

......@@ -29,4 +29,4 @@ What's missing?
component implementations. Some examples will find their way into
the Theano repo, but standard algorithms will go into the 'pylearn'
project (toolbox style). Now that we have a stable foundation, we
can arrive at a consensus on style for algorithms.
can reach a consensus on style for algorithms.
......@@ -199,7 +199,7 @@ places. Note that ``add(x, y)`` and ``add(y, x)`` are still considered
to be different because Theano has no clue that ``add`` is
commutative. You may write your own global optimizer to identify
computations that are identical with full knowledge of the rules of
arithmetics that your ops implement. Theano might provide facilities
arithmetics that your Ops implement. Theano might provide facilities
for this somewhere in the future.
.. note::
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论