![]() |
#1
|
|||
|
|||
![]()
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. ![]() 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? |
#2
|
||||
|
||||
![]() Quote:
![]() ![]() ![]()
__________________
Where everyone thinks alike, no one thinks very much |
#3
|
|||
|
|||
![]()
TTT (To The Top) Useful to know
![]() |
#4
|
|||
|
|||
![]()
What is the bias term in a linear regression? Aren't they solved as the pseudo inverse: inv(x'*x)*x'*y?
|
#5
|
||||
|
||||
![]() Quote:
![]() ![]() ![]()
__________________
Where everyone thinks alike, no one thinks very much |
![]() |
Thread Tools | |
Display Modes | |
|
|