Tutorial
Neural Architecture Search Part 2: Search Space, Architecture Design and One-Shot Training
This tutorial covers a step-by-step walkthrough of coding neural architecture search for multilayer perceptrons in Python with Keras.
Using PoseNet To Create a Snapchat-Like Eye Filter for Android
Although PoseNet is most commonly applied to human pose estimation, in this tutorial we'll see how it can be used to make an eye filter for Android apps.
Implementing The Levenshtein Distance for Word Autocompletion and Autocorrection
This tutorial works through a step-by-step example of how to implement the Levenshtein distance in Python for word autocorrection and autocompletion.
Understanding GauGAN Part 4: Debugging Training & Deciding If GauGAN Is Right For You
In this post we cover how to tackle common training issues that may arise with GauGAN. We conclude with advice on whether GauGAN will fit your business needs or not.