What does neural network mean?

A model made of layers of weighted sums and simple squashing functions. Training adjusts the weights so the outputs match the labels.

Also written as: neural networks

In a lesson

Nearest neighbour keeps all the data and compares against it every time. A neural network keeps a set of numbers called weights instead, learned from the data once, and the data can then be thrown away. This lesson trains one, in the browser, in about a second.

Learn it

Used in

Do the lesson in the simulator

All glossary terms