Instructional Video1:47
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Perceptron Training Part 1

Higher Ed
In this video, we will cover an example to understand perceptron training. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...
Instructional Video1:09
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Perceptron Algorithm

Higher Ed
In this video, we will understand how the perceptron algorithm works. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover...
Instructional Video2:17
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Output Function Implementation

Higher Ed
In this video, you will learn how to implement output function in our code. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...
Instructional Video3:27
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Other Activation Functions

Higher Ed
In this video, we will cover other activation functions and replace sigmoid with tanh and ReLU. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video3:18
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - One-Hot Encoding (NN Implementation)

Higher Ed
In this video, you will learn how to implement one-hot encoding in our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...
Instructional Video1:30
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Need of SoftMax

Higher Ed
In this video, we will understand the need for SoftMax. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the basics of...
Instructional Video2:31
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - N-Dimensional Space

Higher Ed
In this video, we will discuss about N-dimensional space. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the basics of...
Instructional Video1:25
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Multi-Class Problem

Higher Ed
In this video, we will cover multi-class classification. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the basics of...
Instructional Video3:59
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Multi-Class Cross Entropy

Higher Ed
In this video, you will learn about multi-class cross entropy. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the...
Instructional Video1:45
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Logistic Regression Algorithm

Higher Ed
In this video, we will talk about the logistic regression algorithm. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into...
Instructional Video4:50
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Linear to Non-Linear Boundaries

Higher Ed
In this video, we will use the non-linear solution as a possible solution. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper...
Instructional Video3:19
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - L1 and L2 Regularization

Higher Ed
In this video, we will discuss L1 and L2 regularization. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover optimizations of a...
Instructional Video5:22
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Introduction to Gradient Descent

Higher Ed
In this video, we will get introduced to gradient descent. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep learning.
Instructional Video5:47
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Implementing Basic Perceptron

Higher Ed
In this video, you will learn how to implement the basic perceptron in our notebook. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section,...
Instructional Video3:45
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - How Gradient Descent Works

Higher Ed
In this video, we will understand how gradient descent works. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep...
Instructional Video2:26
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Helper Functions (NN Implementation)

Higher Ed
In this video, you will learn how to implement helper functions in our neural network. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...
Instructional Video4:45
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Gradient Descent Versus Perceptron

Higher Ed
In this video, we will understand the difference between gradient descent and perceptron. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we...
Instructional Video12:26
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 4

Higher Ed
In this part, we will work on predict, accuracy, and neural network functions. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this last section, we will be...
Instructional Video13:05
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 3

Higher Ed
In this part, we will work on the sigmoid, backpropagation, and train functions. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this last section, we will...
Instructional Video13:23
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Final Project Part 2

Higher Ed
In this part, we will work on the initialization functions and the feedforward. This clip is from the chapter "Final Project" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this last section, we will be...
Instructional Video5:04
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Feed Forward for DEEP Net

Higher Ed
In this video, you will learn about Feed Forward for DEEP Net. This clip is from the chapter "Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will dive deeper into deep...
Instructional Video4:01
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Early Stopping

Higher Ed
In this video, we will look at a possible solution, which is early stopping. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover...
Instructional Video3:07
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Dropout

Higher Ed
In this video, we will understand what Dropout is. This clip is from the chapter "Optimizations" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover optimizations of a neural...
Instructional Video4:20
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Cross Entropy Implementation

Higher Ed
In this video, you will learn how to implement cross entropy in our code. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will...