/EE626-PRML-GenderRecog

This repository contains all the source code for EE626-PRML Project titled : Gender Recognition from face images

Primary LanguageJupyter Notebook

EE626-PRML-GenderRecog

This repository contains all the source code for EE626-PRML Project titled : Gender Recognition from face images

Project Members

  • Kartikaeya Kumar (180108017)
  • Swayam Bukharia (180108049)
  • Adriraj Chaudhuri (180107003)
  • Arpit Kumar Jain (180122009)

Demostration

YouTube video link : ["EE626 : Gender Recognition from face images"]

Dataset

Drive link
Download the dataset and place in $Root directory.

Results

Three different model architectures were tried :

  1. Lightweight model (~2M parameters) image Training curve
    image
  2. Medium weight model (~8M parameters) image Training curve
    image
  3. Heavy weight model (~10M parameters) image Training curve
    image

We also tried training the medium weight model with three different optimizers

  1. ADAgrad
    image
  2. ADAM
    image
  3. RMSprop
    image