Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

tensor for LSTM

dongsheng_zhudongsheng_zhu Member Posts: 2 Learner II
edited December 2018 in Help

How to reshape 2D tensor such as (100,5) to 3D (100,1,5)? LSTM must use 3D input.

Keras Model has 'input shape' parameters, how to set up? 

Answers

  • jacobcybulskijacobcybulski Member, University Professor Posts: 391 Unicorn

    Use "reshape" layer as the first layer of your Keras sequence.

    Jacob

  • romanstrijbosromanstrijbos Member Posts: 4 Contributor I

    Hey! Have you found out how to use the LSTM layer already? I'm still struggling..

Sign In or Register to comment.