Artificial neural networks (ANNs) are modeled after the human brain and are useful for problems involving vision, speech recognition, and other tasks brains are good at. They consist of interconnected nodes that receive and process input signals to produce an output. While ANNs have been studied since the 1940s, the development of the backpropagation algorithm in 1986 allowed networks with many layers, or "deep" networks, to be trained effectively, leading to recent advances in deep learning.
Related topics: