Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
5795819a
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
5
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
5795819a
编写于
10月 31, 2018
作者:
S
Shan Yi
提交者:
GitHub
10月 31, 2018
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #254 from tink2123/add_api_guides
Add api guides
上级
cea18c1f
88e57e4c
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
28 addition
and
12 deletion
+28
-12
doc/fluid/api/api_guides/index.rst
doc/fluid/api/api_guides/index.rst
+11
-5
doc/fluid/api/api_guides/low_level/executor.rst
doc/fluid/api/api_guides/low_level/executor.rst
+3
-3
doc/fluid/api/api_guides/low_level/layers/index.rst
doc/fluid/api/api_guides/low_level/layers/index.rst
+11
-1
doc/fluid/api/api_guides/low_level/model_save_reader.rst
doc/fluid/api/api_guides/low_level/model_save_reader.rst
+0
-0
doc/fluid/api/api_guides/low_level/optimizer.rst
doc/fluid/api/api_guides/low_level/optimizer.rst
+3
-3
未找到文件。
doc/fluid/api/api_guides/index.rst
浏览文件 @
5795819a
===========
API Guide
=========
=========
==
.. toctree::
:maxdepth: 1
:titlesonly:
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
doc/fluid/api/api_guides/low_level/executor.rst
浏览文件 @
5795819a
.. _api_guide_executor:
########
Executor
########
########
##
执行引擎
########
##
:code:`Executor` 即 :code:`执行器` 。PaddlePaddle Fluid中有两种执行器可以选择。
:code:`Executor` 实现了一个简易的执行器,所有Operator会被顺序执行。用户可以使用
...
...
doc/fluid/api/api_guides/low_level/layers/index.rst
浏览文件 @
5795819a
...
...
@@ -5,3 +5,13 @@ 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
doc/fluid/api/api_guides/low_level/
layers/
model_save_reader.rst
→
doc/fluid/api/api_guides/low_level/model_save_reader.rst
浏览文件 @
5795819a
文件已移动
doc/fluid/api/api_guides/low_level/optimizer.rst
浏览文件 @
5795819a
.. _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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录