Re: Failed to find the bias term for Q15
b should be found along with the other weight vectors - using pseudo inverse.
This will be similar to how we did in linear regression. Add a column in the phi matrix with all 1's - and if you solve for w, you will get b.
|