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…

Read more...

Building a Facial Recognition Pipeline with Deep Learning in Tensorflow

In my last tutorial , you learned about convolutional neural networks and the theory behind them. In this tutorial, you’ll learn how to use a convolutional neural network to perform facial recognition using Tensorflow, Dlib, and Docker. Overview Introduction to Facial Recognition Preprocessing Images using Facial Detection and Alignment Generating Facial Embeddings in Tensorflow Training an…

Read more...

Deep Learning CNN’s in Tensorflow with GPU’s

In my last tutorial, you created a complex convolutional neural network from a pre-trained inception v3 model. In this tutorial, you’ll learn the architecture of a convolutional neural network (CNN), how to create a CNN in Tensorflow, and provide predictions on labels of images. Finally, you’ll learn how to run the model on a GPU…

Read more...

Keras Inception V3 on Google Compute Engine

Inception V3 architecture Inception, a model developed by Google is a deep CNN. Against the ImageNet dataset (a common dataset for measuring image recognition performance) it performed top-5 error 3.47%. In this tutorial, you’ll use the pre-trained Inception model to provide predictions on images uploaded to a web server. Demo You’ll use: Keras for image prediction running…

Read more...
:)