未验证 提交 5795819a 编写于 作者: S Shan Yi 提交者: GitHub

Merge pull request #254 from tink2123/add_api_guides

Add api guides
===========
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
.. _api_guide_executor:
########
Executor
########
##########
执行引擎
##########
:code:`Executor` 即 :code:`执行器` 。PaddlePaddle Fluid中有两种执行器可以选择。
:code:`Executor` 实现了一个简易的执行器,所有Operator会被顺序执行。用户可以使用
......
......@@ -4,4 +4,14 @@ fluid.layers
.. toctree::
:maxdepth: 1
\ No newline at end of file
conv.rst
pooling.rst
detection.rst
sequence.rst
math.rst
activations.rst
loss_function.rst
data_in_out.rst
control_flow.rst
.. _api_guide_optimizer:
Optimizer
#########
###########
优化器
###########
神经网络最终是一个 `最优化问题 <https://en.wikipedia.org/wiki/Optimization_problem>`_ ,
在经过 `前向计算和反向传播 <https://zh.wikipedia.org/zh-hans/反向传播算法>`_ 后,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册