deeplearning

Training with the cats vs. dogs dataset

Revisiting the famous Kaggle Dogs v Cats dataset: https://www.kaggle.com/c/dogs-vs-cats.

This was originally a challenge in building a classifier aimed at the world’s best Machine Learning and AI Practitioners, but the technology has advanced so quickly, you’ll see how you can do it in just a few minutes with some simple Convolutional Neural Network programming.

Labeling Job

TF allows easy labeling for iamges by organizing the pictures into the folders.

‘ImageDataGenerator’ in TF is the one often used to generate labels by how the pictures are organized.

Training

Validation

Model Architecture

Model summary

Model fitting

Notebook