10

Regularization in Computer Vision

In this chapter, we will explore another popular field of deep learning – computer vision. Computer vision is a large field with many tasks, from classification through generative models to object detection. Even though we can’t cover all of them, we will supply methods that can apply to all tasks.

In this chapter, we’ll cover the following recipes:

  • Training a convolutional neural network (CNN)
  • Regularizing a CNN with vanilla neural network (NN) methods
  • Regularizing a CNN with transfer learning for object detection
  • Semantic segmentation using transfer learning

At the end of this chapter, you will be able to handle several computer vision tasks such as image classification, object detection, instance segmentation, ...

Get The Regularization Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.