NSU - CSE465 - Project Analysis
NSU - CSE465 - Project Analysis
2) CK+ dataset was used. It stands for Extended Cohn-Kanade dataset and it taken from Kaggle’s
dataset repository. The dataset contains 981 images and is divided into 8 classes, each class
representing a particular emotion. The emotions are:
0 : Anger
1 : Disgust
2 : Fear
3 : Happiness
4 : Sadness
5 : Surprise
6 : Neutral
7: Contempt
3) Hardware Usage:
For CNN:
4) The number of parameters and number of computations for the forward pass of both models
are given below:
For CNN:
Total Number of Parameters: 217983
Number of Computations for a Forward Pass: 32812545024
Model Summary:
For Attention Neural Network:
Total Number of Parameters: 1553033
Number of Computations for a Forward Pass: 1846717440
Model Summary:
5) Metrics are given below:
For CNN:
Test Loss: 1.3095649480819702
Test accuracy: 0.4771573543548584
(1, 48, 48, 3)
Training and Validation curves:
Confusion matrix:
Performance Metrics:
Accuracy: 0.48
Precision: 0.41
Recall: 0.48
For Attention Neural Network:
Performance metrics:
Accuracy: 0.89
Precision: 0.93
Recall: 0.89