OutputPorts

OutputPorts

是一个指定某些神经网络层输出端口数量、名称或形状的选项.

更多信息

  • OutputPorts 通常用于 PlaceholderLayer.
  • OutputPorts 的一般设定包括:
  • AutomaticNetChainNetGraph 的连接性推断端口的数量和其形状
    n有默认名称和未指定形状的 n 个端口
    {"name1","name2",}形状没有指定的明确的端口名称
    {shape1,shape2,}指定了形状或编码器的默认端口名称
    <|"name1"shape1,|>指定了形状或编码器的明确的端口名称
  • 每个端口的形状规格包括:
  • "Real"单个实数
    "Integer"单个整数
    Restricted["Integer",n]1 到 n 之间的整数
    n长度为 n 的向量
    {n1,n2,}数组维度 n1×n2×
    "Varying"长度可变的向量
    {"Varying",n2,n3,}第一个维度可变且剩余维度为 n2×n3× 的数组
    NetDecoder[]解码器

范例

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

基本范例  (1)

默认情况下,PlaceholderLayer 有单个输出端口:

使用 OutputPorts 可创建有三个端口的 PlaceholderLayer,其中端口有默认名称但未指定形状:

范围  (3)

创建有两个输入的 PlaceholderLayer,其中输出有明确名称但未指定形状:

创建有四个输出的 PlaceholderLayer,其中输出有默认名称和指定形状:

创建有两个输入的 PlaceholderLayer,其中输出有明确名称和指定形状:

Wolfram Research (2020),OutputPorts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/OutputPorts.html.

文本

Wolfram Research (2020),OutputPorts,Wolfram 语言函数,https://reference.wolfram.com/language/ref/OutputPorts.html.

CMS

Wolfram 语言. 2020. "OutputPorts." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/OutputPorts.html.

APA

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

BibTeX

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

BibLaTeX

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