Why is ML such a big deal?

According to Brynjolfsson and Mcafee (2017), machine learning (ML) is the most important general-purpose technology of our era, similar to previous general purpose technologies such as steam power, electricity and the combution engine.

They argue that important general-purpose technologies, such as ML, have a transformational impact on the economy and business, both directly, but also indirectly by enabling complementary innovations and opportunities.

There are two reasons why ML is such a big deal:

  1. Humans cannot automate a number of tasks since they cannot explain how to carry out these tasks. In such cases, traditional software cannot be developed, since it requires the software developer to understand the tasks at hand in order to code the predefined sequence of instructions.

    Ready Polanyl: Humans know more than they can tell.

  2. On the other hand, ML systems are excellent learners, so with ML we can automate these tasks even if humans do not know the sequence of instructions. WHy? Since ML can learn from data

What is ML?

Brynjolfsson and Mcafee (2017), define Machine Learning (ML) as “the machine’s ability to keep improving its performance without humans having to explain exactly how to accomplish all the task it’s given”.

ML comes in two major categories:

Supervised learning systems

Supervised learning systems are trained using “labelled” training data in order to categorize new, unlabeled data, based on the training.

More precisely, a supervised learning system use a large set of training data showing both the input (for example, pictures of dogs and cats)

After the system has been trained with the training data, the system should be able to do the mapping between input and output itself. That is, given new input (new pictures of dogs and cats), the system should be able to predict the correct output (label of dog or label of cat).

A somewhat simplified example of how a supervised learning system address a given problem: