LSTM TO STRING CATEGORICAL LABELS
Hi Please help with with this code, there are two questions,
Looks like my LSTM cannot achieve any better accuracy – what could be the cause?
At the very end of the code, I wanted to to plot a confusion chart, – 1 – I used a for loop to capture the predicted labels from the trained network, is there a one line command for this type of data structure?
Still on the confusion chart, what would be the best way to create the true labels set, I see the one I used in the function call for confusion chart is really incomplete, I am expecting the true labels set to be 40 x 5 matrix just like the test set.Hi Please help with with this code, there are two questions,
Looks like my LSTM cannot achieve any better accuracy – what could be the cause?
At the very end of the code, I wanted to to plot a confusion chart, – 1 – I used a for loop to capture the predicted labels from the trained network, is there a one line command for this type of data structure?
Still on the confusion chart, what would be the best way to create the true labels set, I see the one I used in the function call for confusion chart is really incomplete, I am expecting the true labels set to be 40 x 5 matrix just like the test set. Hi Please help with with this code, there are two questions,
Looks like my LSTM cannot achieve any better accuracy – what could be the cause?
At the very end of the code, I wanted to to plot a confusion chart, – 1 – I used a for loop to capture the predicted labels from the trained network, is there a one line command for this type of data structure?
Still on the confusion chart, what would be the best way to create the true labels set, I see the one I used in the function call for confusion chart is really incomplete, I am expecting the true labels set to be 40 x 5 matrix just like the test set. lstm MATLAB Answers — New Questions