Skip main navigation

New offer! Get 30% off one whole year of Unlimited learning. Subscribe for just £249.99 £174.99. New subscribers only. T&Cs apply

Find out more

What is machine learning?

This article will help you discover what machine learning is.

In the previous step, we received a brief introduction to this activity and we also saw the learning outcomes. In this step, we will learn about machine learning.

Machine learning is a technique that uses mathematics and statistics to create a model that can predict unknown values.

Illustration of Adventure Works cycle rental company on a cloudy summer day.(Take a closer look)

For example, suppose Adventure Works is a business that rents cycles in a city. The business could use historic data to train a model that predicts daily rental demand in order to make sure sufficient staff and cycles are available.

To do this, Adventure Works could create a machine learning model that takes information about a specific day (the day of the week, the anticipated weather conditions, and so on) as an input, and predicts the expected number of rentals as an output.

Mathematically, you can think of machine learning as a way of defining a function (let’s call it f) that operates on one or more features of something (which we’ll call x) to calculate a predicted label (y) like this:

 **_f(x) = y_**

In this bicycle rental example, the details about a given day (day of the week, weather, and so on) are the features (x), the number of rentals for that day is the label (y), and the function (f) that calculates the number of rentals based on the information about the day is encapsulated in a machine learning model.

The specific operation that the f function performs on x to calculate y depends on a number of factors, including the type of model you’re trying to create and the specific algorithm used to train the model. Additionally, in most cases, the data used to train the machine learning model requires some pre-processing before model training can be performed.

Types of machine learning

There are two general approaches to machine learning, supervised and unsupervised machine learning. In both approaches, you train a model to make predictions.

The supervised machine learning approach requires you to start with a dataset with known label values. Two types of supervised machine learning tasks include regression and classification.

  • Regression: used to predict a continuous value; like a price, a sales total, or some other measure.
  • Classification: used to determine a binary class label; like whether a patient has diabetes or not.

The unsupervised machine learning approach starts with a dataset without known label values. One type of unsupervised machine learning task is clustering.

  • Clustering: used to determine labels by grouping similar information into label groups; like grouping measurements from birds into species.

In the following step, we will learn about the various kinds of machine learning models we can create, and the process generally followed to train and use them. Remember to click on Mark as complete and then Next to continue.

This article is from the free online

Introduction to Microsoft Azure AI Fundamentals

Created by
FutureLearn - Learning For Life

Reach your personal and professional goals

Unlock access to hundreds of expert online courses and degrees from top universities and educators to gain accredited qualifications and professional CV-building certificates.

Join over 18 million learners to launch, switch or build upon your career, all at your own pace, across a wide range of topic areas.

Start Learning now