Reader small image

You're reading from  Automated Machine Learning with AutoKeras

Product typeBook
Published inMay 2021
Reading LevelBeginner
PublisherPackt
ISBN-139781800567641
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Luis Sobrecueva
Luis Sobrecueva
author image
Luis Sobrecueva

Luis Sobrecueva is a senior software engineer and ML/DL practitioner currently working at Cabify. He has been a contributor to the OpenAI project as well as one of the contributors to the AutoKeras project.
Read more about Luis Sobrecueva

Right arrow

Creating an image regressor to find out the age of people

In this section, we will create a model that will find out the age of a person from an image of their face. For this, we will train the model with a dataset of faces extracted from images of celebrities in Internet Movie Database (IMDb).

As we want to approximate the age, we will use an image regressor for this task.

In the next screenshot, you can see some samples taken from this dataset of celebrity faces:

Figure 4.12 – A few image samples from IMDb faces dataset

Figure 4.12 – A few image samples from IMDb faces dataset

This notebook with the complete source code can be found here: https://github.com/PacktPublishing/Automated-Machine-Learning-with-AutoKeras/blob/main/Chapter04/Chapter4_CelebrityAgeDetector.ipynb.

We will now explain the relevant code cells of the notebook in detail, as follows:

  • Installing AutoKeras: As with the previous example, the first code cell at the top of the notebook is responsible for installing AutoKeras...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Automated Machine Learning with AutoKeras
Published in: May 2021Publisher: PacktISBN-13: 9781800567641

Author (1)

author image
Luis Sobrecueva

Luis Sobrecueva is a senior software engineer and ML/DL practitioner currently working at Cabify. He has been a contributor to the OpenAI project as well as one of the contributors to the AutoKeras project.
Read more about Luis Sobrecueva