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 2
Artificial Neural Networks
Content Locked
Section 3
Constructing Single and Multilayer Neural Networks
A perceptron is not enough to perform a task. So we will construct a single layer neural network and also improvise it by creating a multilayer network. - Create a single layer neural network, train it, and run it - Construct a multilayer neural network with two hidden layers, train it and run it - Compare both