Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#254 from tink2123/add_api_guides
Browse files Browse the repository at this point in the history
Add api guides
  • Loading branch information
shanyi15 authored Oct 31, 2018
2 parents cea18c1 + 88e57e4 commit 5795819
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 12 deletions.
16 changes: 11 additions & 5 deletions doc/fluid/api/api_guides/index.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
===========
API Guide
=========
===========

.. 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/inference.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
12 changes: 11 additions & 1 deletion doc/fluid/api/api_guides/low_level/layers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ fluid.layers

.. toctree::
:maxdepth: 1


conv.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 5795819

Please sign in to comment.