![]() |
#1
|
|||
|
|||
![]()
I'm curious about using polynomial regression with multiple features. I understand how to use polynomial hypotheses with univariate regression, but I'm unsure how to extend this to multiple features. Let's say I want to use a cubic polynomial. Do I introduce three terms in the hypothesis for each feature x^1 and x^2 and x^3 ?? So in effect, I'm tripling the number of features (or terms in the hypothesis equation)?
Thank you. Daniel |
#2
|
||||
|
||||
![]()
You can certainly implement your suggestion, but it is technically not the 3rd order polynomial transform, although it is a form of polynomial transform. You would introduce every term that is at most 3rd order to get the full 3rd order polynomial transform. Here are those terms:
![]() ![]() ![]() ![]() If you have ![]() ![]() ![]() ![]() ![]() Quote:
__________________
Have faith in probability |
#3
|
|||
|
|||
![]()
Dear Dr. Magdon,
Thank you so much for the informative reply. Of course, your solution makes perfect sense. It just wasn't obvious to me. I shall experiment with this. Cheers, Daniel |
![]() |
Thread Tools | |
Display Modes | |
|
|