Skip to content

guaaaaa/Intel_image_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel_image_classification

This project aims to classify natural scenes into six categories by applying Convolutional Neural Network (CNN), transfer learning, and experiment tracking. The dataset used is the Intel Image Classification dataset, which includes 25k+ images of various types of landscapes and environments.

Features

  • Data Preprocessing: Includes resizing, normalization, and data augmentation to improve model performance.

  • CNN Architecture: Applies transfering on the pretrained model, ResNet18.

  • Experiment Tracking: Using TensorBoard to track training loss and accuracy.

Dataset

The dataset is sourced from Intel Image Classification Dataset. It contains the following categories:

  • Buildings
  • Forest
  • Glacier
  • Mountain
  • Sea
  • Street

Results:

  • Accuracy: Achieved an accuracy of 90% on the test set after 5 training epochs (Only trained for 5 epochs due to hardware limitations).

  • Loss and accuracy plot:

    Screenshot 2024-11-26 at 13 36 58 Screenshot 2024-11-26 at 13 37 16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors