Instructional Video5:11
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Getting the Data

Higher Ed
In this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the web page or artificial intelligence. This clip is from the chapter "Basics of Chatbots...
Instructional Video4:30
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Project Overview and Packages

Higher Ed
In this lesson, we will go over the project conception in detail and install and import all the required libraries for the project, input the data, and perform other tasks to project completion. This clip is from the chapter "Basics of...
Instructional Video3:13
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Module Introduction

Higher Ed
This is a brief introductory video regarding the concepts learned in this module, including preparing and developing the conversational chatbot project using the NLTK library. This clip is from the chapter "Basics of Chatbots with...
Instructional Video4:31
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Local Search and Wikipedia Search

Higher Ed
In this lesson, you will learn how to conduct a local search versus a Wikipedia search. We will generate results based on the responses from the Wikipedia search and the local search. This clip is from the chapter "Basics of Chatbots...
Instructional Video8:11
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results

Higher Ed
We will now test the chatbot for response generation and verify that the chatbot is working perfectly. We will assess the results based on the data input and the response. This clip is from the chapter "Basics of Chatbots with Machine...
Instructional Video3:29
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search

Higher Ed
In this video, you will learn how to search Wikipedia. We will define a function to input data and obtain a response from the Wikipedia_data input we created. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video9:35
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Response Generation

Higher Ed
In this video, we will define a generateResponse() function and define the expected user response from the chatbot. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for...
Instructional Video3:42
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Chatbot Greets

Higher Ed
After creating the word tokens, removing the tags, and lemmatizing the words, we will make the chatbot's welcome responses or welcome inputs. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the...
Instructional Video9:24
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Remove Tags and Lemmatize

Higher Ed
In this video, we will look at removing tags or symbols that we do not want to use in our word token development process. We will then lemmatize the word token using the tag map lemmatizer. This clip is from the chapter "Basics of...
Instructional Video6:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Word Tokens and Remove ASCII

Higher Ed
In this video, you will learn to add word tokens using the normalize function and develop the word token. We are going to use the NLTK.word_tokenize function. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video4:38
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Data Input

Higher Ed
In this lesson, we will begin inputting the data that we will use for our rule-based chatbot. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for Beginners: A Complete Guide to...
Instructional Video7:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Package Installation

Higher Ed
This video demonstrates the steps involved in installing NLTK. Another package we will need to install for creating our chatbot is the Wikipedia app, and then import the required libraries. This clip is from the chapter "Basics of...
Instructional Video1:28
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Rule-Based Chatbots

Higher Ed
This video overviews the steps in developing rule-based chatbots, including installing the package, inputting data, adding word tokens, lemmatizing, and response generation. This clip is from the chapter "Basics of Chatbots with Machine...
Instructional Video6:27
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: NLTK Features

Higher Ed
Let's explore the Natural Language Toolkit, a library used for specific tasks related to natural language processing, including tokenization, filtering words, stemming, lemmatization, chunking/chinking, and entity recognition. This clip...
Instructional Video3:51
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Revolution with ML

Higher Ed
In this video, we will look at the various technologies in which machine learning has revolutionized, including customer services, eCommerce, healthcare, travel and tourism, banking and finance, and general services. This clip is from...
Instructional Video5:05
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: ML-Enabled Features

Higher Ed
In this lesson, we will explore the enabling features of a machine learning-based chatbot, including scaling operations, task automation, user engagement, social media interaction, multilingual models, and connectivity. This clip is from...
Instructional Video4:12
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Architecture of ML Chatbots

Higher Ed
Here, we will focus on and simplify the machine-learning architecture of chatbots with the help of an example. We will understand the NLTK library and its role in developing chatbots. This clip is from the chapter "Basics of Chatbots...
Instructional Video3:08
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Module Overview

Higher Ed
In this video, we will outline the concepts, including the general architecture of machine learning, the purpose of chatbots, the Natural Language Toolkit (NLTK), and developing a rule-based chatbot using NLTK. This clip is from the...
Instructional Video3:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Module Introduction

Higher Ed
Let's look at the different concepts you will be learning in this specific module that focuses entirely on machine learning-based chatbots, including purpose, and finally, work on a project at the end. This clip is from the chapter...
Instructional Video1:19
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Quiz Solution

Higher Ed
This video is the solution to the quiz/exercise based on the concepts learned in this section. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for Beginners: A Complete Guide to...
Instructional Video4:09
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Challenges of Chatbots

Higher Ed
In this video, we will understand the challenges we face using a chatbot, including emerging trends, security, and privacy, customer saturation, predicting human behavior, user satisfaction, and user-bot communication. This clip is from...
Instructional Video4:27
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Mechanism of Chatbots

Higher Ed
Let's understand the mechanism of how a chatbot works. It needs a predefined goal or objective to function, draft potential solution flows, validate examples, define the solution flows, and launch the chatbot. This clip is from the...
Instructional Video2:49
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Rule-Based Chatbots

Higher Ed
Let's understand what rule-based chatbots are and their mechanism of functioning in detail. Here, certain rules or criteria are provided as support to the chatbots and the tasks performed, and the responses are based on those rules. This...
Instructional Video1:23
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Overview of Chatbots: Chatbot Types

Higher Ed
In this lesson, we will look at classifying chatbots based on how they can be trained and tested, including the rule-based chatbot, where rules are specified, and self-learning chatbots, where the chatbot learns independently with the...