AI Foundations
Convolution
Moving a small pattern-checking calculation across information, often to find shapes or edges in pictures.
Example
A vision network applies a learned filter across an image to detect edges.
Why people use it
It helps a vision system recognize small patterns wherever they appear in a picture.
What you'll hear
“Look for that shape across the whole image.”
What this means for you
Understand its role in the AI system rather than treating the operation as a complete system.
Can you control it?
Developer-only
The people building or running the AI choose this setup. An everyday user generally needs their help to change how this part works.
Common questions
- Is convolution itself artificial intelligence?
- No. It is a mathematical operation used in many AI designs.
- Can the same filter be used in different places?
- Yes. Reusing it across the image helps find similar patterns in different positions.
- Does one filter recognize a whole scene?
- Usually not. Many filters and later processing steps work together to build a more useful interpretation.