TensorFlow Tutorial 08 - Classify Lego Star Wars Minifigures | Full Project Walkthrough

New Tutorial series about TensorFlow 2! Learn all the basics you need to get started with this deep learning framework! Part 08: Classify Star Wars Lego Figures | Full Project Walkthrough In this part we use a real image dataset from Kaggle with Lego Star Wars Minifigures and do a full project walkthrough. I show you how to load the data using a tensorflow ImagaDataGenerator and implement a convolutional neural net to do image classification. I also introduce some new concepts like image augmentation and
Back to Top