How to build an age and gender multi-task predictor with deep learning in TensorFlow
Source: https://www.governmentciomedia.com/ai-takes-face-recognition-new-frontiers In my last tutorial, you learned about how to combine a convolutional neural network and Long short-term memory (LTSM) to create captions given an image. In this tutorial, you’ll learn how to build and train a multi-task machine learning model to predict the age and gender of a subject in an image. Overview…