Hi, what do you want to do?
Curated Video
Social Media Automation using Python - Coding a Simple Scheduler
In this lecture, we will look at creating a simple scheduler. We will first import the requisite libraries and then write a simple code to create a scheduler to automate the task.
<
br/>
This clip is from the chapter "Scheduling" of...
<
br/>
This clip is from the chapter "Scheduling" of...
Curated Video
Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Matrix
This video is about the tf-idf (Term Frequency-Inverse Document Frequency) matrix.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Linux File Editors (Vi Text Editor)
In this video, we will have a look at the vi text editor.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we...
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In this section, we...
Curated Video
Linux Operating System: A Complete Linux Guide for Beginners - Pipe and sed
In this video, we will understand a pipe “|†and also understand the use of the sed command.
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide...
<
br/>
This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Tokenizer
You will learn to import the tokenizer with and without filters. We will fit the tokenizer into our vocabulary using the fit_on_texts built-in command.
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning and...
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning and...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Lemmatization and Processed Text
In this video, we will look at the project's next step, the lemmatization process, using the WordNet lemmatizer and the NLTK library for the conversational chatbot.
<
br/>
This clip is from the chapter "Basics of Chatbots with...
<
br/>
This clip is from the chapter "Basics of Chatbots with...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Tokenization
In this lesson, we will perform two types of tokenization, sentence tokenization and word tokenization, using the NLTK library.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search
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.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Chatbot Greets
After creating the word tokens, removing the tags, and lemmatizing the words, we will make the chatbot's welcome responses or welcome inputs.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python"...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python"...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Remove Tags and Lemmatize
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.
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Word Tokens and Remove ASCII
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.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine...
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
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: NLTK Features
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.
<
br/>...
<
br/>...
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
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 - Deep Learning-Based Chatbot Architecture and Development: Vectorizing Train and Test Data
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data.
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning...
<
br/>
This clip is from the chapter "Advanced Chatbots with Deep Learning...
Curated Video
The Complete Vue.js Course for Beginners - Vue.js Interpolation
Vue.js interpolation is simply the process of displaying a string that's defined within your component logic. In this video, we will see how we can use interpolation and its role in Vue.js
<
br/>
This clip is from the chapter...
<
br/>
This clip is from the chapter...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Arrays and the Split Function
This video explains the split function where the string will be split into substrings using a delimiter.
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
<
br/>
This clip is from the chapter "Arrays" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Logical Operators
This video explains logical operators in VBA such as AND, OR, NOT.
<
br/>
This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the...
<
br/>
This clip is from the chapter "VBA Conditional Statements" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section explains the...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Subroutines
This video explains a subroutine, which is a piece of code that performs a specific task described in the code but does not return a result or value.
<
br/>
This clip is from the chapter "Subs and Functions" of the series "The...
<
br/>
This clip is from the chapter "Subs and Functions" of the series "The...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Each Loop
This video explains the For Each loop that is normally used with collections and arrays, which helps you run one or more loops to cycle through.
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel...
<
br/>
This clip is from the chapter "Loops with VBA" of the series "The Ultimate Excel...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - For Loop
This video explains the For loop that enables you to loop through a range of cells with just a few codes lines until the condition is met, and the code moves onto the next line of code.
<
br/>
This clip is from the chapter "Loops...
<
br/>
This clip is from the chapter "Loops...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - Excel VBA Replace
This video explains how to use the replace function to change the incorrect word.
<
br/>
This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section...
<
br/>
This clip is from the chapter "String Functions" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This section...
Curated Video
The Ultimate Excel VBA Course - Learn and Master VBA Fast - With and End With
This video explains a new object called With and End With, where you can perform a series of statements on a specified object without specifying the name of the object multiple times.
<
br/>
This clip is from the chapter "VBA...
<
br/>
This clip is from the chapter "VBA...