General Regression Neural Network

General Regression Neural Network is a variant of radial basis function neural network and used for nonlinear function approximation
149 Downloads
Updated 18 Jun 2022

General-Regression-Neural-Network

General Regression Neural Network is a variant of radial basis function neural network and a powerful tool for nonlinear function approximation. GRNN was developed by Specht (1991) based on idea that each training observation is assigned a neuron in the first hidden layer called pattern layer [22]. Compared to RBFNN, GRNN has one additional hidden layer called summation layer. There are no input weights connecting the input layer nodes to the pattern layer neurons. The traditional GRNN assumes that the pattern layer can have as many neurons as the given number of training examples. The pattern layer neurons use radial basis function (RBF) as activation function, thus these neurons are called radial basis neurons. The first training observation is selected as the center of the first radial basis neuron, the second training observation is the center of the second radial basis neuron and so on. All the radial basis neurons have the same width or spread.

image View General Regression Neural Network on File Exchange

Cite As

Seshu Kumar Damarla (2024). General Regression Neural Network (https://github.com/seshu-damarla/General-Regression-Neural-Network/releases/tag/v1.1.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2022a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.