Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This set contains two models trained in the context of a thesis on emotion recognition in educational settings, using deep learning techniques.
|
2 |
+
|
3 |
+
- **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.
|
4 |
+
|
5 |
+
- **TextModel-0.7836.h5**: Model based on the RoBERTa architecture, extended with an N-Gram approach and fine-tuned using three Conv1D layers with 128 filters. The model was primarily trained on the ISEAR dataset and supplemented with two additional emotions —*Surprise* and *Neutral*— from the MELD dataset, selected for their relevance in educational contexts and supported by relevant scientific literature. Data augmentation techniques were applied to enhance dataset diversity, along with a thorough cleaning process to ensure the semantic quality of the texts.
|
6 |
+
|
7 |
+
Both models are in `.h5` format and were developed using TensorFlow and Keras. They have been fine-tuned to capture emotional expressions relevant to educational environments.
|
8 |
+
|
9 |
+
This resource has been shared for scientific reproducibility and to support academic and technical analysis.
|
10 |
+
|
11 |
+
**Contact:** [email protected], [email protected]
|
12 |
+
|