CChongQ / Age-Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Age-Detector

One sentence project description: Develop a machine learning model that can perform age detection.

Illustration:

Figure author: Tommy Zhou

Details

Data

Dataset: UTKFaces

Images are split into 8 imbalanced age classes. To decrease bias in prediction, we preprocessed the dataset so the 8 classes are balanced, each class contains 770 images.

Data Processing:

  • Identify faces: Haar-cascade
  • We developed a small algorithm that is able the choose the "main face" from a given image

Architecture

Five convolutional layers from AlexNet + Five fully connected layers.

Figure author: Yu Xin Cheng

Result

Final Accuracy: 61.27% validation accuracy

Contributor

Carter Huang

Chenhong Qiu

Tommy Zhou

Yu Xin Cheng

About


Languages

Language:Jupyter Notebook 100.0%