xuanjihe / speech-emotion-recognition

speech emotion recognition using a convolutional recurrent networks based on IEMOCAP
389 stars 142 forks source link

Sometimes you have used conditional clauses like "if(emotion in ['ang','neu','sad'])" without considering the happy emotion. Why? #21

Closed chrisquevedo closed 5 years ago

xuanjihe commented 5 years ago

Due to happy emotion has the smallest number among these emotions and we have to consider the imbalance of the training data, for example, we use happy training data twice.