Instructional Video9:25
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Weight Initialization

Higher Ed
This video explains about weight initialization. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Instructional Video4:07
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Why DNNs in Machine Learning

Higher Ed
This video explains why we need DNNs in machine learning. 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:38
Curated Video

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

Higher Ed
In this video, we will cover DNN gradient descent summary. 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 Video0:53
Curated Video

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

Higher Ed
This is an exercise 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 foundation...
Instructional Video11:01
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - DNN Training Parameters

Higher Ed
This video explains the DNN training parameters. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep...
Instructional Video4:15
Curated Video

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

Higher Ed
In this video, we will cover DNN gradient descent exercise 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 Z".In...
Instructional Video1:16
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Hyperparameters Exercise

Higher Ed
In this video, we will cover machine learning model hyperparameters 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...
Instructional Video4:13
Curated Video

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

Higher Ed
In this video, we will understand why DNNs in machine learning. 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:24
Curated Video

Practical Data Science using Python - Linear Regression - Cost Functions and Gradient Descent

Higher Ed
This video explains linear regression - cost functions and gradient descent. This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Instructional Video1:10:21
Curated Video

Practical Data Science using Python - Introduction to Deep Learning

Higher Ed
This video introduces you to deep learning. This clip is from the chapter "Introduction to Deep Learning" of the series "Practical Data Science Using Python".This section explains deep learning.
Instructional Video4:30
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Weights Initializations

Higher Ed
This video explains about weights initializations. 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 Video6:51
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Model Training Loss

Higher Ed
In this video, we will cover machine learning model training loss. 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 Video6:12
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Introduction to Machine Learning: Machine Learning Data Snooping

Higher Ed
In this video, we will cover machine learning data snooping. 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 Video11:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: DNN Training Parameters

Higher Ed
In this video, we will cover DNN training parameters. 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 Video51:45
Curated Video

Fundamentals of Machine Learning - Unsupervised Learning

Higher Ed
This video explains unsupervised learning, Principal Components Analysis (PCA), and clustering. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical...
Instructional Video22:10
Curated Video

Fundamentals of Machine Learning - Support Vector Machine (SVM) - Lectures

Higher Ed
This video explains the support vector machine called SVM and its introduction. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling,...
Instructional Video37:51
Curated Video

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

Higher Ed
The second part of the tree-based methods explains random forests. This clip is from the chapter "Lectures" of the series "Fundamentals of Machine Learning".This section explains the basics of statistical learning, sampling, and...
Instructional Video2:41
Curated Video

Python for Deep Learning - Build Neural Networks in Python - Compiling the Artificial Neural Network

Higher Ed
In this video, you will learn how to compile the Artificial Neural Network. 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 section, you...
Instructional Video10:32
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Problem Setup - Neural Style Transfer

Higher Ed
This video demonstrates the problem setup. This clip is from the chapter "Neural Style Transfer" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the neural style transfer.
Instructional Video8:12
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradient Descent

Higher Ed
This video explains about gradient descent. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep neural...
Instructional Video9:16
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Example Setup

Higher Ed
This video helps in example setup. 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 Video11:08
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Backpropagation

Higher Ed
This video explains backpropagation. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep neural network.
Instructional Video11:33
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Target Network and Recap

Higher Ed
This video explains about the target network and recap. 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 Video4:05
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Introduction and Recap

Higher Ed
This video provides an introduction and recap to the section. 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.