Instructional Video9:47
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture

Higher Ed
In this video, we will understand the geometrical picture by understanding why neural networks are so important instead of a single neural network. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series...
Instructional Video9:46
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Forward Propagation

Higher Ed
In this video, you will learn about forward propagation as it is related to neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video6:03
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction

Higher Ed
In this video, we will get introduced to artificial neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we...
Instructional Video3:12
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video4:31
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Why Keras?

Higher Ed
In this video, we will understand why we use Keras in this course and not TensorFlow 2. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video4:32
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Saving and Loading a Model

Higher Ed
In this video, you will learn how to save a model and then load it later. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video10:58
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - How Does a Model "Learn"?

Higher Ed
In this video, we will understand how a model "learns". This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash course...
Instructional Video10:06
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron

Higher Ed
In this video, we will understand the neuron. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash course on...
Instructional Video10:41
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook

Higher Ed
In this video, we will understand linear regression by proving the Mosse law true. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Instructional Video7:23
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Regression Theory)

Higher Ed
In this video, we will take a crash course in linear regression for TensorFlow 2.0. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Instructional Video8:44
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Classification Notebook

Higher Ed
In this video, we will understand linear classification with the help of breast cancer dataset example. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video15:53
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Code Preparation (Classification Theory)

Higher Ed
In this video, we will take a crash course in linear classification for TensorFlow 2.0. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video14:31
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?

Higher Ed
In this video, we will understand what machine learning is and get a clear idea about ML (machine learning). This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video5:27
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Outline

Higher Ed
In this video, we will understand the course learning approach and what is required to start with this course. Then we will also understand what is covered in this course. This clip is from the chapter "Welcome" of the series "Deep...
Instructional Video2:33
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Introduction

Higher Ed
In this video, we will introduce the author and understand the course learning objective. This clip is from the chapter "Welcome" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".Welcome to the course! In this...
Instructional Video6:58
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Histplot

Higher Ed
In this video, you will learn how to create a Histplot. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video3:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Plot Formatting and Scatter Plot

Higher Ed
In this video, we will cover plot formatting and scatter plot. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video8:13
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Format the Plot

Higher Ed
In this video, you will learn how to format our Matplotlib plot. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In...
Instructional Video9:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Matplotlib Introduction

Higher Ed
In this video, we will get introduced to Matplotlib. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video3:45
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Imputation

Higher Ed
In this video, we will understand how to perform imputation on our dataframe. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video5:43
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing Pandas Dataframe

Higher Ed
In this video, we will understand how we can return the required elements from our dataframe using the concept of slicing. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep...
Instructional Video6:21
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Working with Null Values

Higher Ed
In this video, you will learn how to work with null values. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video8:29
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Dataframe - Load from External File

Higher Ed
In this video, you will learn how to load the data to our dataframe from an external file. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for...