To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

General regression neural network

From Wikipedia, the free encyclopedia

Generalized regression neural network (GRNN) is a variation to radial basis neural networks. 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 dynamical systems.

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

YouTube Encyclopedic

  • 1/3
    Views:
    22 958
    22 168
    10 908
  • Radial Basis Function Artificial Neural Networks
  • Machine learning - Neural networks
  • Whiteboard Wednesdays - Understanding the Computational Activity Behind Neural Networks

Transcription

Mathematical representation

where:

  • is the prediction value of input
  • is the activation weight for the pattern layer neuron at
  • is the Radial basis function kernel (Gaussian kernel) as formulated below.

Gaussian Kernel

where is the squared euclidean distance between the training samples and the input

Implementation

GRNN has been implemented in many computer languages including MATLAB,[3] R- programming language, Python (programming language) and Node.js.

Neural networks (specifically Multi-layer Perceptron) can delineate non-linear patterns in data by combining with generalized linear models by considering distribution of outcomes (sightly different from original GRNN). There have been several successful developments, including Poisson regression, ordinal logistic regression, quantile regression and multinomial logistic regression that described by Fallah in 2009. [4]

Advantages and disadvantages

Similar to RBFNN, GRNN has the following advantages:

  • Single-pass learning so no backpropagation is required.
  • High accuracy in the estimation since it uses Gaussian functions.
  • It can handle noises in the inputs.
  • It requires relatively few data to train.

The main disadvantages of GRNN are:

  • Its size can be huge, which would make it computationally expensive.
  • There is no optimal method to improve it.

References

  1. ^ Specht, D. F. (1991-11-01). "A general regression neural network". IEEE Transactions on Neural Networks. 2 (6): 568–576. doi:10.1109/72.97934. PMID 18282872. S2CID 6266210.
  2. ^ https://minds.wisconsin.edu/bitstream/handle/1793/7779/ch2.pdf?sequence=14[bare URL PDF]
  3. ^ "Generalized Regression Neural Networks - MATLAB & Simulink - MathWorks Australia".
  4. ^ Fallah, Nader; Gu, Hong; Mohammad, Kazem; Seyyedsalehi, Seyyed Ali; Nourijelyani, Keramat; Eshraghian, Mohammad Reza (2009). "Nonlinear Poisson regression using neural networks: A simulation study". Neural Computing and Applications. 18 (8): 939–943. doi:10.1007/s00521-009-0277-8. S2CID 18980875.
This page was last edited on 18 May 2023, at 14:35
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.