You are on page 1of 1

Homework

In the data file generalization.dat we have the record of errors produced by an


adaptive system. Here is the history of errors:
20
15

(n)
y%
10
5
0

50

100

150

The file also includes information about the input at each trial and the output
produced by the adaptive system. The objective is to estimate a generalization
function that can explain this data.
The inputs are integers that take one of 11 values. We can represent yhat and
k as a 11x1 vectors and B as a 11x11 matrix. Estimate the B matrix.

You might also like