Can view polynomial regression network style:
h(x1,x2) = a x12 + b x1 x2 + c x22 + d x1 + e x2 + f
``Training'' involves picking the coefficients (weights) a through f to make the input set match the training data.