Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 786 Bytes

File metadata and controls

18 lines (13 loc) · 786 Bytes

Image Classification of Human Facial Expression using Custom CNN Architecture

Objective :

To build image classifier to classify human facial expression into happy and sad faces.

image

Data Set :

1.Images for this data is Scrap from google using `All Images Download` Chrome Extension
2.Image are Scrap for Happy Faces and Sad Faces

Deep Learning Model:

1. Train 70% data, 20% Validation data, 10% Test Data
2. Architecture : 3 CNN Layers with Max pooling and 2 Dense Layer
3. Optimizer = Adam, Losses= BinaryCrossEntropy, Epochs=20 , Batch Size=20
4. Data pipeline using tf.keras.utils
5. Tensorflow version ==2.9.1