上QQ阅读APP看书,第一时间看更新
Neural networks
A neural network is a set of algorithms designed to recognize patterns. Neural networks are superficially based on how the brain works.
They consist of a set of nodes (similar to human brain neurons) arranged in multiple layers, with weighted interconnections between them. Each neuron combines a set of input values to produce an output value, which in turn is passed on to other neurons downstream. Artificial neural networks are used in Deep Learning.