AggregationLayer

AggregationLayer[f]

表示一个层,利用函数 f 把任意阶数的数组聚合成一个向量.

AggregationLayer[f,n]

在第 n 层聚合数组.

AggregationLayer[f,n1;;n2]

在第 n1n2 层聚合数组.

AggregationLayer[f,{n1,n2,}]

在层 n1,n2, 聚合数组.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

使用 Max 作为聚合函数创建一 AggregationLayer

创建 AggregationLayer,对矩阵的每列元素加和:

将层应用到输入:

范围  (5)

创建 AggregationLayer,找到数组的最大值:

将层应用到输入:

这等价于:

创建 AggregationLayer 在输入数组的第一、第三和第四维上聚合:

将层应用到输入:

创建带有指定输入大小的 AggregationLayer

把层应用到输入:

把层应用到一批输入:

应用 AggregationLayer 聚合图像中的所有像素,返回每个色彩通道的均值:

运用 AggregationLayer 聚合颜色通道,将彩色图像变成灰度图:

运用 AggregationLayer 在变化的维度上进行聚合:

属性和关系  (1)

AggregationLayer[f,{n1,,nk}] 等价于:

可能存在的问题  (1)

AggregationLayer 不能接受符号输入:

Wolfram Research (2017),AggregationLayer,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AggregationLayer.html (更新于 2020 年).

文本

Wolfram Research (2017),AggregationLayer,Wolfram 语言函数,https://reference.wolfram.com/language/ref/AggregationLayer.html (更新于 2020 年).

CMS

Wolfram 语言. 2017. "AggregationLayer." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/AggregationLayer.html.

APA

Wolfram 语言. (2017). AggregationLayer. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/AggregationLayer.html 年

BibTeX

@misc{reference.wolfram_2024_aggregationlayer, author="Wolfram Research", title="{AggregationLayer}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/AggregationLayer.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_aggregationlayer, organization={Wolfram Research}, title={AggregationLayer}, year={2020}, url={https://reference.wolfram.com/language/ref/AggregationLayer.html}, note=[Accessed: 17-November-2024 ]}