Instructional Video4:30
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Predictions

Higher Ed
After checking our model for accuracy, we will make predictions of our results from the model we created. We will visualize the predictions using the test data. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Instructional Video5:06
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Model Completion

Higher Ed
In this video, after training and testing the data, querying the questions, and obtaining responses, we are now at model completion with compiling the questions and responses to check for accuracy. This clip is from the chapter "Advanced...
Instructional Video5:43
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Answer and Response

Higher Ed
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the series...
Instructional Video6:52
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Encoding

Higher Ed
We will begin to develop our deep learning model and input placeholders to store the maximum story length and question length and define the vocabulary size. We will now build our encoder using the sequential model. This clip is from the...
Instructional Video5:46
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python"...
Instructional Video5:09
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Separation and Sequence

Higher Ed
In this video, you will learn to make the train-test story questions and answers. We will then use a for loop to enter the story, question, and answer into the respective parts. This clip is from the chapter "Advanced Chatbots with Deep...
Instructional Video5:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning: Section Summary

Higher Ed
In this video, we will summarize our learning from this section. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover...
Instructional Video6:05
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning and Deep Learning: Future Topics

Higher Ed
In this video, you will learn what other types of machine learning exist and some future topics that we can look forward to learning. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites -...
Instructional Video9:56
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Comparing Different Machine Learning Models

Higher Ed
In this video, we will understand how all machine learning interfaces are the same. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video5:29
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - All Data Is the Same

Higher Ed
In this video, we will understand how all data is the same as all machine learning interfaces are the same. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas...
Instructional Video4:52
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning Is Nothing but Geometry.

Higher Ed
In this video, we will understand that machine learning is nothing but a geometry problem and see how it works for classification and regression. This clip is from the chapter "Machine Learning Basics" of the series "Data Science...
Instructional Video6:53
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is a Feature Vector?

Higher Ed
In this video, you will learn about a feature vector. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video8:39
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Regression in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about regression. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video12:19
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Regression?

Higher Ed
In this video, we will understand what regression is. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video12:26
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?

Higher Ed
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video7:53
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning: Section Introduction

Higher Ed
In this video, we will understand what machine learning is and the learning objective of this section. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video7:38
Curated Video

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

Higher Ed
In this video, we will summarize what we have learnt about SciPy and understand where it can be applied. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
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 Video9:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Selecting Rows and Columns

Higher Ed
In this video, you will learn how to select rows and columns from a data frame. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk...
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 Video8:03
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Introduction and Outline

Higher Ed
In this video, we will get introduced to the course and understand the learning objective. This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome...
Instructional Video1:08
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - SciPy Exercise

Higher Ed
In this video, we will have a look at the SciPy exercise that needs to be resolved on our own. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we...