What is a pre-trained CNN model?
A model trained on large datasets (like ImageNet) that can be reused for other vision tasks via transfer learning (e.g., ResNet, VGG).
Verify This Answer
Cross-check this information using these trusted sources:
More FAQs in What are Convolutional Neural Networks (CNN) in Computer Vision?
CNNs preserve spatial relationships between pixels and share weights across filters, dramatically reducing parameter counts.
Adding border pixels (usually zeros) to the input image to prevent the edges from shrinking after convolution operations.
The number of pixels by which the convolution filter moves in each step across the image.
Still have questions?
Browse all our FAQs or reach out to our support team
