◑ applying · kind model · level 3 → 4 via project · 34h

Stacks of convolution + pooling that learn a hierarchy of visual features. AlexNet on ImageNet in 2012 kicked off the deep-learning era.

A feedforward Neural Network is an artificial Neural Network in which information flows in a single direction – inputs are multiplied by weights to obtain outputs (inputs-to-output). It contrasts with a Recurrent Neural Network, in which loops allow information from later processing stages to feed back to earlier stages. Feedforward multiplication is essential for Backpropagation, because feedback, where the outputs feed back to the very same inputs and modify them, forms an infinite loop which is not possible to differentiate through Backpropagation.

Enlaces

Fuentes