Tag: deep neural net
12b: Deep Neural Nets
Image recognition by a deep neural net Convolution: a neuron looks for patterns in a small portion (10×10 px) of an image (256×256 px), the process is repeated by moving this small area little by litte. Pooling: The result of the convolution is computed as a point for each portion analyzed. By a similar step…
