BAFCS commited on
Commit
cb95c84
·
verified ·
1 Parent(s): 45ca80c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ metrics:
23
  repo: https://github.com/BAFCS/Emotion-Recognition-in-Education-through-Deep-Learning
24
 
25
  ---
26
- This set contains two models trained in the context of a thesis on emotion recognition in educational settings, using deep learning techniques.
27
 
28
  - **FacialModel-8177.h5**: This model was developed as an ensemble combining convolutional neural networks, the VGG19 model, and Keras Tuner techniques. It was trained using two widely recognized datasets in the field of emotion recognition: FER2013 and CK+48. To address class imbalance, two complementary strategies were applied: (1) the use of weighted classes to adjust the importance of each class based on its representation, and (2) the generation of synthetic data through data augmentation techniques, which improved the distribution of emotions and the model’s generalization.
29
 
 
23
  repo: https://github.com/BAFCS/Emotion-Recognition-in-Education-through-Deep-Learning
24
 
25
  ---
26
+ This set contains two models trained in the context of a thesis on emotion recognition in the education, using deep learning techniques.
27
 
28
  - **FacialModel-8177.h5**: This model was developed as an ensemble combining convolutional neural networks, the VGG19 model, and Keras Tuner techniques. It was trained using two widely recognized datasets in the field of emotion recognition: FER2013 and CK+48. To address class imbalance, two complementary strategies were applied: (1) the use of weighted classes to adjust the importance of each class based on its representation, and (2) the generation of synthetic data through data augmentation techniques, which improved the distribution of emotions and the model’s generalization.
29