Generalized-regression-neural-networks-library-from-scratch
Generalized-regression-neural-networks-library-from-scratch copied to clipboard
Application of GRNN on images
I want to apply GRNN for pixel classification in Hyperspectral image. Suppose I have taken a single band of image and divided it into patches and the label for each patch is the label of center pixel of the corresponding patch. Now X are my image patches and Y are the labels. Can you please suggest me how to apply your GRNN model for Hyperspectral image classification.