Skip to content

kinhei/Image_Classification_Competition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ML Image Classification Class Competition

πŸ† 1st Place (1/125) in a class competition for image classification using machine learning techniques, achieving an impressive accuracy of 79.4% on Kaggle without relying on neural networks.

πŸš€ Goal

The goal of this competition was to develop an effective image classifier using traditional machine learning methods to classify images with high accuracy.

πŸ› οΈ Tools and Technologies

This project was implemented using:

  • Python:
    • Pandas: For data manipulation and preprocessing.
    • Scikit-Learn: To implement classifiers and optimize hyperparameters.
    • NumPy: For numerical computations.
    • StandardScaler: For feature scaling.
    • Matplotlib: For visualizing data and results.
    • ...

🌟 Approach

  • Explored multiple classifiers:
    • K-Nearest Neighbors (KNN)
    • Logistic Regression
    • Support Vector Machines (SVM)
  • Optimized hyperparameters using grid search and cross-validation techniques.
  • Applied robust data preprocessing methods:
    • Data Augmentation: To increase dataset diversity.
    • Feature Extraction: To identify relevant patterns in the images.

🎯 Outcome

Achieved a remarkable accuracy of 79.4% on Kaggle, outperforming other participants without using neural networks. The classifier demonstrated strong generalization capabilities, securing the 1st place in the competition.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •