Instructional Video9:01
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradients of Convolutional Layer

Higher Ed
This video explains gradients of the convolutional layer. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in...
Instructional Video9:05
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Applying Chain Rule

Higher Ed
This video explains how to apply the chain rule. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video13:49
Curated Video

Practical Data Science using Python - Support Vector Machine Metrics and Polynomial SVM

Higher Ed
This video explains Support Vector Machine metrics and polynomial SVM. This clip is from the chapter "Advanced Classification Techniques – Support Vector Machine" of the series "Practical Data Science Using Python".This section explains...
Instructional Video5:14
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Final Structure Implementation - 2

Higher Ed
This is the second of the three-part video on the final structure implementation. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL...
Instructional Video3:10
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN What Is Loss Function Exercise Solution - 2

Higher Ed
This is an exercise solution video on the Loss function in DNN. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video7:04
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN What Is Loss Function

Higher Ed
This video demonstrates about the Loss function. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Instructional Video15:51
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN PyTorch CIFAR10 Example

Higher Ed
This video talks about the example of DNN PyTorch CIFAR10. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video5:39
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Loss Function in PyTorch

Higher Ed
This video explains about the Loss function in PyTorch. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation...
Instructional Video13:48
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Stochastic Gradient Descent

Higher Ed
This video explains about the implementation of stochastic gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Instructional Video15:13
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation in PyTorch

Higher Ed
This video explains about the implementation in PyTorch. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video6:46
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent Implementation

Higher Ed
This video explains about the implementation of gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video3:57
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Changing the Algorithm

Higher Ed
This video talks about changing the algorithm. This clip is from the chapter "Stable Baselines Cartpole Solution" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the Stable...
Instructional Video18:26
Packt

Fundamentals of Neural Networks - Lab 3 - Introduction to Neural Network

Higher Ed
This video demonstrates how to use Keras TensorFlow as API to essentially design and craft the neural network architecture. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video12:45
Packt

Fundamentals of Neural Networks - Gradient Descent

Higher Ed
This video explains the optimization problem using the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural...
Instructional Video9:47
Packt

Fundamentals of Neural Networks - Cross-Entropy Loss Function

Higher Ed
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video9:32
Packt

Fundamentals of Neural Networks - Backward Propagation Through Time

Higher Ed
Backpropagation through time (BPTT) is a gradient-based technique for training certain types of recurrent neural networks. It can be used to train Elman networks. The algorithm was independently derived by numerous researchers. This clip...
Instructional Video9:05
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Applying Chain Rule

Higher Ed
In this video, we will cover applying chain rule. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we...
Instructional Video6:36
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Face Verification: Problem Setup

Higher Ed
In this video, we will cover problem setup. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Instructional Video15:57
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN PyTorch CIFAR10 Example

Higher Ed
In this video, we will cover DNN PyTorch CIFAR10 example. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video3:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN What is Loss Function Exercise 02 Solution

Higher Ed
In this video, we will cover what is loss function exercise 02 solution. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video4:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN What is Loss Function Exercise

Higher Ed
In this video, we will cover what is loss function exercise. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video4:35
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Weights Initializations

Higher Ed
In this video, we will cover DNN weights initializations. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video13:54
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Implementation Stochastic Gradient Descent

Higher Ed
In this video, we will cover DNN implementation stochastic gradient descent. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video15:19
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Implementation in PyTorch

Higher Ed
In this video, we will cover DNN implementation in PyTorch. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...