提交 502e02ab authored 作者: James Bergstra's avatar James Bergstra

tightened index wording

上级 c64de627
...@@ -9,7 +9,7 @@ arrays efficiently. Theano features: ...@@ -9,7 +9,7 @@ arrays efficiently. Theano features:
* **tight integration with numpy** -- Use `numpy.ndarray` in Theano-compiled functions. * **tight integration with numpy** -- Use `numpy.ndarray` in Theano-compiled functions.
* **near-transparent use of a GPU** -- Accelerate data-intensive calculations [JAN 2010]. * **near-transparent use of a GPU** -- Accelerate data-intensive calculations [JAN 2010].
* **symbolic differentiation** -- Let Theano do your derivatives. * **symbolic differentiation** -- Let Theano do your derivatives.
* **speed and stability optimizations** -- Write ``log(1+exp(x))`` and get the right answer. * **speed and stability optimizations** -- Get the right answer for ``log(1+x)`` even when ``x`` is really tiny.
* **dynamic C code generation** -- Evaluate expressions faster. * **dynamic C code generation** -- Evaluate expressions faster.
Theano has been powering large-scale computationally intensive scientific investigations Theano has been powering large-scale computationally intensive scientific investigations
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论