In this section, we are going to take a look at some of the most widely used APIs, which are deployed for a variety of deep learning tasks, such as image recognition, sentiment detection from an image, sentiment classification, speech-to-text conversion, and so on. To limit our discussion in this section, we will divide deep learning tasks into two broad groups:
- Computer vision and image processing
- Natural language processing
We will then list some of the common tasks related to each of these groups and discuss the APIs that can be used to accomplish those tasks.
Let's now quickly list some common deep learning tasks and assign them to their categories:
- Computer vision and image processing:
- Image search: Just like Google Search, image search engines allow us to search for images similar to a particular image.
- Image detection:...