Performance of fuzzy RBFNN using FCM and FSC

Version 1.0.4 (21.5 MB) by sumanta das
This code uses a fuzzy extension of RBFNN using Fuzzy c means clustering and Fuzzy Supervised Classification.
124 Downloads
Updated 14 Oct 2021

View License

Handling mixed pixel is a common problem for both multi as well as hyperspectral satellite data. This code proposes a fuzzy extension of Radial Basis Function Neural Network for classification of satellite data. The proposed method first estimates fuzzy membership values of satellite data using fuzzy-c-means algorithm. Similarly fuzzy supervisedclassification is performed on the same sattelite image using ground truth samples. Then from both FCM and FSC classified data sample selected for RBFNN. The procedure for connecting the FCM and FSC through RBFNN is explained in the title image.
Three experiments are performed with multi and hyperspectral satellite data, namely, Indian Remote Sensing Satellite-1A, LANDSAT-TM (Thematic Mapper) and Airborne Visible Infrared Imaging Spectrometer (AVIRIS) to compare the proposed FCM-RBFNN-FSC with basic FCM and FSC.

Cite As

sumanta das (2024). Performance of fuzzy RBFNN using FCM and FSC (https://www.mathworks.com/matlabcentral/fileexchange/100194-performance-of-fuzzy-rbfnn-using-fcm-and-fsc), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.4

Description Modified

1.0.3

Link corrected of data files

1.0.2

required data file's link added

1.0.1

All the functions are included with required datasets for running the project on RBFNN based on FCM and FSC

1.0.0