Blog

Building an image caption generator with Deep Learning in Tensorflow

In my last tutorial, you learned how to create a facial recognition pipeline in Tensorflow with convolutional neural networks. In this tutorial, you’ll learn how a convolutional neural network (CNN) and Long Short Term Memory (LSTM) can be combined to create an image caption generator and generate captions for your own images.

Building Facial Recognition in Tensorflow

Learn how to build a facial recognition pipeline with deep learning in Tensorflow. This tutorial will show you how to preprocess images, train a convolutional neural network model, and generate embeddings for use in clustering and classification tasks.