Skip to content

Commit

Permalink
update api_guides
Browse files Browse the repository at this point in the history
  • Loading branch information
tink2123 committed Oct 31, 2018
1 parent e113242 commit 610521f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 24 deletions.
22 changes: 12 additions & 10 deletions doc/fluid/api/api_guides/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
API Guide
=========
===========
API Guides
===========

.. toctree::

:titlesonly:

:maxdepth: 1
high_low_level_api.md
low_level/layers/index.rst
low_level/executor.rst
low_level/optimizer.rst
low_level/metrics.rst
low_level/model_save_reader.rst
low_level/inference.rst


high_low_level_api.md
low_level/layers/index.rst
low_level/executor.rst
low_level/inference.rst
low_level/metrics.rst
low_level/optimizer.rst
6 changes: 3 additions & 3 deletions doc/fluid/api/api_guides/low_level/executor.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _api_guide_executor:

########
Executor
########
##########
执行引擎
##########

:code:`Executor` 即 :code:`执行器` 。PaddlePaddle Fluid中有两种执行器可以选择。
:code:`Executor` 实现了一个简易的执行器,所有Operator会被顺序执行。用户可以使用
Expand Down
15 changes: 7 additions & 8 deletions doc/fluid/api/api_guides/low_level/layers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ fluid.layers
.. toctree::
:maxdepth: 1

activations.rst
control_flow.rst
conv.rst
data_in_out.rst
detection.rst
index_en.rst
loss_function.rst
math.rst
model_save_reader.rst
pooling.rst
detection.rst
sequence.rst
math.rst
activations.rst
loss_function.rst
data_in_out.rst
control_flow.rst

6 changes: 3 additions & 3 deletions doc/fluid/api/api_guides/low_level/optimizer.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _api_guide_optimizer:


Optimizer
#########
###########
优化器
###########

神经网络最终是一个 `最优化问题 <https://en.wikipedia.org/wiki/Optimization_problem>`_ ,
在经过 `前向计算和反向传播 <https://zh.wikipedia.org/zh-hans/反向传播算法>`_ 后,
Expand Down

0 comments on commit 610521f

Please sign in to comment.