how to convert 2d array output of predicted classes given by sparse categorical entropy into predicted classes
I was given an assignment at the university to write a classifier of simple text dataset. I have 5 classes: [‘0’, ‘1’, ‘2’, ‘3’, ‘4’]. I don’t understand neural networks well and using internet i wrote something =)