demrbf1

Purpose

Demonstrate simple regression using a radial basis function network.

Synopsis

demrbf1

Description

The problem consists of one input variable x and one target variable t with data generated by sampling x at equal intervals and then generating target data by computing sin(2*pi*x) and adding Gaussian noise. This data is the same as that used in demmlp1.

Three different RBF networks (with different activation functions) are trained in two stages. First, a Gaussian mixture model is trained using the EM algorithm, and the centres of this model are used to set the centres of the RBF. Second, the output weights (and biases) are determined using the pseudo-inverse of the design matrix.

See Also

demmlp1, rbf, rbffwd, gmm, gmmem
Pages: Index

Copyright (c) Ian T Nabney (1996-9)