Skip to main content

8 docs tagged with "cnn"

View all tags

Image Classification

How to train neural networks to categorize images into predefined classes using CNNs.

Image Segmentation

Going beyond bounding boxes: How to classify every single pixel in an image.

Padding in CNNs

How padding prevents data loss at the edges and controls the output size of convolutional layers.

Strides in CNNs

Understanding how the step size of a filter influences spatial dimensions and computational efficiency.