Git Product home page Git Product logo

utk-age-and-ethnicity's Introduction

UTK Ethnicity and Age prediction

This project was done for the Deep Learning for AI course. Starting from the UTK Face Dataset we created two different neural networks to predict the ethnicity and the age of the people in the dataset using their pictures.

The labels are written in the file name - there is also the sex label, but we didn't use it.

The metric problem in age regression

As you will see reading the age notebook, predicting a real (continuous) value for the age, instead of creating 100+ categories, lead to a problem: there are no reliable metrics to manage, during the training, to check the results.

This is why we decided to look at some "critical" percentiles of the predicted distribution, because we noticed that our model, in the first epochs and then after a lot of epochs, tended to return the same "average" value. For this reason, we created a custom early-stopping metric, which was the sum of the absolute difference between the true percentiles values and the predicted ones, to make the training stop after reaching an enough similar distribution.

In reading the projects, you should follow this order:

  1. Ethnicity classification
  2. Age regression

utk-age-and-ethnicity's People

Contributors

leoiania avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.