Skip to content
#

cats-vs-dogs

Here are 77 public repositories matching this topic...

This is my first nice machine learning model, This model gave a 97.85% accuracy in classifying between Cats and Dogs. I made it using a pre-trained base model MobileNet V2 , and after that i added a global average pooling and then a dense layer for categorization between two classes ( cats and dogs) , i used only one dense neuron in last layer e…

  • Updated Jul 27, 2020
  • Jupyter Notebook

Find App Link below. This project involves using CNNs to predict facial landmarks on images of cat faces. It utilizes Python, OpenCV, TensorFlow, and Keras libraries for image processing, modeling, and training. The ResNet50 architecture is employed as the base model, augmented with dense layers for facial landmark prediction

  • Updated Aug 15, 2023
  • Jupyter Notebook

This repository contains an ipython notebook which implements a Convolutional Neural Network to do a binary image classification. I used this to classify Cats vs Dogs and you can get the dataset from here https://www.kaggle.com/c/dogs-vs-cats/data . (This model trains with thousands of input images so be patient.)

  • Updated Jan 11, 2018
  • Python

Improve this page

Add a description, image, and links to the cats-vs-dogs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cats-vs-dogs topic, visit your repo's landing page and select "manage topics."

Learn more