You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Trying to create a model for sentiment analysis using LSTM .
While creating the model should I have a 'Flatten' layer after 'LSTM' layer to convert the array to 1d and feed it to 'dense' layer or can I directly feed the output of 'LSTM' layer to 'dense' layer ? what difference does it make ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm Trying to create a model for sentiment analysis using LSTM .
While creating the model should I have a 'Flatten' layer after 'LSTM' layer to convert the array to 1d and feed it to 'dense' layer or can I directly feed the output of 'LSTM' layer to 'dense' layer ? what difference does it make ?
Beta Was this translation helpful? Give feedback.
All reactions