I wanted to apply LSTM on a numerical dataset for binary classification problems. First of all, I apply the word embedding method to convert text into the numerical dataset. Then the dataset is like the below table:
Now how do I arrange my dataset for applying LSTM since LSTM is applied on sequential data?
Can anyone please help me?