machine learning using python & tensorflow
-
Updated
Oct 4, 2022 - Jupyter Notebook
machine learning using python & tensorflow
Train a classifier to identify the dog and the cat.
This project utilizes a CNN model to classify cat and dog images through training and testing processes. The model is created using the Keras library on the TensorFlow backend.
Used Machine Learning and Neural Networking to create a classifier to classify images as cats and dogs
A CNN trained to distinguish between images of dogs and cats.
Machine Learning with Python solutions
Using SeparableConv2D, BatchNormalization, GlobalAveragePooling2D, and data augmentation to build a classifier whose accuracy is 0.96.
Add a description, image, and links to the cat-and-dog-classifier topic page so that developers can more easily learn about it.
To associate your repository with the cat-and-dog-classifier topic, visit your repo's landing page and select "manage topics."