https://github.com/brinthat/fer2013-dataset
MONITOR THE EMPLOYEE'S EMOTIONAL WELL-BEING WITH PRE-TRAINED NEURAL NETWORK GOOGLENET USING THE FER2013 DATASET
https://github.com/brinthat/fer2013-dataset
cnn-model deep-learning emotion-detection fer2013-dataset googlenet transfer-learning
Last synced: 2 months ago
JSON representation
MONITOR THE EMPLOYEE'S EMOTIONAL WELL-BEING WITH PRE-TRAINED NEURAL NETWORK GOOGLENET USING THE FER2013 DATASET
- Host: GitHub
- URL: https://github.com/brinthat/fer2013-dataset
- Owner: Brinthat
- Created: 2024-07-13T22:27:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T22:32:17.000Z (11 months ago)
- Last Synced: 2025-01-28T11:31:22.253Z (4 months ago)
- Topics: cnn-model, deep-learning, emotion-detection, fer2013-dataset, googlenet, transfer-learning
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project Title: Monitoring Employee's Emotional Well-being with GoogleNet Using the FER2013 Dataset
### Overview
This project utilizes a pre-trained neural network, GoogleNet, to monitor employees' emotional well-being by analyzing facial expressions. The system leverages the FER2013 dataset, containing 30,000 labelled grayscale facial images, to classify emotions such as anger, disgust, fear, happiness, sadness, surprise, and neutrality.Objectives
- Implement emotion detection using GoogleNet and FER2013 dataset.
- Develop a method to monitor employees' emotional states over time.
- Analyze emotional data to identify trends and patterns in employee well-being.Key Components
- **Dataset:** FER2013, preprocessed and augmented.
- **Neural Network:** GoogleNet with transfer learning.
- **Programming Language:** MATLABProject Structure
1. **Introduction:** Objectives and overview.
2. **Simulations:** Details on the FER2013 dataset, encoding, and GoogleNet architecture.
3. **Model Evaluation:** Accuracy, accuracy curve, and confusion matrix.
4. **Critical Analysis:** Evaluation of results and suggestions for improvement.
5. **Conclusions:** Key takeaways and implications.
6. **References:** Cited works.
7. **Certificates:** MATLAB course certificates.How to Run
1. Preprocess the FER2013 dataset.
2. Use MATLAB to load and modify GoogleNet.
3. Train the network with the provided code.
4. Evaluate the model performance using the validation dataset.Dependencies
- MATLAB
- Deep Learning Toolbox in MATLAB