![]() |
Question 14 - bias term
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). 2) in the RBF notes it's mentioned in the footnote on page 27 that the bias = mean(y). I implemented both and get different values for the bias as well as for Eout. I was wondering if anyone had tried both methods and come up with consistent values (i.e., I have a bug that I haven't managed to find despite looking hard and long) or if there is a reason to pick one method over the other.:clueless: Also while I'm at it, shouldn't the last line of the footnote only refer to w since the centers are chosen in an unsupervised way? |
Re: Question 15 - bias term
TTT (To The Top) Useful to know :)
|
Re: Question 15 - bias term
What is the bias term in a linear regression? Aren't they solved as the pseudo inverse: inv(x'*x)*x'*y?
|
Re: Question 15 - bias term
|
All times are GMT -7. The time now is 12:07 PM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
The contents of this forum are to be used ONLY by readers of the Learning From Data book by Yaser S. Abu-Mostafa, Malik Magdon-Ismail, and Hsuan-Tien Lin, and participants in the Learning From Data MOOC by Yaser S. Abu-Mostafa. No part of these contents is to be communicated or made accessible to ANY other person or entity.