Curated Video
Basics of Chatbots with Machine Learning & Python - Getting the Data
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Local Search and Wikipedia Search
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Developing Results
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Wiki Search
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Response Generation
New ReviewIn this video, we will define a generateResponse() function and define the expected user response from the chatbot.
Curated Video
Basics of Chatbots with Machine Learning & Python - Chatbot Greets
New ReviewAfter creating the word tokens, removing the tags, and lemmatizing the words, we will create the chatbot's welcome responses or welcome inputs.
Curated Video
Basics of Chatbots with Machine Learning & Python - Remove Tags and Lemmatize
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Word Tokens and Remove ASCII
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.
Curated Video
Basics of Chatbots with Machine Learning & Python - Data Input
New ReviewIn this lesson, we will begin inputting the data we will use for our rule-based chatbot.
Curated Video
Basics of Chatbots with Machine Learning & Python - Tokenization
New ReviewIn this lesson, we will perform two types of tokenization—sentence tokenization and word tokenization—using the NLTK library.
Curated Video
Basics of Chatbots with Machine Learning & Python - Elimination
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.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Spin Up Our First Web App with Express
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Set Up Routes in Express
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.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Deleting Files with Node.js
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...
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Writing and Appending Files with the File System Module
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.
Curated Video
Becoming a Cyber Security Professional - A Beginner's Career Guide - EC-Council
New ReviewHere, we will get a thorough understanding about the EC-council, for those looking to become an ethical hacker.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Changing Default File Permissions (umask)
New ReviewExplain how to modify default file permissions using umask, a crucial skill for maintaining system security.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - New to IT (A+ Certification)
New ReviewGuide for newcomers to IT, emphasizing the A+ certification as a foundational credential to kickstart a tech career.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Support Your Resume
New ReviewStrengthen your resume with certifications, projects, and skills that align with Linux administration and IT roles.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - if-then Scripts
New ReviewDive into conditional execution with if-then scripts, a fundamental concept for decision-making in your scripts.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - File Display Commands (cat, less, more, head, tail)
New ReviewExplore commands to display file contents, tailoring your view to suit your needs, from full displays to specific sections.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Files and Directory Permissions (chmod)
New ReviewLearn how to set and modify file and directory permissions using chmod, ensuring secure and appropriate access levels.
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 6) - Create Category Model-1
New ReviewIn this video, you will learn how to create a category model.
Curated Video
The Beginners 2025 Cyber Security Awareness Training Course - Targeted Email Phishing Part II
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.