Pattern Recognition and Machine Learning

(Jeff_L) #1
6.3. Radial Basis Function Networks 301

−1 −0.5 0 0.5 1

0

0.2

0.4

0.6

0.8

1

−1 −0.5 0 0.5 1

0

0.2

0.4

0.6

0.8

1

Figure 6.2 Plot of a set of Gaussian basis functions on the left, together with the corresponding normalized
basis functions on the right.


One of the simplest ways of choosing basis function centres is to use a randomly
chosen subset of the data points. A more systematic approach is calledorthogonal
least squares(Chenet al., 1991). This is a sequential selection process in which at
each step the next data point to be chosen as a basis function centre corresponds to
the one that gives the greatest reduction in the sum-of-squares error. Values for the
expansion coefficients are determined as part of the algorithm. Clustering algorithms
Section 9.1 such asK-means have also been used, which give a set of basis function centres that
no longer coincide with training data points.


6.3.1 Nadaraya-Watson model


In Section 3.3.3, we saw that the prediction of a linear regression model for a
new inputxtakes the form of a linear combination of the training set target values
with coefficients given by the ‘equivalent kernel’ (3.62) where the equivalent kernel
satisfies the summation constraint (3.64).
We can motivate the kernel regression model (3.61) from a different perspective,
starting with kernel density estimation. Suppose we have a training set{xn,tn}and
Section 2.5.1 we use a Parzen density estimator to model the joint distributionp(x,t), so that


p(x,t)=

1

N

∑N

n=1

f(x−xn,t−tn) (6.42)

wheref(x,t)is the component density function, and there is one such component
centred on each data point. We now find an expression for the regression function
y(x), corresponding to the conditional average of the target variable conditioned on
Free download pdf