demrbf1
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.
demmlp1
, rbf
, rbffwd
, gmm
, gmmem
Copyright (c) Ian T Nabney (1996-9)