diegocasmo / iis-project

0 stars 0 forks source link

Classification results should be formatted such that they can be used by the Emotion Synthesis group #15

Closed diegocasmo closed 6 years ago

diegocasmo commented 6 years ago
ankurshukla03 commented 6 years ago
{
    "ANGER": 60,
    "HAPPY": 5,
    "SURPRISE": 15, 
    "FEAR": 10,
    "SADNESS": 5,
    "DISGUST": 5
}
tristaaan commented 6 years ago

The only thing we need to change to meet this format is --at least for the MLP classifier-- we need to have 6 output neurons.

I don't know how to do this for KNN and others...