Instructional Video4:37
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 2

Higher Ed
This is the second of the five-part video on implementation in NumPy BackwardPass. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses...
Instructional Video6:48
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Implementation in NumPy BackwardPass 1

Higher Ed
This is first of the five-part video on implementation in NumPy BackwardPass. 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...
Instructional Video7:20
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Perceptron Implementation

Higher Ed
This video explains the implementation of Perceptron. 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 Video4:42
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Why Activation Function Is Required

Higher Ed
This video explains why activation function is required 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 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 Video3:57
Curated Video

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

Higher Ed
This video explains about the implementation of the gradient step. 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 Video2:57
Curated Video

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

Higher Ed
This is an exercise video on 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 foundation for deep...
Instructional Video8:16
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN ForwardStep Implementation

Higher Ed
This video explains about the implementation of DNN ForwardStep. 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 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 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 Video14:32
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Extraction: Supervised PCA and Fishers Linear Discriminant Analysis

Higher Ed
In this video, we will cover supervised PCA and Fishers linear discriminant analysis. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine...
Instructional Video13:48
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Extraction: PCA Derivation

Higher Ed
In this video, we will cover PCA derivation. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Instructional Video7:26
Curated Video

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

Higher Ed
In this video, we will cover Perceptron implementation. 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 section,...
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 Video6:52
Curated Video

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

Higher Ed
In this video, we will cover DNN gradient descent implementation. 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...
Instructional Video8:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Gradient Descent

Higher Ed
In this video, we will cover 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 to Z".In this section, we will...
Instructional Video14:52
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Weight Sharing

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

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Why Gradients Solution

Higher Ed
In this video, we will understand why gradients solution. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video2:14
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Equations Solution

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

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Implementation in NumPy BackwardPass 5

Higher Ed
In this video, we will cover implementation in NumPy BackwardPass 5. 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...
Instructional Video6:48
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Implementation in NumPy BackwardPass 1

Higher Ed
In this video, we will cover implementation in NumPy BackwardPass 1. 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...
Instructional Video8:20
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Gradients of Convolutional Layer

Higher Ed
In this video, we will cover gradients of convolutional layer. 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...