MLFS 3: Building a Linear Regression Model from Scratch
Thus far, we have been working exclusively with classification problems. Linear regression models the relationship between a single, continuous-valued target and some number of features. While we can find a closed-form solution, some familiar optimization methods are often useful.