A convolutional neural network (CNN) slides small filters across an image to detect features, building from edges up to objects. CNNs are compact and fast, which keeps them common on edge devices even as transformers lead on raw accuracy.
Definition
The classic image-processing network that scans for local patterns like edges and textures. Long the default for vision; efficient and still widely deployed.
A convolutional neural network (CNN) slides small filters across an image to detect features, building from edges up to objects. CNNs are compact and fast, which keeps them common on edge devices even as transformers lead on raw accuracy.
Also known as
CNN, ConvNet