Recent questions tagged rnn

0 0 votes
1 answers 1 answer
438
438 views
Consider a simplified Recurrent Neural Network (RNN) with a single input and a single output. The hidden state is updated using the recurrence:$$ h_t = \text{ReLU}(W_{ih}...
1 1 vote
0 0 answers
503
503 views
I have a tensorflow LSTM model for predicting the sentiment. I build the model with the maximum sequence length 150. (Maximum number of words) While making predictions, i...
To see more, click for the full list of questions or popular tags.