Instructional Video4:20
Curated Video

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

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 Video4:09
Curated Video

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

Higher Ed
This is an exercise solution 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...
Instructional Video5:53
Curated Video

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

Higher Ed
This video demonstrates about 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...
Instructional Video3:44
Curated Video

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

Higher Ed
This video demonstrates about the DNN activation functions 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...
Instructional Video7:31
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Automatic Differentiation PyTorch

Higher Ed
This video explains automatic differentiation 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 Video2:32
Curated Video

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

Higher Ed
This is a summary 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 RL.
Instructional Video9:40
Packt

Fundamentals of Neural Networks - Linear Regression

Higher Ed
This video explains statistical machine learning, where you will start with the linear regression model. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video36:50
Curated Video

Fundamentals of Machine Learning - Tree-Based Methods - Part 1

Higher Ed
This part of the video explains decision tree. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling, and Bootstrap as well as support...
Instructional Video7:50
Curated Video

Fundamentals of Machine Learning - Decision Tree

Higher Ed
This video explains a lab session on a decision tree, getting dependencies, and how to create mock data. This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab...
Instructional Video4:35
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Language Modelling Next Word Prediction Python 5

Higher Ed
In this video, we will cover language modelling next word prediction Python 5. 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...
Instructional Video8:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - RNN Implementation: Automatic Differentiation PyTorch

Higher Ed
In this video, we will cover automatic differentiation PyTorch. 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 Video9:38
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in RNN: Backpropagation Through Time

Higher Ed
In this video, we will cover backpropagation through time. 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 Video7:58
Curated Video

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

Higher Ed
In this video, we will explain what is 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,...
Instructional Video7:37
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: Automatic Differentiation PyTorch New

Higher Ed
In this video, we will cover automatic differentiation PyTorch New. 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 Video40:58
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - OPTIONAL Section- Mathematics Wrap-Up: Mathematical Wrap-Up on Machine Learning

Higher Ed
In this video, we will cover mathematical wrap-up on machine learning. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video6:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Overfitting Exercise Solution Regularization

Higher Ed
In this video, we will cover machine learning overfitting exercise solution regularization. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory...
Instructional Video10:29
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Why Derivatives

Higher Ed
This video explains the need of derivatives. 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 Video7:58
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - What Is Chain Rule

Higher Ed
This video explains about 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 Video6:35
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Problem Setup - Face Verification

Higher Ed
This video demonstrates the problem setup. This clip is from the chapter "Face Verification" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on building the face verification app.
Instructional Video12:21
Curated Video

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

Higher Ed
This is fourth 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 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 Video8:20
Curated Video

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

Higher Ed
This video explains gradients of the MaxPooling 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 CNNs.
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...