March 2019
Intermediate to advanced
532 pages
13h 2m
English
In this chapter, we have performed an introduction to deep learning using some popular libraries, including OpenCV, TensorFlow, and Keras. In the first part of the chapter, we looked at an overview of the state-of-the-art deep learning architectures for both image classification and object detection. In the second part, we looked at deep learning modules in OpenCV that provide a DNN library implementing forward pass (inferencing) with deep networks that have been pre-trained by using some popular deep learning frameworks. Therefore, since OpenCV 3.3, pre-trained networks can be used to make a prediction within our application. Later on in this chapter, we had an introduction to TensorFlow, and, finally, we had an introduction to Keras. ...