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).
Interesting ideas to explore
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...