Blog

Exploring BigQuery Cohort Analysis

Learn how to perform cohort analysis in BigQuery to understand user behavior and engagement over time. Discover the benefits of using BigQuery for cohort analysis and advanced techniques for analyzing user cohorts.

How to Find and Match Data in BigQuery

Learn how to effectively find and match data in BigQuery using SQL functions, joins, window functions, and user-defined functions. Explore key concepts and practical examples for efficient data matching.

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.