Correct minor problems

avx_docs
Yi Wang 9 years ago
parent e60fe1df22
commit 6de262c357

@ -1,4 +1,4 @@
# PaddlePaddle API # PaddlePaddle Design Doc
## Ingredients ## Ingredients
@ -15,7 +15,7 @@ Evaluator = {Model*, activations}
GradientMachine = {Evaluator*, gradients} GradientMachine = {Evaluator*, gradients}
- backward - backward
Optimizer = {Model*, GradientMachine*} Optimizer = {GradientMachine*}
- train(cost, ...) - train(cost, ...)
- update - update
- checkpoint - 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. from `paddle.optimizer.SGD` by overrides only the `update` method.
## Programming ## Programming Interface
A fictive example of PaddlePaddle program looks like the following: A fictive example of PaddlePaddle program looks like the following:

Loading…
Cancel
Save