Instructional Video7:04
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - CNN Example

Higher Ed
This video demonstrates an example of a CNN. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the deep neural network...
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 Video8:23
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Policy Network Explained

Higher Ed
This video explains about the policy network. 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 DQN.
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:58
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Properties of Activation Function

Higher Ed
This video talks about the DNN properties of activation 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...
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 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 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 Video21:13
Packt

Fundamentals of Neural Networks - Lab 2 - Introduction to CNN

Higher Ed
This video demonstrates the architecture and how to carry out the code using TensorFlow in collab and building a convolutional neural network. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in...
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 Video7:14
Packt

Fundamentals of Neural Networks - Backward Propagation

Higher Ed
This video explains backward propagation, which is defined by the optimization problem called the gradient descent algorithm. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This...
Instructional Video24:49
Packt

Fundamentals of Neural Networks - Lab 2 - Sequence to Sequence Stock Candlestick Forecast

Higher Ed
This video demonstrates sequence-to-sequence stock candlestick forecast. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
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 Video34:37
Curated Video

Fundamentals of Machine Learning - Model Selection

Higher Ed
This video explains model selection and regularization. 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...
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...