Instructional Video6:36
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Word Tokens and Remove ASCII

Higher Ed
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. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video4:38
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Data Input

Higher Ed
In this lesson, we will begin inputting the data that we will use for our rule-based chatbot. This clip is from the chapter "Basics of Chatbots with Machine Learning and Python" of the series "Chatbots for Beginners: A Complete Guide to...
Instructional Video7:19
Curated Video

CISSP Crash Course - Security in Systems Part 2

Higher Ed
This video continues talking about security in systems, microservices, and containerization. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on...
Instructional Video5:32
Curated Video

Master SQL for Data Analysis - Let's Recap

Higher Ed
In this final video, the author succinctly recapitulates the course content with explanations of key terminologies and topics covered thus far. This clip is from the chapter "Course Summary – Level 2" of the series "Master SQL for Data...
Instructional Video3:11
Curated Video

Master SQL for Data Analysis - Creating a Window Function

Higher Ed
This is an illustrative video on creating a simple window function using the OVER and PARTITION BY functions. This clip is from the chapter "SQL - Window Functions" of the series "Master SQL for Data Analysis".This section focuses on one...
Instructional Video3:43
Curated Video

Master SQL for Data Analysis - Distinct Values (DISTINCT)

Higher Ed
Let's explore the way to find distinct values among multiple rows of data as part of a preliminary preparation process. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This...
Instructional Video1:49
Curated Video

Master SQL for Data Analysis - Data-Type Conversions (CAST)

Higher Ed
Here, we will understand predefined datatypes and how to convert one data type to another. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section focuses on the...
Instructional Video3:05
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Compute Loss

Higher Ed
Here, we will look at the next step of training our model: the compute loss function. This clip is from the chapter "Project Amazon Product Recommendation System" of the series "Recommender Systems: An Applied Approach Using Deep...
Instructional Video3:06
Curated Video

Master SQL for Data Analysis - Overview

Higher Ed
This video briefly outlines the window functions, a powerful tool used to work on the most complex structures in SQL and data analysis in complex projects. This clip is from the chapter "SQL - Window Functions" of the series "Master SQL...
Instructional Video9:39
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Vectorize Stories

Higher Ed
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. This clip is from the chapter...
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 Video9:26
Curated Video

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

Higher Ed
This video demonstrates the process of connecting Amazon Lambda to our chatbot. We will create the functions required for our chatbot and author it from scratch. This clip is from the chapter "Chatbots Development with Amazon Lex" of the...
Instructional Video2:58
Curated Video

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

Higher Ed
This lesson will teach us to connect Amazon Lambda with Amazon Lex. Amazon Lambda helps with the validation and fulfillment of the chatbot. You will learn about the steps involved in performing the connectivity. This clip is from the...
Instructional Video5:06
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Model Completion

Higher Ed
In this video, after training and testing the data, querying the questions, and obtaining responses, we are now at model completion with compiling the questions and responses to check for accuracy. This clip is from the chapter "Advanced...
Instructional Video5:46
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Deep Learning-Based Chatbot Architecture and Development: Vectorizing Train and Test Data

Higher Ed
After creating the vectorization function, we will input the stories, queries, and answers using the vectorize function that we created using the train data. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python"...
Instructional Video14:49
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Classification in Code

Higher Ed
In this video, we will practice all that we have learnt in the previous video about classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in...
Instructional Video4:41
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Convolution

Higher Ed
In this video, you will learn how to apply convolution to an image to create a blurring filter. This clip is from the chapter "SciPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section,...
Instructional Video2:38
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - The apply() Function

Higher Ed
In this video, you will learn about the apply() function. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Pandas.
Instructional Video3:56
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Line Chart

Higher Ed
In this video, you will learn about a line chart. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.
Instructional Video14:40
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Generating Data

Higher Ed
In this video, we will discuss how to generate data. 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 Video14:51
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Matrices

Higher Ed
In this video, you will learn about matrices. 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 NumPy,...
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 Video20:21
Curated Video

HashiCorp Certified - Vault Associate Course - Using the Transit Secrets Engine

Higher Ed
This video will cover how to use the Transit Secrets Engine in Vault to securely encrypt and decrypt data at rest. This clip is from the chapter "Compare and Configure Secrets Engines" of the series "HashiCorp Certified - Vault Associate...
Instructional Video4:59
Curated Video

The Complete Vue.js Course for Beginners - Events and Parameters

Higher Ed
In this video, you will learn about events in Vue.js; we will also discuss how we can use events in JavaScript as a framework. This clip is from the chapter "Getting Started with Basic Code" of the series "The Complete Vue.js Course for...