Book Image

Artificial Intelligence with Python - Deep Neural Networks [Video]

By : Prateek Joshi
Book Image

Artificial Intelligence with Python - Deep Neural Networks [Video]

By: Prateek Joshi

Overview of this book

<p>The course is an introduction to the basics of deep learning methods. We will start with object detection and tracking, in which we will track faces, objects and eyes. We will then build a neural network and an OCR. We will then learn how to build learning agents that can learn from interacting with the environment. We will use Deep Learning with Convolutional Neural Networks, and use TensorFlow to build neural networks. We will then build an image classifier using convolutional neural networks.</p> <h2>Style and Approach</h2> <p>The video course is structured in such a way that the explanation of a concept is followed by a relevant example. Also, algorithms are explained and their respective code and training dataset is provided.</p>
Table of Contents (4 chapters)
Chapter 1
Object Detection and Tracking
Content Locked
Section 4
Tracking Objects Using Colorspaces
In this video we will make use of colorspace to build a robust tracker also track it using the same. - Grab current frame and define scaling factor to resize images - Convert image to HSV colorspaces - Compute bitwise-AND between mask and original image, display input and output