Course Content
Linear regression for non-linear functions
Linear regression for non-linear functions
Basis visualization
Swipe to show code editor
Complete the visualization code of representing the function ax + b as a linear combination of the functions x and 1. The animation is divided into the following three parts: animation of multiply (1) by b, animation of multiply (x) by k, and animation of addition k(x) and b(1)
Thanks for your feedback!
Swipe to show code editor
Complete the visualization code of representing the function ax + b as a linear combination of the functions x and 1. The animation is divided into the following three parts: animation of multiply (1) by b, animation of multiply (x) by k, and animation of addition k(x) and b(1)