Daniel@0: Daniel@0:
Daniel@0:Daniel@0: demrbf1Daniel@0: Daniel@0: Daniel@0:
x
and one target variable
Daniel@0: t
with data generated by sampling x
at equal intervals and then
Daniel@0: generating target data by computing sin(2*pi*x)
and adding Gaussian
Daniel@0: noise. This data is the same as that used in demmlp1.
Daniel@0:
Daniel@0: Three different RBF networks (with different activation functions) Daniel@0: are trained in two stages. First, a Gaussian mixture model is trained using Daniel@0: the EM algorithm, and the centres of this model are used to set the centres Daniel@0: of the RBF. Second, the output weights (and biases) are determined using the Daniel@0: pseudo-inverse of the design matrix. Daniel@0: Daniel@0:
demmlp1
, rbf
, rbffwd
, gmm
, gmmem
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: