From the course: Azure AI Fundamentals (AI-900) Cert Prep: 2 Principles of Machine Learning on Azure

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Machine learning definitions

Machine learning definitions

- [Instructor] As you notice from the previous demo, the no-code approach of Azure ML is extremely user friendly, allowing you to create ML models intuitively using a graphical user interface. However, you still need to understand the machine learning process to configure these models properly. The first step to better understand the machine learning process is by learning a few basic definitions. To do that, let's imagine a hypothetical scenario. Let's suppose that I work on a water sports company that rents boats, jet skis, and snorkel tours all over the Caribbean. I want to know how many jet skis I'm going to rent next summer. Based on what we have learned on the previous chapter, this is an example for regression because what I want is a number. I know that on warmer days, I tend to rent more jet skis. Temperature is therefore a variable that influences my outcome. In machine learning parlance, this is called a…

Contents