A practical guide on using transfer learning for binary classification tasks using TensorFlow
-
Updated
Jun 4, 2023 - Jupyter Notebook
A practical guide on using transfer learning for binary classification tasks using TensorFlow
Trying to create and train a model to classify dogs and cats
Cat or Dog with TensorFlow, first attempt
In this project we are going to train our deep learning model on Kaggle Competition 2013 Dataset so that it is able to identify whether a picture is of a Dog or Cat. We will be using a pretrained model on ImageNet and then add some custom layers for increasing accuracy
Add a description, image, and links to the cats-dogs-classifier topic page so that developers can more easily learn about it.
To associate your repository with the cats-dogs-classifier topic, visit your repo's landing page and select "manage topics."