Skip to content

pngo1997/Convolutional-Neural-Network-Intel-Image-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† Intel Image Classification with CNNs

πŸ“œ Overview

This project focuses on experimenting with Convolutional Neural Networks (CNNs) to classify images from the Intel Image Classification dataset. The dataset consists of 17,000 color images (150x150 pixels) across 6 categories:

  • 🏒 Buildings
  • 🌲 Forest
  • ❄️ Glacier
  • ⛰️ Mountain
  • 🌊 Sea
  • πŸ™οΈ Street

πŸ“Œ Goals:

  1. Train a CNN from scratch to classify images.
  2. Experiment with different model architectures and hyperparameters.

πŸ—οΈ Model Development & Hyperparameter Tuning

βœ… Data Augmentation is permitted.

Model Hyperparameters to Experiment With

  • Convolutional Layers:
    • πŸ—οΈ Number of layers
    • πŸŽ›οΈ Filter size (e.g., 3x3, 5x5, 7x7)
    • πŸ” Number of filters
  • Fully Connected Layers:
    • πŸ’‘ Number and size of layers
  • Regularization Techniques:
    • πŸ”„ Dropout layers & percentages
    • πŸ“ L1/L2 Regularization
    • πŸ“Š Batch Normalization

Training Hyperparameters

  • 🎯 Learning rate
  • 🎭 Regularization method
  • 🎲 Dropout percentage
  • πŸ“¦ Mini-batch size

πŸ“Œ Goal: Experiment with different configurations and analyze their impact on model performance.

πŸ“Š 3️⃣ Model Evaluation

  • Loss Function: categorical_crossentropy
  • Evaluation Metric: log_loss (log likelihood)

Other Performance Considerations

βœ… Model Complexity (Fewer parameters = faster inference)
βœ… Computational Efficiency (Training time & memory usage)
βœ… Learning Stability (Smooth convergence vs. overfitting)

πŸ“Œ Summary

βœ… Built a CNN from scratch for Intel Image Classification.

βœ… Experimented with different model architectures & hyperparameters.

About

Experiments with Convolutional Neural Networks (CNNs) to classify images from the Intel Image Classification dataset.

Topics

Resources

Stars

Watchers

Forks