My dataset has a number of numerical input, and 1 categorical (factor) output, and I want to train the model with CNN/RNN/LSTM to predict the output.
My data looks like:
input1 input2 ... input_n output
2 1.2 ... -0.44 "b"
1 0.2 ... 3.2 "f"
3 1 ... 2.1 "a"