1 00:00:00,000 --> 00:00:04,443 [MUSIC] 2 00:00:04,443 --> 00:00:08,180 Welcome to the regression course of the machine learning specialization. 3 00:00:08,180 --> 00:00:11,810 So, regression is one of the most widely used statistics and 4 00:00:11,810 --> 00:00:14,990 machine learning tools for deriving intelligence from data. 5 00:00:14,990 --> 00:00:19,360 And the methods allow you to do anything from predicting the price of stocks 6 00:00:19,360 --> 00:00:22,070 to understanding gene regulatory networks. 7 00:00:22,070 --> 00:00:24,160 In the first course of this specialization, 8 00:00:24,160 --> 00:00:26,390 we talked about regression at a very high level. 9 00:00:26,390 --> 00:00:28,930 And implemented some of the methods. 10 00:00:28,930 --> 00:00:32,820 But in this course, we're gonna go into a lot more detail. 11 00:00:32,820 --> 00:00:37,820 And really look inside the hood at what are the underlying models and 12 00:00:37,820 --> 00:00:40,830 algorithms that allow us to do this regression task. 13 00:00:42,070 --> 00:00:45,070 This course is a part of the machine learning specialization 14 00:00:45,070 --> 00:00:47,910 that's designed to be taken in a certain sequence. 15 00:00:47,910 --> 00:00:51,660 So although you can take this course as a stand-alone course, 16 00:00:51,660 --> 00:00:55,040 in order to get the experience that we intended, 17 00:00:55,040 --> 00:01:00,370 we strongly encourage you to take the entire sequence of this specialization. 18 00:01:00,370 --> 00:01:02,730 So, in particular we're assuming that you've seen the content from 19 00:01:02,730 --> 00:01:06,290 the foundations course, which provided a very high level overview of 20 00:01:06,290 --> 00:01:08,500 all the content that we're gonna see in this specialization. 21 00:01:08,500 --> 00:01:12,130 And gave you some hands on practice with the different methods. 22 00:01:12,130 --> 00:01:14,900 In this course we're focusing on regression but 23 00:01:14,900 --> 00:01:18,820 as a part of this course we're gonna teach you a bunch of very general concepts that 24 00:01:18,820 --> 00:01:21,650 are useful in many different aspects of machine learning. 25 00:01:21,650 --> 00:01:25,910 So although we're gonna be describing things in the context of models and 26 00:01:25,910 --> 00:01:28,420 algorithms for regression, 27 00:01:28,420 --> 00:01:31,880 some of the concepts are gonna carry through in the rest of the specialization. 28 00:01:31,880 --> 00:01:35,930 So subsequent courses that we're gonna see include a course on classification, 29 00:01:35,930 --> 00:01:38,710 clustering and retrieval, recommender systems. 30 00:01:38,710 --> 00:01:42,969 And then all of this content will include with a capstone project involving deep 31 00:01:42,969 --> 00:01:47,498 learning that's going to pull in ideas from other aspects of this specialization. 32 00:01:47,498 --> 00:01:51,779 [MUSIC]