Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
00d6c90f
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
00d6c90f
编写于
12月 08, 2017
作者:
C
Cao Ying
提交者:
GitHub
12月 08, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #5962 from ranqiu92/doc
Refine the doc of layers.py
上级
b6e67f6c
85e6906f
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
12 addition
and
12 deletion
+12
-12
python/paddle/trainer_config_helpers/layers.py
python/paddle/trainer_config_helpers/layers.py
+12
-12
未找到文件。
python/paddle/trainer_config_helpers/layers.py
浏览文件 @
00d6c90f
...
@@ -2996,7 +2996,7 @@ def spp_layer(input,
...
@@ -2996,7 +2996,7 @@ def spp_layer(input,
Reference:
Reference:
`Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
`Spatial Pyramid Pooling in Deep Convolutional Networks for Visual Recognition
https://arxiv.org/abs/1406.4729
`_
<https://arxiv.org/abs/1406.4729>
`_
The example usage is:
The example usage is:
...
@@ -3098,7 +3098,7 @@ def img_cmrnorm_layer(input,
...
@@ -3098,7 +3098,7 @@ def img_cmrnorm_layer(input,
Reference:
Reference:
`ImageNet Classification with Deep Convolutional Neural Networks
`ImageNet Classification with Deep Convolutional Neural Networks
http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf
`_
<http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf>
`_
The example usage is:
The example usage is:
...
@@ -3166,7 +3166,7 @@ def batch_norm_layer(input,
...
@@ -3166,7 +3166,7 @@ def batch_norm_layer(input,
Reference:
Reference:
`Batch Normalization: Accelerating Deep Network Training by Reducing
`Batch Normalization: Accelerating Deep Network Training by Reducing
Internal Covariate Shift
Internal Covariate Shift
http://arxiv.org/abs/1502.03167
`_
<http://arxiv.org/abs/1502.03167>
`_
The example usage is:
The example usage is:
...
@@ -5424,9 +5424,9 @@ def maxout_layer(input, groups, num_channels=None, name=None, layer_attr=None):
...
@@ -5424,9 +5424,9 @@ def maxout_layer(input, groups, num_channels=None, name=None, layer_attr=None):
Reference:
Reference:
`Maxout Networks
`Maxout Networks
http://www.jmlr.org/proceedings/papers/v28/goodfellow13.pdf
`_
<http://www.jmlr.org/proceedings/papers/v28/goodfellow13.pdf>
`_
`Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks
`Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks
https://arxiv.org/pdf/1312.6082v4.pdf
`_
<https://arxiv.org/pdf/1312.6082v4.pdf>
`_
.. math::
.. math::
...
@@ -5495,7 +5495,7 @@ def ctc_layer(input,
...
@@ -5495,7 +5495,7 @@ def ctc_layer(input,
Reference:
Reference:
`Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
`Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
with Recurrent Neural Networks
with Recurrent Neural Networks
http://machinelearning.wustl.edu/mlpapers/paper_files/icml2006_GravesFGS06.pdf
`_
<http://machinelearning.wustl.edu/mlpapers/paper_files/icml2006_GravesFGS06.pdf>
`_
Note:
Note:
Considering the 'blank' label needed by CTC, you need to use (num_classes + 1)
Considering the 'blank' label needed by CTC, you need to use (num_classes + 1)
...
@@ -5569,7 +5569,7 @@ def warp_ctc_layer(input,
...
@@ -5569,7 +5569,7 @@ def warp_ctc_layer(input,
Reference:
Reference:
`Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
`Connectionist Temporal Classification: Labelling Unsegmented Sequence Data
with Recurrent Neural Networks
with Recurrent Neural Networks
http://machinelearning.wustl.edu/mlpapers/paper_files/icml2006_GravesFGS06.pdf
`_
<http://machinelearning.wustl.edu/mlpapers/paper_files/icml2006_GravesFGS06.pdf>
`_
Note:
Note:
- Let num_classes represents the category number. Considering the 'blank'
- Let num_classes represents the category number. Considering the 'blank'
...
@@ -5790,7 +5790,7 @@ def nce_layer(input,
...
@@ -5790,7 +5790,7 @@ def nce_layer(input,
Reference:
Reference:
`A fast and simple algorithm for training neural probabilistic language
`A fast and simple algorithm for training neural probabilistic language
models.
https://www.cs.toronto.edu/~amnih/papers/ncelm.pdf
`_
models.
<https://www.cs.toronto.edu/~amnih/papers/ncelm.pdf>
`_
The example usage is:
The example usage is:
...
@@ -5906,7 +5906,7 @@ def rank_cost(left,
...
@@ -5906,7 +5906,7 @@ def rank_cost(left,
Reference:
Reference:
`Learning to Rank using Gradient Descent
`Learning to Rank using Gradient Descent
http://research.microsoft.com/en-us/um/people/cburges/papers/ICML_ranking.pdf
`_
<http://research.microsoft.com/en-us/um/people/cburges/papers/ICML_ranking.pdf>
`_
.. math::
.. math::
...
@@ -6442,7 +6442,7 @@ def smooth_l1_cost(input, label, name=None, coeff=1.0, layer_attr=None):
...
@@ -6442,7 +6442,7 @@ def smooth_l1_cost(input, label, name=None, coeff=1.0, layer_attr=None):
Reference:
Reference:
`Fast R-CNN
`Fast R-CNN
https://arxiv.org/pdf/1504.08083v2.pdf
`_
<https://arxiv.org/pdf/1504.08083v2.pdf>
`_
The example usage is:
The example usage is:
...
@@ -6649,7 +6649,7 @@ def prelu_layer(input,
...
@@ -6649,7 +6649,7 @@ def prelu_layer(input,
Reference:
Reference:
`Delving Deep into Rectifiers: Surpassing Human-Level Performance on
`Delving Deep into Rectifiers: Surpassing Human-Level Performance on
ImageNet Classification
http://arxiv.org/pdf/1502.01852v1.pdf
`_
ImageNet Classification
<http://arxiv.org/pdf/1502.01852v1.pdf>
`_
.. math::
.. math::
z_i &
\\
quad if
\\
quad z_i > 0
\\\\
z_i &
\\
quad if
\\
quad z_i > 0
\\\\
...
@@ -6746,7 +6746,7 @@ def gated_unit_layer(input,
...
@@ -6746,7 +6746,7 @@ def gated_unit_layer(input,
Reference:
Reference:
`Language Modeling with Gated Convolutional Networks
`Language Modeling with Gated Convolutional Networks
https://arxiv.org/abs/1612.08083
`_
<https://arxiv.org/abs/1612.08083>
`_
.. math::
.. math::
y=
\\
text{act}(X \cdot W + b)\otimes \sigma(X \cdot V + c)
y=
\\
text{act}(X \cdot W + b)\otimes \sigma(X \cdot V + c)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录