July 2023
Intermediate to advanced
424 pages
9h 20m
English
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:
At the end of this chapter, you will be able to handle several computer vision tasks such as image classification, object detection, instance segmentation, ...