How do we have to go about this problem?
I tried making a 2D array, with every bracket of consecutive 500 entries in the training data, padding using keras.preprocessing.sequence, and training.
The layers are embedding, RNN, Dense(sigmoid).
When I try to train, the loss goes negative and accuracy remains 0.