Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/immortal13/SVM-hyperspectral-image-classification

support vector machine (SVM) for hyperspectral image classification
https://github.com/immortal13/SVM-hyperspectral-image-classification

Last synced: 2 days ago
JSON representation

support vector machine (SVM) for hyperspectral image classification

Lists

README

        

# SVM-hyperspectral-image-classification
Support vector machine (SVM) with grid search for hyperspectral image classification

## Setup
`pip install -r requirements.txt`

## Train and test
run the code using:

30 samples for each class

`python main.py --model SVM_grid --dataset IndianPines --training_sample 30`

## Record classification result
![classification accuracy](https://github.com/immortal13/SVM-hyperspectral-image-classification/assets/44193495/ad5ffb6f-8148-4198-9eb7-6ce2c7b68baf)

This code is constructed based on [DeepHyperX](https://github.com/nshaud/DeepHyperX), thanks~💕.