Quote:
Originally Posted by ladybird2012
For Question 15 we implement the RBF model, and there is a bias term to be calculated. It seems to me that there are two ways of going about this:
1) use a similar logic to what we had for linear regression. This seems to be what is suggested on slide 15 of lecture 16 (RBF network slide).
|
This is the correct way. Treat

as you treated

in linear regression. The only reason it's called

here is not to conflict with the SVM kernel version.