WEBVTT 1 00:00:00.005 --> 00:00:02.000 - [Instructor] Before we get started, 2 00:00:02.000 --> 00:00:04.005 let's go over some of the background knowledge 3 00:00:04.005 --> 00:00:05.005 that you should have 4 00:00:05.005 --> 00:00:08.003 in order to get the most out of this course. 5 00:00:08.003 --> 00:00:11.004 First, I assume that you have a fundamental understanding 6 00:00:11.004 --> 00:00:13.002 of what machine learning is, 7 00:00:13.002 --> 00:00:16.003 specifically unsupervised machine learning. 8 00:00:16.003 --> 00:00:18.001 If you don't, I recommend 9 00:00:18.001 --> 00:00:21.001 that you review my introductory LinkedIn learning course 10 00:00:21.001 --> 00:00:24.003 "Machine Learning with Python: Foundations." 11 00:00:24.003 --> 00:00:26.001 Second, it will be helpful 12 00:00:26.001 --> 00:00:30.001 if you have some entry level knowledge coding in Python. 13 00:00:30.001 --> 00:00:33.006 I will assume that you know how to import a Python package, 14 00:00:33.006 --> 00:00:35.009 refer to the attributes of an object, 15 00:00:35.009 --> 00:00:38.004 and call the methods of an object. 16 00:00:38.004 --> 00:00:40.006 Next, it will also be helpful 17 00:00:40.006 --> 00:00:43.002 if you have some familiarity with the pandas 18 00:00:43.002 --> 00:00:45.005 and scikit-learn packages. 19 00:00:45.005 --> 00:00:47.004 If you don't, no worries, 20 00:00:47.004 --> 00:00:49.006 I will explain exactly what I'm doing 21 00:00:49.006 --> 00:00:52.005 when we do use these packages in the course. 22 00:00:52.005 --> 00:00:56.000 Finally, I do assume that you know how to use 23 00:00:56.000 --> 00:00:59.001 the Jupyter Notebook interactive Python environment. 24 00:00:59.001 --> 00:01:01.004 Specifically, I assume that you know 25 00:01:01.004 --> 00:01:03.002 how to create a code cell, 26 00:01:03.002 --> 00:01:07.006 as well as how to edit and run code within a code cell.