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

variables and you want the

-order polynomial transform, there are quick algorithms to generate these terms. As you can see, the number of terms rises very quickly. In this example you have done much worse than tripling. In general, for the

-order polynomial transform with

variables, the number of terms is
Quote:
Originally Posted by Daniel
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
|