Skip to content

baselfno/CNN-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Overview

This project builds a Convolutional Neural Network (CNN) to classify images into two classes: cats (0) and dogs (1).
The workflow covers data preprocessing, model training, and evaluation with clear documentation of the architecture and findings.


🎯 Goals

  • Preprocess and explore the dataset.
  • Build and train a CNN classification model.
  • Evaluate using accuracy, precision, recall, F1-score, and a confusion matrix.
  • Record observations under the Findings section.

πŸ“¦ Dataset

Dogs vs. Cats (Kaggle)

  • Content: JPEG images of cats and dogs
  • Labels: 0 β†’ cat, 1 β†’ dog
  • Format: RGB images (will be resized to 128Γ—128)

Download the dataset from Kaggle and organize it as: Kaggle Dataset - Dog vs. Cat


Findings

  • Accuracy: [accuracy: 0.9882 ]
  • Loss: [loss: 0.0430]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published