Instructional Video7:07
Curated Video

Recommender Systems with Machine Learning - Exploring Genres

Higher Ed
This video helps you with exploring genres from the dataset. This clip is from the chapter "Project 1: Song Recommendation System Using Content-Based Filtering" of the series "Recommender Systems with Machine Learning".This section...
Instructional Video8:46
Curated Video

Recommender Systems with Machine Learning - Making Recommendations

Higher Ed
This video helps you with making recommendations. 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 for...
Instructional Video10:53
Curated Video

Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Matrix

Higher Ed
This video is about the tf-idf (Term Frequency-Inverse Document Frequency) matrix. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on...
Instructional Video12:27
Curated Video

Recommender Systems with Machine Learning - Exploring Genres in Content-Based Filtering

Higher Ed
This video helps you explore the genres in content-based filtering. 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...
Instructional Video8:11
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Printing Contents of Files

Higher Ed
In this video, you will learn how to print contents of files using cat and echo commands. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video2:08
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Pipe and sed

Higher Ed
In this video, we will understand a pipe “|†and also understand the use of the sed command. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for...
Instructional Video2:47
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Grep, Comparing Files

Higher Ed
In this video, you will learn the Grep, cmp, and comm commands. 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 will work...
Instructional Video4:07
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Copying, Moving, Renaming Files

Higher Ed
In this video, you will learn how to copy, move, or rename files using cp, mv, and so on. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video3:50
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Max Story and Question Length

Higher Ed
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. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the...
Instructional Video9:08
Curated Video

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

Higher Ed
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. This clip is from the chapter "Basics of Chatbots with Machine...
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 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 Video6:56
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: Starting Lambda Code

Higher Ed
In this video, we will prepare to write the code for the chatbot; we will import a few required libraries, including JSON, datetime, and time. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots...
Instructional Video7:11
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Dot Product

Higher Ed
In this video, we will discuss Dot Product in NumPy. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world of...
Instructional Video1:36
Curated Video

Getting Started with HashiCorp Nomad - The Nomad UI

Higher Ed
After exploring the Nomad CLI, we will examine the Nomad user interface. We will understand how to view the Nomad infrastructure, jobs, tasks, evaluations, allocations, variables, and more. This clip is from the chapter "Interacting with...
Instructional Video4:26
Curated Video

The Complete Vue.js Course for Beginners - Data Child to Parent

Higher Ed
In this video, we will talk about how we can pass data from a child component to a parent component. This clip is from the chapter "Basic Code Part" of the series "The Complete Vue.js Course for Beginners".This section explains the basic...
Instructional Video5:09
Curated Video

The Complete Vue.js Course for Beginners - Reuse Components

Higher Ed
In this video, we will discuss the reuse of components. You will learn to build a reusable component in Vue, which will be used to reuse it in Create or Edit or anywhere that requires the same code and functionality. This clip is from...
Instructional Video3:39
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Trim, Len, and Space

Higher Ed
This video explains three different functions: Trim, which is used to trim unwanted space from the text; the Len function is used to get the number of characters the string has; and the Space function is useful for formatting output and...
Instructional Video2:40
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Select Case

Higher Ed
This video explains select case statements, which is an alternative way to write If and Else if statements and help you have a more understandable code. This clip is from the chapter "VBA Conditional Statements" of the series "The...
Instructional Video4:08
Curated Video

The Ultimate Excel VBA Course - Learn and Master VBA Fast - Addition and Subtraction

Higher Ed
This video explains how to add and subtract in Excel VBA. This clip is from the chapter "Mastering Variables in VBA" of the series "The Ultimate Excel VBA Course - Learn and Master VBA Fast".This video explains variables in VBA using...
Instructional Video13:02
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Local Storage / 207

Higher Ed
This video explains how to store information in local storage so as to access it later on. This clip is from the chapter "Local Storage" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video3:08
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Reverse Method / 075-3

Higher Ed
This video explains the .reverse() method in arrays. This clip is from the chapter "Array Methods" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains methods related to arrays.
Instructional Video8:03
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Changing CSS Styles / 050

Higher Ed
This video explains how to change CSS styles with an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document...
Instructional Video15:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Attributes (Get/Set) / 049

Higher Ed
This video explains attributes in DOM using an example. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the document object model.