LSTM TO STRING CATEGORICAL LABELS
Show older comments
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.
1 Comment
Ernest Modise - Kgamane
on 14 Jun 2024
Accepted Answer
More Answers (0)
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!