Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 659 Bytes

HSI Classification

Classifying hyperspectral imagery is a pixel-wise task. In this repository, I present a collection of traditional algorithms and deep learning methods for hyperspectral imagery classification.

For detailed information on each method, please refer to the corresponding readme file.


Traditional machine learning-based methods

  • KNN (K-Nearest Neighbors)
  • SVM (Support Vector Machine)

Deep learning-based methods

  • 1D-CNN (One-Dimensional Convolutional Neural Network)
  • 2D-CNN (Two-Dimensional Convolutional Neural Network)
  • 3D-CNN (Three-Dimensional Convolutional Neural Network)