cat-and-dog-classifier
There are 7 repositories under cat-and-dog-classifier topic.
Akash1070/freecodecamp-Machine-Learning-with-Python
machine learning using python & tensorflow
LiaoSteve/CNN_Cat-and-Dog-Classifier
Train a classifier to identify the dog and the cat.
AksharGoyal/cat-and-dog-image-classifier
Used Machine Learning and Neural Networking to create a classifier to classify images as cats and dogs
nazli-d/Binary-Classification-Using-CNN
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.
efthimisfytsilis/freeCodeCamp
Machine Learning with Python solutions
phamvoquoclong/Cat-And-Dog
Using SeparableConv2D, BatchNormalization, GlobalAveragePooling2D, and data augmentation to build a classifier whose accuracy is 0.96.
SiadeLucas/AI-CNN-Dogs-or-Cats
A CNN trained to distinguish between images of dogs and cats.