All Projects → YonghaoXu → Ssun

YonghaoXu / Ssun

Licence: mit
Spectral-Spatial Unified Networks for Hyperspectral Image Classification

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ssun

Phenofit
R package: A state-of-the-art Vegetation Phenology extraction package, phenofit
Stars: ✭ 31 (-29.55%)
Mutual labels:  remote-sensing
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+2122.73%)
Mutual labels:  lstm
Dmnet
Official implementation for DMNet: Density map guided object detection in aerial image (CVPR 2020 EarthVision workshop)
Stars: ✭ 40 (-9.09%)
Mutual labels:  remote-sensing
Lstmvis
Visualization Toolbox for Long Short Term Memory networks (LSTMs)
Stars: ✭ 959 (+2079.55%)
Mutual labels:  lstm
Tensorflow Sentiment Analysis On Amazon Reviews Data
Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on Python 3. A sentiment analysis project.
Stars: ✭ 34 (-22.73%)
Mutual labels:  lstm
Keras basic
keras를 이용한 딥러닝 기초 학습
Stars: ✭ 39 (-11.36%)
Mutual labels:  lstm
Pyint
Python&GAMMA based interfermetry toolbox for single or time-series of InSAR data processing.
Stars: ✭ 30 (-31.82%)
Mutual labels:  remote-sensing
Avsr Deep Speech
Google Summer of Code 2017 Project: Development of Speech Recognition Module for Red Hen Lab
Stars: ✭ 43 (-2.27%)
Mutual labels:  lstm
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-22.73%)
Mutual labels:  lstm
Char Rnn Keras
TensorFlow implementation of multi-layer recurrent neural networks for training and sampling from texts
Stars: ✭ 40 (-9.09%)
Mutual labels:  lstm
Pymasker
generate masks from Landsat and MODIS land product QA band
Stars: ✭ 31 (-29.55%)
Mutual labels:  remote-sensing
Pytesmo
python Toolbox for the Evaluation of Soil Moisture Observations
Stars: ✭ 33 (-25%)
Mutual labels:  remote-sensing
Rnn Stocks Prediction
Another attempt to use Deep-Learning in the financial markets
Stars: ✭ 39 (-11.36%)
Mutual labels:  lstm
Rnn Theano
使用Theano实现的一些RNN代码,包括最基本的RNN,LSTM,以及部分Attention模型,如论文MLSTM等
Stars: ✭ 31 (-29.55%)
Mutual labels:  lstm
Deeptranslit
Efficient and easy to use transliteration for Indian languages
Stars: ✭ 41 (-6.82%)
Mutual labels:  lstm
Qa Rankit
QA - Answer Selection (Rank candidate answers for a given question)
Stars: ✭ 30 (-31.82%)
Mutual labels:  lstm
Language Modelling
Generating Text using Deep Learning in Python - LSTM, RNN, Keras
Stars: ✭ 38 (-13.64%)
Mutual labels:  lstm
Pytorchtext
1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)
Stars: ✭ 1,022 (+2222.73%)
Mutual labels:  lstm
Sangita
A Natural Language Toolkit for Indian Languages
Stars: ✭ 43 (-2.27%)
Mutual labels:  lstm
Freenet
FPGA: Fast Patch-Free Global Learning Framework for Fully End-to-End Hyperspectral Image Classification (TGRS 2020) https://ieeexplore.ieee.org/document/9007624
Stars: ✭ 40 (-9.09%)
Mutual labels:  remote-sensing

Spectral-Spatial Unified Networks for Hyperspectral Image Classification

Keras implementation of our method for hyperspectral image classification.

Paper

Spectral–Spatial Unified Networks for Hyperspectral Image Classification

Please cite our papers if you find it useful for your research.

@article{ssun,
  author={Y. Xu and L. Zhang and B. Du and F. Zhang},
  journal={IEEE Trans. Geos. Remote Sens.},
  title={Spectral-Spatial Unified Networks for Hyperspectral Image Classification},
  year={2018},
  volume={56},
  number={10},
  pages={5893-5909},
  ISSN={0196-2892},
  month={Oct}
}

@inproceedings{bglstm,
  title={A Band Grouping Based LSTM Algorithm for Hyperspectral Image Classification},
  author={Y. Xu and B. Du and L. Zhang and F. Zhang},
  booktitle={CCF Chinese Conference on Computer Vision},
  pages={421--432},
  year={2017},
  organization={Springer}
}

Installation

git clone https://github.com/YonghaoXu/SSUN

Dataset

Usage

  • Replace the file path for the hyperspectral data in HyperFunctions.py with yours.
  • Run SSUN.py.
  • Change the s1s2 index in SSUN.py to switch from different grouping strategies.
    • Left: Strategy 1 s1s2 = 1
    • Right: Strategy 2 s1s2 = 2

Note

  • 12/2019: Update the code with the Tensorflow backend engine.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].