Skip to content

Convolutional Neural Network

A Convolutional Neural Network (CNN) is mainly used in Computer Vision and generative images.

In an image, the pixels are treated by blocks using a kernel. It's mainly used to capture image's features, like edges or textures

cnn