An open API service indexing awesome lists of open source software.

https://github.com/soulyma/face_emotional_detection

This notebook is designed to train a deep learning model for face emotion recognition. It uses TensorFlow and is run in a Google Colab environment.
https://github.com/soulyma/face_emotional_detection

ai artificial-intelligence artificial-neural-networks colab-notebook emotion-detection nn nural-network nuralnetwork tensorboard testing training validation

Last synced: 2 months ago
JSON representation

This notebook is designed to train a deep learning model for face emotion recognition. It uses TensorFlow and is run in a Google Colab environment.

Awesome Lists containing this project

README

        

# Face_Emotional_detection
This notebook is designed to train a deep learning model for face emotion recognition. It uses TensorFlow and is run in a Google Colab environment.

Face Emotion Model Training Notebook
This notebook is designed to train a deep learning model for face emotion recognition. It uses TensorFlow and is run in a Google Colab environment. The workflow involves:
- Google Drive Integration: The notebook mounts Google Drive for loading data and saving model checkpoints.
- TensorFlow Setup: Specific versions of TensorFlow and Keras are installed to ensure compatibility with the code.
- TensorBoard Integration: TensorBoard is set up to monitor training metrics during the model training process.
- Kaggle Integration: The notebook connects to Kaggle for accessing datasets, using stored user credentials.
- Data Preparation: The AffectNet dataset is extracted and prepared for training.

The notebook progresses through model definition, training, and evaluation phases, with detailed tracking of performance using TensorBoard.