提交 b7b9a8f7 authored 作者: James Bergstra's avatar James Bergstra

tweaks to intro

上级 d60841fb
...@@ -5,11 +5,11 @@ ...@@ -5,11 +5,11 @@
Introduction Introduction
============ ============
Theano is a Python library that allows you to define, optimize, and Theano is a Python library that allows you to define, optimize, and evaluate
efficiently evaluate mathematical expressions involving mathematical expressions involving multi-dimensional arrays. Using Theano it is
multi-dimensional arrays. Using Theano, for problems involving large possible to attain speeds rivaling hand-crafted C implementations for problems
amounts of data, it is possible to attain speeds that are only a few involving large amounts of data. It can also surpass C on a CPU by many orders
percentage points slower than hand-crafted C implementations. of magnitude by taking advantage of recent GPUs.
Theano melds some aspects of a computer algebra system (CAS) with Theano melds some aspects of a computer algebra system (CAS) with
aspects of an optimizing compiler. It can even transform some or all aspects of an optimizing compiler. It can even transform some or all
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论