Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1012 Bytes

File metadata and controls

9 lines (6 loc) · 1012 Bytes

Emotion Recognition By DEAP Dataset

This is the repository of my final year project: Emotion Recognition By DEAP Dataset. The project uses DEAP i.e. Database for Emotion Analysis using Physiological signals. This database comprises of two parts: dataset of EEG signals and corresponding videos of particpants. For more details visit here.

The aim of the project is to achieve state of the art accuracy in classifying emotions based on the EEG signals. We began by implementing the basic classification techniques outlined in the original paper. After the initial literature survey, we also implemented some of the papers that build on our aim.

Currently, we are working on various optimization algorithms to obtain higher accuracy. Note: This repo is not yet complete as the project is underway right now.