Jump to content

General regression neural network

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ahmadjordan (talk | contribs) at 00:46, 23 March 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Generalized regression neural network (GRNN) is a variation to radial basis neural networks (RBFNN). GRNN was suggested by D.F. Specht in 1991.[1].

GRNN can be used for regression, prediction, and classification. GRNN can also be a good solution for online dynamic systems.

GRNN represents an improved technique in the neural networks based on the non-paramertic regression. The basic idea is that every training sample will represents a mean to a radial basis neuron[2].

Mathematical represntion of the GRNN[3]:



where is the prediction value of input .



where is the distance between the training samples and the input .

GRNN has been implemented in many software including Matlab and R- programming language.

References

  1. ^ "A general regression neural network - IEEE Xplore Document". Ieeexplore.ieee.org. 2002-08-06. Retrieved 2017-03-13.
  2. ^ https://minds.wisconsin.edu/bitstream/handle/1793/7779/ch2.pdf?sequence=14
  3. ^ https://minds.wisconsin.edu/bitstream/handle/1793/7779/ch2.pdf?sequence=14