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.