Interesting ideas to explore
Most of the concepts that we learned in the book form the foundation of modern applications that are powered by deep learning. In this section, we will look at the different interesting projects that we can do that are related to computer vision and natural language processing (NLP).
Object detection
All the examples we have seen in this book help you in detecting whether a given image is this (cat) or that (dog). But, to solve some of the problems in the real world, you may need to identify different objects in an image, such as shown here:

Output of object detection algorithm
This image shows the output of an object detection algorithm where the algorithm is detecting objects such as a beautiful dog and cat . Just as there are off-the-shelf algorithms for image classification, there are a bunch of amazing algorithms that can help in building object recognition systems. Here is a list of some of the important algorithms and the papers that mention them:
- Single Shot...