Is there anything i am missing in the Word Embedding RNN here, output shape is “?” and params is ‘0″ why is this?
from keras.models import Sequential
from keras.layers import Embedding, SimpleRNN, Dense
from keras.models import Sequential
from keras.layers import Embedding, SimpleRNN, Dense