Skip to content

Deep Learning Assignment#

This DL assignment submission is by Akhil S - 2021MT12054#

Dataset#

The dataset required for this can be found here:
https://www.kaggle.com/competitions/deep-learning-sszg529-bits-pilani/overview

Sample pictures for this data set:
image
image
image

Assignment#

This is a micro-facial emotion recognition task based on micro facial expressions dataset. Predict one of 5 emotions which are defined here:
1 -> Happiness
2 -> Other
3 -> Anger
4 -> Contempt
5 -> Surprise
(Strictly follow the above encoding for your output.)

Submission should be as per the format given. Any other format would lead to an invalid solution and won't be evaluated. The final solution should have 2 columns: 'Id' and 'Class'.

Submission#

The submission for the same can be found here (https://github.com/Akhilsudh/BITS-Assignment/tree/master/Semester%203/Deep%20Learning)


Tags: !DLIndex Assignments