提交 6de262c3 编写于 作者: Y Yi Wang

Correct minor problems

上级 e60fe1df
# PaddlePaddle API
# PaddlePaddle Design Doc
## Ingredients
......@@ -15,7 +15,7 @@ Evaluator = {Model*, activations}
GradientMachine = {Evaluator*, gradients}
- backward
Optimizer = {Model*, GradientMachine*}
Optimizer = {GradientMachine*}
- train(cost, ...)
- update
- checkpoint
......@@ -96,7 +96,7 @@ e.g., momentum and the Adam SGD algorithm. We make `train` calls
from `paddle.optimizer.SGD` by overrides only the `update` method.
## Programming
## Programming Interface
A fictive example of PaddlePaddle program looks like the following:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册