Skip to content

HarukaGeorge/Emotion_classification_with_DNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Emotion Classification With DNN

Introduction

The goal of our project is to develop a deep neural network model for emotion classification, specifically targeting six emotions: happy, sadness, anger, love, fear, and surprise. Our aim is to build an accurate and robust model that can accurately classify emotions based on input text data. The model will be trained on a large dataset of labeled examples to learn the patterns and features associated with each emotion. The ultimate objective is to create a powerful tool that can automatically detect and classify emotions. By achieving this goal, we aim to contribute to the field of emotion recognition.

Dataset

The 6 different emotions included are:

  • happy
  • sadness
  • anger
  • love
  • fear
  • surprise

Glimpse of dataset split between the 6 emotions:

Screen Shot 2023-04-08 at 10 11 30 PM

Procedure to Use code

  • DNN_Basic.ipynb file has simple model without using SMOTE
  • DNN_with_SMOTE.ipynb file has model run after using SMOTE method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published