
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to use the Embedding Layer for Recurrent Neural Network (RNN) in Keras
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to use the Embedding Layer for Recurrent Neural Network (RNN) in Keras
I'm rather new to Neural Networks and the Keras Library and I'm wondering how I can use the Embed... I'm rather new to Neural Networks and the Keras Library and I'm wondering how I can use the Embedding Layer as described here to mask my input data from a 2D tensor to a 3D tensor for a RNN. Say my timeseries data looking as follows (with an increasing time): X_train = [ [1.0,2.0,3.0,4.0], [2.0,5.0,6.0,7.0], [3.0,8.0,9.0,10.0], [4.0,11.0,12.0,13.0], ... ] # with a length of 1000 Now, say I would w