Git Product home page Git Product logo

zjplearn / hyperspectral_image_analysis_simplified Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syamkakarla98/hyperspectral_image_analysis_simplified

0.0 0.0 0.0 36.6 MB

The repository contains the implementation of different machine learning techniques such as classification and clustering on Hyperspectral and Satellite Imagery.

License: GNU General Public License v3.0

Jupyter Notebook 100.00%

hyperspectral_image_analysis_simplified's Introduction

Hyper Spectral Image(HSI) Analysis Simplified

Python Stars Forks issued License

The repository contains the implementation of different machine learning techniques on Hyperspectral Images.

1. Basics - This notebook fatures:

  • Introduction
  • Downloading HSI
  • Reading the hyperspecral image.
  • Visualizing the bands of the hyperspectral image.
  • Visualizing ground truth of the image.
  • Extracting pixels of the hyperspectral image.
  • Visualizing spectral signatures of the hyperspectral image.

2. Data Analysis - This notebook fatures data anlysis of the indian pines hyperspectral image:

  • Visualizing pixels of the hyperspectral image.
  • Bar plot w.r.t class labels of the hyperspectral image.
  • Box Plot w.r.t the class labels and bands of hyperspecral image.
  • Distribution Plot w.r.t the bands of hyperspecral image.

3.Exploratory Data Analysis (EDA) on Satellite Imagery Using EarthPy

4.Dimensionality Reduction

  • Check this article entitled Dimensionality Reduction in Hyperspectral Images using Python and code.

  • PCA + SVM - This notebook implements the following machine learning techniques on the indian pines dataset.

    • Dimensionality Rreduction: The principal component analysis(PCA) is used to reduce the dimensions of the dataset.
    • Classifier: The support vector machine(SVM) classifier is used to classsify the pixels of the HSI with classification report and the confusion matrix, classification map of the classifier is visualized.
  • Kernel PCA + SVM - This notebook implements the following machine learning techniques on the indian pines dataset.

    • Dimensionality Rreduction: The Kernel principal component analysis(PCA) with 'rbf kernel' is used to reduce the dimensionality of the dataset.
    • Classifier: The support vector machine(SVM) classifier is used to classsify the pixels of the HSI with classification report and the confusion matrix, classification map of the classifier is visualized.

Do give a star if you like the repository.

hyperspectral_image_analysis_simplified's People

Contributors

syamkakarla98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.