提交 66cb4f8f authored 作者: Razvan Pascanu's avatar Razvan Pascanu

fixed two typos.

上级 c70e6af8
...@@ -48,10 +48,10 @@ Executing the code is faster because Theano: ...@@ -48,10 +48,10 @@ Executing the code is faster because Theano:
Writing the code is faster because: Writing the code is faster because:
- High-level language allows to **concentrate on the algorithm** - High-level language allows to **concentrate on the algorithm**
- Theano do **automatic optimization** - Theano does **automatic optimization**
- No need to manually optimize for each algorithm you want to test - No need to manually optimize for each algorithm you want to test
- Theano do **automatic efficient symbolic differentiation** - Theano does **automatic efficient symbolic differentiation**
- No need to manually differentiate your functions (tedious & error-prone for complicated expressions!) - No need to manually differentiate your functions (tedious & error-prone for complicated expressions!)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论