Instructional Video8:40
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - ANN for Image Classification

Higher Ed
In this video, we will work on image classification with the MNIST dataset. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
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 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:31
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet Section Summary

Higher Ed
In this video, we will summarize what we have learnt in this section. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video13:13
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - (The Dangers of) Prophet for Stock Price Prediction

Higher Ed
In this video, we will work with Prophet for stock price prediction. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video10:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Multiplicative Seasonality, Outliers, Non-Daily Data

Higher Ed
In this video, we will work on multiplicative seasonality, outliers, and non-daily data with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video4:22
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Changepoint Detection

Higher Ed
In this video, you will learn how to detect changepoint with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video6:13
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Cross-Validation

Higher Ed
In this video, you will learn how to do cross-validation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video10:27
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Holidays and Exogenous Regressors

Higher Ed
In this video, you will learn how to add holidays and exogenous regressors to our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this...
Instructional Video8:41
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Fit, Forecast, Plot

Higher Ed
In this video, you will learn how to fit, forecast, and plot our data. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video9:07
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Data Preparation

Higher Ed
In this video, we will work on data preparation with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video6:50
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - CNN for Fashion MNIST

Higher Ed
In this video, we will start with implementing CNN with the fashion MNIST dataset. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with TensorFlow".In this...
Instructional Video5:06
Curated Video

Recommender Systems with Machine Learning - Rating Plot

Higher Ed
This video helps you with the plot rating from the dataset. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video6:22
Curated Video

Recommender Systems with Machine Learning - Occurrence Count

Higher Ed
This video demonstrates the occurrence count of the specific condition. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This...
Instructional Video13:01
Curated Video

Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation

Higher Ed
This video explains and demonstrates item-based filtering data preparation. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use...
Instructional Video12:27
Curated Video

Recommender Systems with Machine Learning - Exploring Genres in Content-Based Filtering

Higher Ed
This video helps you explore the genres in content-based filtering. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Instructional Video8:01
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Accuracy Versus Recommendations

Higher Ed
In this video, we will perform data visualization with the project we created and check the model’s accuracy. This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
Instructional Video4:41
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution

Higher Ed
In this video, you will learn how to apply convolution to an image to create a blurring filter. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Instructional Video13:06
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Where to Learn More Matplotlib

Higher Ed
In this video, we will understand from where we can learn more about Matplotlib. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will...
Instructional Video7:45
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Plotting Images

Higher Ed
In this video, you will learn how to plot images. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video3:10
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - PDF and CDF

Higher Ed
In this video, you will learn how to calculate PDF and CDF under normal distribution. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will...