このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。
wordEmbeddingLayer
深層学習ニューラル ネットワーク用の単語埋め込み層
説明
単語埋め込み層は、単語インデックスをベクトルにマッピングします。
単語埋め込み層は深層学習の長短期記憶 (LSTM) ネットワークで使用します。LSTM ネットワークは、再帰型ニューラル ネットワーク (RNN) の一種で、シーケンス データのタイム ステップ間の長期的な依存関係を学習できます。単語埋め込み層は、単語インデックスのシーケンスを埋め込みベクトルにマッピングし、層に学習させるときに単語の埋め込みを学習します。
この層は Deep Learning Toolbox™ を必要とします。
作成
構文
プロパティ
例
参照
[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
[3] Saxe, Andrew M., James L. McClelland, and Surya Ganguli. "Exact Solutions to the Nonlinear Dynamics of Learning in Deep Linear Neural Networks.” Preprint, submitted February 19, 2014. https://arxiv.org/abs/1312.6120.
拡張機能
バージョン履歴
R2018b で導入参考
trainNetwork
(Deep Learning Toolbox) | doc2sequence
| trainWordEmbedding
| wordEncoding
| lstmLayer
(Deep Learning Toolbox) | sequenceInputLayer
(Deep Learning Toolbox) | fastTextWordEmbedding
| tokenizedDocument
| word2vec
トピック
- センチメント分類器の学習
- 深層学習を使用したテキスト データの分類
- テキスト散布図を使用した単語埋め込みの可視化
- 解析用のテキスト データの準備
- MATLAB による深層学習 (Deep Learning Toolbox)
- 深層学習層の一覧 (Deep Learning Toolbox)