1 00:00:00,000 --> 00:00:04,350 [MUSIC] 2 00:00:04,350 --> 00:00:06,022 So that's multiple regression. 3 00:00:06,022 --> 00:00:10,768 And as you've seen, we've talked about what we said was the most widely used 4 00:00:10,768 --> 00:00:14,785 machine learning tool out there, along with the most widely used 5 00:00:14,785 --> 00:00:18,550 algorithmic tool, this gradient descent algorithm. 6 00:00:18,550 --> 00:00:22,120 So this was a really, really important module that we've just covered. 7 00:00:22,120 --> 00:00:26,550 And now that you've worked through this module, what you're able to do is 8 00:00:26,550 --> 00:00:30,810 describe linear regression when you have multiple features of just a single input, 9 00:00:30,810 --> 00:00:33,400 when you're talking about polynomial regression. 10 00:00:33,400 --> 00:00:38,250 Or things like modeling seasonality and time series, but we also talked about how 11 00:00:38,250 --> 00:00:42,970 to handle multiple different inputs, and features of these different inputs. 12 00:00:42,970 --> 00:00:47,670 And all of these models fall in the context of multiple regression. 13 00:00:47,670 --> 00:00:51,250 And for this multiple linear regression model we talked about how to fit 14 00:00:51,250 --> 00:00:57,080 the model, using both a closed form solution as well as gradient descent. 15 00:00:57,080 --> 00:01:01,475 And we also talked about how we can interpret the coefficients of some cases 16 00:01:01,475 --> 00:01:05,607 of this multiple regression model as well as using it for prediction. 17 00:01:07,349 --> 00:01:11,519 [MUSIC]