Hi, what do you want to do?
Curated Video
Recommender Systems with Machine Learning - KNN Implementation-1
This video explains how to implement KNN.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine learning...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine learning...
Curated Video
Recommender Systems with Machine Learning - Geographic Filtering
This video helps you with geographic filtering.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Recommender Systems with Machine Learning - Collaborative Filtering Using KNN
This video helps you with collaborative filtering using KNN.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
Curated Video
Recommender Systems with Machine Learning - Age Distribution for Users
This video helps you find the age distribution for users from the dataset.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses...
Curated Video
Recommender Systems with Machine Learning - Item-Based Filtering Data Preparation
This video explains and demonstrates item-based filtering data preparation.
<
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
Recommender Systems with Machine Learning - Making Recommendations
This video helps you with making recommendations.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Recommender Systems with Machine Learning - Recommendation Engine
This video talks about the recommendation engine in detail.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use 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
Recommender Systems with Machine Learning - Exploring Genres in Content-Based Filtering
This video helps you explore the genres in content-based filtering.
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the...
<
br/>
This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the...
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 - Deep Learning-Based Chatbot Architecture and Development: Max Story and Question Length
In this video, you will learn to define the project's story length and question length, determined by the number of words in the story or question.
<
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 - Deep Learning-Based Chatbot Architecture and Development: Develop Vocabulary
In this video, you will learn to combine the datasets, test data, and train data; we will use the all_data function to combine the datasets.
<
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 - Project: Conversational Chatbot Development with Machine Learning: Bot Finishing
After setting all elements of the chatbot, we will complete the bot by inputting queries and data and receiving responses from the chatbot based on the question placed.
<
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: Generate Response
We will import two libraries, tfidf, and cosine_similarity, and then use the TF-IDF vectorizer to generate chatbot responses based on the query input.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Project: Conversational Chatbot Development with Machine Learning: Greeting Function
After setting everything up, we will now look at creating a few greeting inputs and a few greeting responses for the conversational chatbot to respond with.
<
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 - 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 - Project: Conversational Chatbot Development with Machine Learning: Getting the Data
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.
<
br/>
This clip is from the chapter "Basics...
<
br/>
This clip is from the chapter "Basics...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Developing Results
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.
<
br/>
This clip is from the chapter "Basics of Chatbots...
<
br/>
This clip is from the chapter "Basics of Chatbots...
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: Response Generation
In this video, we will define a generateResponse() function and define the expected user response from the chatbot.
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots...
<
br/>
This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots...
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...