Overview
Convolutional Neural Networks are neural networks that are configured to be used with images. convolutionData Format
Images are rectangular arrays of pixels. They can be visualized using a simple picture.The image here is a 3 pixel by 3 pixel image. However, neural networks require a vector input. Therefore, image data is usually reshaped into a vector.