Update README.md
Browse files
README.md
CHANGED
@@ -20,6 +20,8 @@ metrics:
|
|
20 |
- recall
|
21 |
- f1
|
22 |
- perplexity
|
|
|
|
|
23 |
---
|
24 |
This set contains two models trained in the context of a thesis on emotion recognition in educational settings, using deep learning techniques.
|
25 |
|
@@ -31,4 +33,10 @@ Both models are in `.h5` format and were developed using TensorFlow and Keras. T
|
|
31 |
|
32 |
This resource has been shared for scientific reproducibility and to support academic and technical analysis.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
**Contact:** [email protected], [email protected]
|
|
|
20 |
- recall
|
21 |
- f1
|
22 |
- perplexity
|
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 |
|
|
|
33 |
|
34 |
This resource has been shared for scientific reproducibility and to support academic and technical analysis.
|
35 |
|
36 |
+
## Source Code Repository
|
37 |
+
|
38 |
+
The complete source code for training, preprocessing, and evaluating the models can be found in the following repository:
|
39 |
+
GitHub: [BAFCS/Emotion-Recognition-in-Education-through-Deep-Learning](https://github.com/BAFCS/Emotion-Recognition-in-Education-through-Deep-Learning)
|
40 |
+
|
41 |
+
|
42 |
**Contact:** [email protected], [email protected]
|