Machine learning

Machine learning is a set of techniques and algorithms that allow computer programs to learn simple or complex tasks by analyzing some training data (or examples of how they should behave). Some believe machine learning is the first stage in the development of true AI, being the first time machines can do anything fully independent of human intervention.

The poetry of reality
Science
We must know.
We will know.
A view from the
shoulders of giants.
v - t - e

Techniques

A variety of techniques exist to assign a label, or a value, to an existing set of attributes. These techniquesFile:Wikipedia's W.svg include decision trees, support vector machines, clustering and, perhaps most importantly, neural networks.

Neural networks

Artificial neural networksFile:Wikipedia's W.svg are composed of a set of interconnected units (neurons). Each of them is connected to other neurons with connections of different weight. The values passed from each incoming connection are summed and the result is processed by an activation function (such as a hyperbolic tangent), which is then passed to other neurons.

The task of the learning algorithm is to progressively choose better and better values for the weights so that the network behaves as desired, according to the sample input/output data.

Among these, recurrent neural networksFile:Wikipedia's W.svg contain neurons or layers of neurons that feed their outputs to a previous layer of neurons, making it possible to take decisions based on previous data (thus creating a memory).

What they can do

Recognizing objects and actions in images

Deep neural networks have been able to learn to describe the contents of a photo, both in terms of individual objects and in terms of short sentences.[1] Results are sometimes imprecise, but surprisingly good for a computer.

Playing video games

Neural networks have also been used to play arcade games by only looking at the pixels on the screen, without knowing the game rules in advance.[2] Networks have even rediscovered some common tricks used by human players to achieve better scores faster.

In 2016, a competition for making a neural network capable of playing DoomFile:Wikipedia's W.svg by only looking at the rendered contents of the screen has been announced.[3]

Learning languages and syntax

Recurrent neural networksFile:Wikipedia's W.svg are capable of learning the syntax rules of a language (either natural or artificial) by looking at same sample data, and then producing similarly-looking text. RNNs have been shown to be able to learn and produce quasi-realistic English text, XML, LaTeX, wiki markup and C code.[4]

Other fantastic things they can do

  • Becoming a neo-Nazi hypersexual after listening to what people say on Twitter.[5]
  • Accidentally calling black people "gorillas".[6]

What they can't do (yet?)

gollark: Yes.
gollark: <@151391317740486657>
gollark: I think I broke one by accident once.
gollark: Well, not many.
gollark: I doubt anyone has destroyed any.

See also

References

This article is issued from Rationalwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.