06 November 2023 2 9K Report

Hello everyone,

I have applied 1D CNN on speech emotion recognition, when I shuffled columns I got diffrent results, for example, using matrix(:,[1 2 3]) gives different classification results than matrix(:,[2 3 1]) which should be the same, I have tried rng("default") but it hasn't resolved the issue. Can someone please assist me with this?

Thank you in advance!

More Hamza Roubhi's questions See All
Similar questions and discussions