Instructional Video2:01
Curated Video

Python for Deep Learning - Build Neural Networks in Python - What is Gradient Descent?

Higher Ed
In this video, we will understand what Gradient Descent is. This clip is from the chapter "Gradient Descent Algorithm" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we will cover Gradient...
Instructional Video3:32
Curated Video

Python for Deep Learning - Build Neural Networks in Python - How do Artificial Neural Networks Work?

Higher Ed
In this video, we will understand how artificial neural networks work. This clip is from the chapter "Summary - Overview of Neural Networks" of the series "Python for Deep Learning — Build Neural Networks in Python".In this section, we...
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 Video8:03
Curated Video

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

Higher Ed
In this final part, we will test our model. 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 working on our final project in...
Instructional Video4:09
Curated Video

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

Higher Ed
In this video, we will cover language modelling next word prediction RNN architecture. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video8:26
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Number of Neurons Versus Number of Layers

Higher Ed
In this video, we will cover number of neurons versus number of layers. 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 Video6:23
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: Universal Approximation Theorem

Higher Ed
In this video, we will cover Universal Approximation Theorem. 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:05
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Why Derivatives Solution

Higher Ed
This is a solution video on why 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:03
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Why Convolution

Higher Ed
This video explains why we need convolution. 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 Video7:10
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Practical Tips

Higher Ed
This video showcases some practical tips. This clip is from the chapter "Transfer Learning" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on transfer learning.
Instructional Video19:42
Curated Video

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

Higher Ed
This is fifth 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 Video3:09
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Adding the Input Layer and the First Hidden Layer

Higher Ed
In this video, you will learn how to add the input layer and the first hidden layer. This clip is from the chapter "Implementation of ANN in Python" of the series "Python for Deep Learning — Build Neural Networks in Python".In this...
Instructional Video10:32
Curated Video

Practical Data Science using Python - Regression Problems

Higher Ed
This video explains regression problems. This clip is from the chapter "Machine Learning" of the series "Practical Data Science Using Python".This section explains machine learning.
Instructional Video5:03
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Perceptron

Higher Ed
This video explains about 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 for deep RL.
Instructional Video6:56
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Initializing the Classes

Higher Ed
This video demonstrates the initializing of the classes. 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 Video3:28
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Hyperparameters

Higher Ed
This video explains about the DNN hyperparameters. 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 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 Video3:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Dropout

Higher Ed
This video explains about the DNN Dropout. 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 Video4:28
Curated Video

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

Higher Ed
This is an exercise solution video on DNN architecture. 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 Video2:00
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Architecture Exercise

Higher Ed
This is an exercise video on DNN architecture. 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 Video11:16
Packt

Fundamentals of Neural Networks - Purpose of Neural Networks

Higher Ed
This video explains the purpose of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains artificial neural networks where you will learn every...
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 Video3:09
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Weighted Sums

Higher Ed
In this video, you will learn about weighted sums. 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 Video1:55
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Theory of Perceptron

Higher Ed
In this video, we will discuss about the theory of perceptron. 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...