Hi, what do you want to do?
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Data Input
In this lesson, we will begin inputting the data that we will use for our rule-based chatbot.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for Beginners: A...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for Beginners: A...
Curated Video
Master SQL for Data Analysis - Sequential Numbers
Let's look at another typical use case of a window function: to create a sequential integer number inside a group of rows while deciding how this group will be ordered.
<
br/>
This clip is from the chapter "SQL - Window Functions"...
<
br/>
This clip is from the chapter "SQL - Window Functions"...
Curated Video
Master SQL for Data Analysis - Conditional Logic – Multiple Rows
The second type of subquery used to filter data based on conditional logic is the subquery that may return multiple rows of data.
<
br/>
This clip is from the chapter "SQL – Subqueries" of the series "Master SQL for Data...
<
br/>
This clip is from the chapter "SQL – Subqueries" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Conditional Logic – Single Row
Here, we will look at the first type of subquery used to filter data with conditional logic, the results of which can be a single row or multiple rows of subqueries, depending on how we build it.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Master SQL for Data Analysis - Database Dictionary
We will explore the data-storing area called the dictionary, which stores constraints, filters, functions, lists, and so on.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for...
Curated Video
Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 2
Here, you will learn to combine and filter data based on multiple conditions in the same query using operators.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data...
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data...
Curated Video
Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 1
In this lesson, you will learn to use filtering conditions to filter data based on conditions. Here, we will explore the WHERE condition.
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series...
<
br/>
This clip is from the chapter "SQL - Retrieving Data with Queries" of the series...
Curated Video
Master SQL for Data Analysis - Cross-Join
In this lesson, you will learn about combining datasets and tables with very little or no common factors among them.
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
<
br/>
This clip is from the chapter "SQL - Combining Data from Multiple Tables" of the series "Master SQL for Data...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Making Recommendations
In this lesson, you will learn to create a recommendation and use a brute-force algorithm to generate the recommendation.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Accuracy Versus Recommendations
In this video, we will perform data visualization with the project we created and check the model’s accuracy.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems:...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems:...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Train and Validation
After entirely developing our model, you will learn to fit and evaluate the model for functionality.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Compute Loss
Here, we will look at the next step of training our model: the compute loss function.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied Approach Using...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied Approach Using...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Candidate Tower and Retrieval System
In this video, you will learn how to create a candidate tower and develop a retrieval system.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Making the Model and Query Tower
In this lecture, you will learn to develop our model and create a query tower to perform retrieval tasks.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Random Train-Test Split
In this lesson, you will learn to perform the test train split, which will do the training split and then create a prediction; we will use a random dataset (80-20 ratio).
<
br/>
This clip is from the chapter "Project Amazon Product...
<
br/>
This clip is from the chapter "Project Amazon Product...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Rating Our Data
In this video, you will learn about the next part of the project, which is rating our data.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied Approach...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied Approach...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Make Tensors from DataFrame
In this video, we will continue to check our dataset using a single username. We will use a part of the DataFrame to do so.
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series...
<
br/>
This clip is from the chapter "Project Amazon Product Recommendation System" of the series...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Data Visualization with WordCloud
In this video, you will learn how to load a dataset for the project being developed, using WordCloud, importing WordCloud, STOPWORDS, and ImageColorGenerator.
<
br/>
This clip is from the chapter "Project Amazon Product...
<
br/>
This clip is from the chapter "Project Amazon Product...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Vectorize Stories
In this video, we will understand how to vectorize the story by defining functions, using the data, and developing an index and tokenizer. We will also determine the maximum story length calculated.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Integration with Boto
In this lesson, we will discuss deploying our chatbot using code. We will not use a built-in application such as Twilio; instead, we will use a Python library—Boto.
<
br/>
This clip is from the chapter "Chatbots Development with...
<
br/>
This clip is from the chapter "Chatbots Development with...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Session state Dialog Hook and Dialog Action
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Predictions
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.
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep...
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Answer and Response
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses.
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of...
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Encoding
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.
<
br/>
This clip...
<
br/>
This clip...