• Tutorials
  • DSA
  • Data Science
  • Web Tech
  • Courses
June 23, 2022 |14.4K Views

Polynomial Regression Algorithm | Machine Learning

  Share  2 Likes
Description
Discussion

In this video, we are going to see the intuition behind the Polynomial regression and going to implement it with python programming Language.

Polynomial regression is a form of linear regression. It is the relationship between the independent variable x and the dependent variable y is handled as an nth degree polynomial in polynomial regression and Polynomial regression fits a nonlinear relationship between the value of x and the corresponding conditional mean of y, denoted E(y |x)

Simple linear regression has only one x and one y variable whereas multiple linear regression has one y and two or more x variables.

Polynomial regression: https://www.geeksforgeeks.org/python-implementation-of-polynomial-regression/