Instructional Video5:12
Curated Video

Basics of Chatbots with Machine Learning & Python - Getting the Data

Higher Ed
New ReviewIn 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 webpage of artificial intelligence.
Instructional Video4:33
Curated Video

Basics of Chatbots with Machine Learning & Python - Local Search and Wikipedia Search

Higher Ed
New ReviewIn 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.
Instructional Video8:13
Curated Video

Basics of Chatbots with Machine Learning & Python - Developing Results

Higher Ed
New ReviewWe 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.
Instructional Video3:32
Curated Video

Basics of Chatbots with Machine Learning & Python - Wiki Search

Higher Ed
New ReviewIn 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.
Instructional Video9:37
Curated Video

Basics of Chatbots with Machine Learning & Python - Response Generation

Higher Ed
New ReviewIn this video, we will define a generateResponse() function and define the expected user response from the chatbot.
Instructional Video3:44
Curated Video

Basics of Chatbots with Machine Learning & Python - Chatbot Greets

Higher Ed
New ReviewAfter creating the word tokens, removing the tags, and lemmatizing the words, we will create the chatbot's welcome responses or welcome inputs.
Instructional Video9:25
Curated Video

Basics of Chatbots with Machine Learning & Python - Remove Tags and Lemmatize

Higher Ed
New ReviewIn 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.
Instructional Video6:37
Curated Video

Basics of Chatbots with Machine Learning & Python - Word Tokens and Remove ASCII

Higher Ed
New ReviewIn 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.
Instructional Video4:40
Curated Video

Basics of Chatbots with Machine Learning & Python - Data Input

Higher Ed
New ReviewIn this lesson, we will begin inputting the data we will use for our rule-based chatbot.
Instructional Video1:42
Curated Video

Basics of Chatbots with Machine Learning & Python - Tokenization

Higher Ed
New ReviewIn this lesson, we will perform two types of tokenization—sentence tokenization and word tokenization—using the NLTK library.
Instructional Video2:39
Curated Video

Basics of Chatbots with Machine Learning & Python - Elimination

Higher Ed
New ReviewAfter collecting all the data, you will learn to eliminate the text that we do not want to use in the chatbot project through an elimination process.
Instructional Video6:42
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Spin Up Our First Web App with Express

Higher Ed
New ReviewIn this video, we will look at how to spin up a basic web application using Express. We start by explaining the basics of setting up an Express project, including creating a new project, installing dependencies, and creating a simple...
Instructional Video5:08
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Set Up Routes in Express

Higher Ed
New ReviewThis video demonstrates how to set up routes in an Express application. You will learn the basics of routing in Express, including how to define and use routes to handle HTTP requests and responses.
Instructional Video2:33
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Deleting Files with Node.js

Higher Ed
New ReviewIn this video, we will look at how to delete files using Node.js and the FS module. We start by explaining the different scenarios in which file deletion is necessary, such as removing unnecessary files or cleaning up after a program has...
Instructional Video4:29
Curated Video

Express Framework Mastery: From Beginner to Advanced with Node.js - Writing and Appending Files with the File System Module

Higher Ed
New ReviewIn this video, we will look at how to write and append files using Node.js and the FS module. We will be explaining the basics of file writing and appending and the different scenarios in which these operations are necessary.
Instructional Video4:30
Curated Video

Becoming a Cyber Security Professional - A Beginner's Career Guide - EC-Council

Higher Ed
New ReviewHere, we will get a thorough understanding about the EC-council, for those looking to become an ethical hacker.
Instructional Video8:07
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Changing Default File Permissions (umask)

Higher Ed
New ReviewExplain how to modify default file permissions using umask, a crucial skill for maintaining system security.
Instructional Video3:05
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - New to IT (A+ Certification)

Higher Ed
New ReviewGuide for newcomers to IT, emphasizing the A+ certification as a foundational credential to kickstart a tech career.
Instructional Video1:48
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Support Your Resume

Higher Ed
New ReviewStrengthen your resume with certifications, projects, and skills that align with Linux administration and IT roles.
Instructional Video8:38
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - if-then Scripts

Higher Ed
New ReviewDive into conditional execution with if-then scripts, a fundamental concept for decision-making in your scripts.
Instructional Video8:22
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - File Display Commands (cat, less, more, head, tail)

Higher Ed
New ReviewExplore commands to display file contents, tailoring your view to suit your needs, from full displays to specific sections.
Instructional Video12:42
Curated Video

Complete Linux Training Course to Get Your Dream IT Job - Files and Directory Permissions (chmod)

Higher Ed
New ReviewLearn how to set and modify file and directory permissions using chmod, ensuring secure and appropriate access levels.
Instructional Video4:38
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 6) - Create Category Model-1

Higher Ed
New ReviewIn this video, you will learn how to create a category model.
Instructional Video1:32
Curated Video

The Beginners 2025 Cyber Security Awareness Training Course - Targeted Email Phishing Part II

Higher Ed
New ReviewIn Part II of this engaging module, you will continue to see new examples of targeted phishing emails, and to recognize some of the major red flags in them.