|
2.5 Feedforward and Radial Basis Function Networks
This section describes feedforward and radial basis function networks, both of which are useful for function approximation. Mathematically, these networks may be viewed as parametric functions, and their training constituting a parameter estimation or fitting process. The Neural Networks package provides a common built-in function, NeuralFit, for training these networks.
|