Skip to content

Honsei901/podargus-strigoides-pj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vechicle Image Classification Model

This project involces building a model to classify image of cars and motorcycles. The loss function used is Adam. During training, the accuracy starts to drop, likely due to overfitting caused by insufficient data. To address this issue, transfer learning using a pre-trained VGG16 model is introduced to improve the model's performace.

Technologies Used

  • TensorFlow / Keras
  • Python 3.9.16
  • CNN

Objective

The goal is to build a model capable of classifying two types of images: cars and motorcycles.

Structure

  1. Initial Model Construction
    A CNN is used to build the image classification model, with Adam as the loss function.

  2. Identified Problem
    The model initially achieves reasonable accuracy, but performace starts to degrade during training. This is likely due to overfitting caused by the small dataset.

  3. Solution
    Transfer learning with a pre-trained VGG16 model is introduced. By leveraging weights trained on a large dataset, the model can maintain higher accuracy even with a smaller dataset.

About

A basic study on CNNs aimed at image classification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages