提交 d5a80b96 编写于 作者: Y yuyang18

Complete First draft

上级 abb4400c
##############
High level API
##############
.. todo::
Complete this doc
\ No newline at end of file
#########
API Guide
#########
.. todo::
Complete this doc
.. toctree::
:maxdepth: 4
high_level/index.rst
low_level/index.rst
\ No newline at end of file
########
Executor
########
\ No newline at end of file
################
ParallelExecutor
################
\ No newline at end of file
#############
Low level API
#############
Layers
######
神经网络的主体API是一些层函数,他们包括
.. toctree::
:maxdepth: 1
layers/math.rst
layers/activations.rst
layers/convolution.rst
layers/pooling.rst
layers/preprocessing.rst
layers/io.rst
layers/metrics.rst
layers/detection.rst
执行引擎
########
.. toctree::
executor/executor.rst
executor/parallel_executor.rst
数据读取
########
参数属性与参数初始化(ParamAttr)
###############################
预测引擎
########
Program/Block/Variable
######################
Scope
#####
CreateOperator
##############
Backward
########
模型平均(Model Average)
#######################
Optimizers
##########
正则化
######
Transpiler
##########
Gradient Clipping
#################
调试工具/VisualDL
#################
########
输入输出
########
\ No newline at end of file
########
评价指标
########
\ No newline at end of file
##########
预处理操作
##########
图像预处理操作
##############
语音预处理操作
##############
\ No newline at end of file
../../paddle/doc/fluid/api/CMakeLists.txt
\ No newline at end of file
../../paddle/doc/fluid/api/clip.rst
\ No newline at end of file
../../paddle/doc/fluid/api/data
\ No newline at end of file
../../paddle/doc/fluid/api/data.rst
\ No newline at end of file
../../paddle/doc/fluid/api/data_feeder.rst
\ No newline at end of file
../../paddle/doc/fluid/api/evaluator.rst
\ No newline at end of file
../../paddle/doc/fluid/api/executor.rst
\ No newline at end of file
../../paddle/doc/fluid/api/gen_doc.py
\ No newline at end of file
../../paddle/doc/fluid/api/gen_doc.sh
\ No newline at end of file
=============
API Reference
=============
.. toctree::
:maxdepth: 1
layers.rst
data_feeder.rst
executor.rst
initializer.rst
metrics.rst
nets.rst
clip.rst
optimizer.rst
param_attr.rst
profiler.rst
regularizer.rst
io.rst
data.rst
../../paddle/doc/fluid/api/initializer.rst
\ No newline at end of file
../../paddle/doc/fluid/api/io.rst
\ No newline at end of file
../../paddle/doc/fluid/api/layers.rst
\ No newline at end of file
../../paddle/doc/fluid/api/metrics.rst
\ No newline at end of file
../../paddle/doc/fluid/api/nets.rst
\ No newline at end of file
../../paddle/doc/fluid/api/optimizer.rst
\ No newline at end of file
../../paddle/doc/fluid/api/param_attr.rst
\ No newline at end of file
../../paddle/doc/fluid/api/profiler.rst
\ No newline at end of file
../../paddle/doc/fluid/api/regularizer.rst
\ No newline at end of file
......@@ -12,11 +12,14 @@
.. toctree::
:maxdepth: 2
:maxdepth: 1
quick_start/index.rst
use_guide/index.rst
user_guides/index.rst
advanced_usage/index.rst
api_guides/index.rst
api_reference/index.rst
faq.rst
Indices and tables
==================
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册