embeddingConcatenationLayer
説明
埋め込み連結層は、層の入力と埋め込みベクトルを連結によって結合します。
作成
説明
は埋め込み連結層を作成します。layer
= embeddingConcatenationLayer
は、埋め込み連結層を作成し、1 つ以上の名前と値の引数を使用して、パラメーターと初期化プロパティと layer
= embeddingConcatenationLayer(Name=Value
)Name
プロパティを設定します。
プロパティ
例
アルゴリズム
参照
[1] Glorot, Xavier, and Yoshua Bengio. "Understanding the Difficulty of Training Deep Feedforward Neural Networks." In Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, 249–356. Sardinia, Italy: AISTATS, 2010. https://proceedings.mlr.press/v9/glorot10a/glorot10a.pdf
[2] He, Kaiming, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. "Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification." In 2015 IEEE International Conference on Computer Vision (ICCV), 1026–34. Santiago, Chile: IEEE, 2015. https://doi.org/10.1109/ICCV.2015.123
拡張機能
バージョン履歴
R2023b で導入