SequenceIndicesLayer

SequenceIndicesLayer[]

入力列についての指標のリストを生成するネット層を表す.

詳細とオプション

  • SequenceIndicesLayer[]は,配列の列を取って同じ長さの整数列を出力するネットを表す.
  • SequenceIndicesLayerは,NetChainNetGraph等の中で使われることが多い.
  • 次の任意パラメータを含めることができる.
  • "Maximum" Infinity出力する最大指標
  • SequenceIndicesLayer["Maximum"max]は関数Min[max,Range[Length[#]]]&に相当する.
  • 次は,SequenceIndicesLayer[]で表されるネットの入出力ポートである.
  • "Input" n 個の配列の列
    "Output" n 個の配列の列
  • SequenceIndicesLayer["Input"shape]を使って入力の形状を指定することができる.次は,shape の可能な形状である.
  • nn 個の数の列
    "Varying"可変長の数列
    {len,d1,d2,}次元 d1×d2×len 個の配列の列
    {"Varying",d1,d2,}次元 d1×d2×のさまざまな数の配列
  • Options[SequenceIndicesLayer]は層を構築する際のデフォルトオプションのリストを与える.Options[SequenceIndicesLayer[]]はデータについて層を評価する際のデフォルトオプションのリストを与える.
  • Information[SequenceIndicesLayer[]]は層についてのレポートを与える.
  • Information[SequenceIndicesLayer[],prop]SequenceIndicesLayer[]の特性 prop の値を与える.使用可能な特性NetGraphと同じである.

例題

すべて開くすべて閉じる

  (1)

サイズ3のベクトル列を期待するSequenceIndicesLayerを作成する:

この層をベクトル列に適用する:

スコープ  (2)

ポート  (2)

2x2行列の長さ3のシーケンスを期待するSequenceIndicesLayerを作成する:

この層をシーケンスに適用する:

実数のシーケンスを期待するSequenceIndicesLayerを作成する:

入力バッチにこの層を縫い込む:

オプション  (1)

"Maximum"  (1)

最大指標3を返すSequenceIndicesLayerを作成する:

この層を数列に適用する:

考えられる問題  (1)

SequenceIndicesLayerは記号入力は受け付けない:

Wolfram Research (2021), SequenceIndicesLayer, Wolfram言語関数, https://reference.wolfram.com/language/ref/SequenceIndicesLayer.html.

テキスト

Wolfram Research (2021), SequenceIndicesLayer, Wolfram言語関数, https://reference.wolfram.com/language/ref/SequenceIndicesLayer.html.

CMS

Wolfram Language. 2021. "SequenceIndicesLayer." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SequenceIndicesLayer.html.

APA

Wolfram Language. (2021). SequenceIndicesLayer. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SequenceIndicesLayer.html

BibTeX

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

BibLaTeX

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