OutputPorts

OutputPorts

ニューラルネット層の出力ポートの数,名前,形状を指定するためのオプションである.

詳細

  • OutputPortsPlaceholderLayerでよく使われる.
  • 以下は,OutputPortsのよく使われる設定である.
  • Automaticポート数とその形状をNetChainまたはNetGraphの接続性から推測する
    nn 個のポート(デフォルト名,形状の指定なし)
    {"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を使って,デフォルト名で形状は未指定の3つのポートがあるPlaceholderLayerを作成する:

スコープ  (3)

明示的な名前を持ち形状は未指定の2つの出力があるPlaceholderLayerを作成する:

デフォルト名で形状が指定された4つの出力を持つPlaceholderLayerを作成する:

明示的な名前で形状が指定された2つの出力を持つ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 Language. 2020. "OutputPorts." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/OutputPorts.html.

APA

Wolfram Language. (2020). OutputPorts. Wolfram Language & System Documentation Center. Retrieved from 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 ]}