Convolutional Neural Network (CNN)
A neural network architecture designed for processing grid-like data such as images. CNNs use learnable filters that slide across the input to detect features like edges, textures, and shapes. They are foundational to computer vision.