Skip to content

Latest commit

 

History

History

polreg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Polynomial Regression Example

Here, a polynomial regression model approximates $f(x) = \sin(2 \pi x)$ by fitting a polynomial of degree 3.

I found this example in Christopher M. Bishop's book "Deep Learning: Foundations and Concepts".