1 00:00:00,000 --> 00:00:02,930 [No audio] 2 00:00:02,931 --> 00:00:05,172 Hi and welcome back. 3 00:00:05,173 --> 00:00:08,772 In the previous section we had some high level 4 00:00:08,773 --> 00:00:13,492 overview about the topic of artificial intelligence and the 5 00:00:13,493 --> 00:00:16,868 connection to machine learning and deep learning. 6 00:00:16,869 --> 00:00:20,196 We briefly talked about the interesting new 7 00:00:20,197 --> 00:00:24,436 approach of letting machines learn from data, 8 00:00:24,437 --> 00:00:28,890 instead of writing complex rule based programs. 9 00:00:28,891 --> 00:00:32,332 Now we are going to dive a little bit more 10 00:00:32,333 --> 00:00:36,410 trying to uncover the basic terminology of machine learning. 11 00:00:36,411 --> 00:00:40,208 This high level introduction will help us to 12 00:00:40,209 --> 00:00:43,152 develop the ground flow and then we will 13 00:00:43,153 --> 00:00:45,686 be able to build more complex topics 14 00:00:45,687 --> 00:00:48,768 on top of it. I'm going to talk about 15 00:00:48,769 --> 00:00:52,932 the Black Box metaphor that sometimes is used to 16 00:00:52,933 --> 00:00:57,514 describe the machine learning system, the concept of Features, 17 00:00:57,515 --> 00:01:02,234 Labels, and Examples that represent the input and output 18 00:01:02,235 --> 00:01:06,164 of such system, the meaning of a Model and 19 00:01:06,165 --> 00:01:09,810 the lifecycle of a trained model. 20 00:01:09,811 --> 00:01:12,676 And finally, we will also talk about 21 00:01:12,677 --> 00:01:15,396 the main challenges of training a model, 22 00:01:15,397 --> 00:01:19,030 which are called Under fitting and Over fitting. 23 00:01:19,031 --> 00:01:20,039 [No audio]