background

Convolutional Neural Network (CNN)


What is a Convolutional Neural Network (CNN)?

Convolutional neural networks (CNNs) are typically used in computer vision with image data. The CNN architecture allows patterns to be learnt by aggregating pixels into higher-level constructs - from pixels to lines, to shapes and eventually to facial features for example.

Related Terms