https://github.com/mozturan/imageclassification_hybridmodels
IMAGE CLASSIFICATION w/ hybrid classification algorithms
https://github.com/mozturan/imageclassification_hybridmodels
adaboost colab-notebook computer-vision deep-learning image-classification ipynb-jupyter-notebook knn machine-learning neural-networks pca satelite-images svm
Last synced: 4 months ago
JSON representation
IMAGE CLASSIFICATION w/ hybrid classification algorithms
- Host: GitHub
- URL: https://github.com/mozturan/imageclassification_hybridmodels
- Owner: mozturan
- Created: 2023-03-15T17:52:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T19:42:01.000Z (over 2 years ago)
- Last Synced: 2025-01-12T17:09:16.134Z (over 1 year ago)
- Topics: adaboost, colab-notebook, computer-vision, deep-learning, image-classification, ipynb-jupyter-notebook, knn, machine-learning, neural-networks, pca, satelite-images, svm
- Language: Jupyter Notebook
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.

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.

## **Training and validation loss and accuracy rate of deep network.**

