Overall 27 features are present in my dataset and I am using 26 features as input and last feature as output as 27th feature,
I am using the LSTM model.
In the output label, I am having 8 different applications like 'FILE-TRANSFER', 'MAIL', 'VOIP', 'VIDEO', 'AUDIO', 'P2P', 'CHAT', 'BROWSING'.
I want to classify these labels and I want to get accuracy and confusion matrix for these classification using LSTM.
At fitting the model I am getting the problem value error.
Can u please help me.