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 2
Building a Perceptron Based Classifier
A Perceptron is the building block of an artificial neural network. It is a single neuron that takes inputs, performs computation on them, and then produces an output. In this video, we will build a classifier using perceptron - Separate the text into datapoints and labels - Define maximum and minimum datapoints - Train the perceptron and plot the training progress