Skip to content

9Xxi8Q4f/ImageClassification_hybridModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

IMAGE CLASSIFICATION w/ hybrid classification algorithms

Satellite image classification on different ml algorithms.

RSI-CB256 dataset, which contains sensor images of four different classes, was used to test different hybrid classification algorithms. Since the images have two different resolutions, 224x224 and 64x64, all images were resized and converted to 224x224.

Screenshot from 2024-02-15 22-27-53

The architecture of the hybrid models was created as "CNN + classical ML models" and the CNN architecture was provided from the VGG16 architecture. A backbone created using transfer learning technique with CNN (VGG16) and ImageNet was then given to the fully connected layer and classification was made with neural networks. The outputs of the CNN layers were drawn and given to KNN, Logistic Regression, SVM, RF, AdaBoost classifiers, and the performance comparison of the classification of CNN outputs was made.

Screenshot from 2024-02-15 22-32-01

Training and validation loss and accuracy rate of deep network.

Screenshot from 2024-02-15 22-40-02

Screenshot from 2024-02-15 22-41-44