Instructional Video4:26
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Lex Bot Overview

Higher Ed
In this video, we will look at the Amazon Lex bot. Here, we will briefly overview its architecture, define the chat experience and the processes involved, and deploy the chatbot. This clip is from the chapter "Chatbots Development with...
Instructional Video4:30
Curated Video

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

Higher Ed
After checking our model for accuracy, we will make predictions of our results from the model we created. We will visualize the predictions using the test data. This clip is from the chapter "Advanced Chatbots with Deep Learning and...
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:43
Curated Video

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

Higher Ed
After learning to create our encoders for the input sequences and the questions, the encoders will match the data and obtain the responses. This clip is from the chapter "Advanced Chatbots with Deep Learning and Python" of the series...
Instructional Video6:52
Curated Video

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

Higher Ed
We will begin to develop our deep learning model and input placeholders to store the maximum story length and question length and define the vocabulary size. We will now build our encoder using the sequential model. This clip is from the...
Instructional Video5:54
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning: Section Summary

Higher Ed
In this video, we will summarize our learning from this section. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover...
Instructional Video12:26
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?

Higher Ed
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video7:00
Curated Video

The Complete Vue.js Course for Beginners - Two-Way Binding with Multiple Inputs

Higher Ed
In this video, you will learn about two-way binding with multiple bindings, and we will add a new dynamic in this video by adding multiple boxes and obtain data from them. This clip is from the chapter "Getting Started with Basic Code"...
Instructional Video4:45
Curated Video

The Complete Vue.js Course for Beginners - Complete Form

Higher Ed
In this video, we will extend the form a little bit further. To extend the form, we will add a label for hobbies and place a break between the hobbies bar. This clip is from the chapter "Form and Validation" of the series "The Complete...
Instructional Video5:25
Curated Video

The Complete Vue.js Course for Beginners - Simple Form

Higher Ed
In this video, we will create a simple form and we will do validation through Vue.js in it. This clip is from the chapter "Form and Validation" of the series "The Complete Vue.js Course for Beginners".In this section, we will look at...
Instructional Video5:47
Curated Video

Power BI Tips and Tricks (Includes Time-Saving ChatGPT Prompts) - Power BI Trouble with Combining Excel Files with a Different Structure

Higher Ed
This video addresses a common challenge faced by Power BI users, combining Excel files with different structures. The video provides solutions for handling this issue and offers tips on structuring data effectively to avoid problems when...
Instructional Video7:13
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Introduction to ChatGPT and LLMs

Higher Ed
This video provides an overview of large language models (LLMs) and introduces ChatGPT as an example. The video covers the basic principles behind LLMs, how they are trained on vast amounts of text data to generate human-like responses,...
Instructional Video7:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Form: Add Task / 292

Higher Ed
This video explains the add functionality in the Kanban project. This clip is from the chapter "Project: Kanban Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains a...
Instructional Video6:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Exceptions / 202

Higher Ed
This video explains exceptions in JavaScript. This clip is from the chapter "Error Handling and Exceptions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains error handling and...
Instructional Video11:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Template Structure (Optional) / 212

Higher Ed
This video explains how to design the CSS template. This clip is from the chapter "Project: Quiz Application" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will put your newfound...
Instructional Video13:16
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events on HTML Page / 065

Higher Ed
This video explains events on HTML page. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains form and form events with an example.
Instructional Video11:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Keyboard Events / 063

Higher Ed
This video explains the event type, which is key up. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains form and form events with...
Instructional Video5:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Basic Form Validation / 062

Higher Ed
This video explains how to work around the paragraph field according to our result. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video8:12
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Testing RegEx Patterns / 061

Higher Ed
This video explains how to validate the input from the user using RegEx patterns. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section...
Instructional Video15:19
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Regular Expressions / 060

Higher Ed
In this video, you will delve into the topic of regular expressions, commonly referred to as RegEx. This video provides a comprehensive explanation of regular expressions and how they are used in JavaScript. This clip is from the chapter...
Instructional Video8:14
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Submit Events / 059

Higher Ed
In this video, you will learn how to submit events using an informative and practical example. This video provides a step-by-step guide on how to handle and submit events within forms using JavaScript. This clip is from the chapter "Form...
Instructional Video3:34
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Events Inside Forms / 057

Higher Ed
This video explains the various types of events that can occur within forms and how to handle them in JavaScript. This clip is from the chapter "Form and Form Events" of the series "JavaScript Masterclass - Zero to Job-Ready with...
Instructional Video5:21
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Functions and Methods / 034

Higher Ed
This video explains functions and methods in JavaScript. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains functions, arguments, and...
Instructional Video15:31
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Arguments and Parameters / 031

Higher Ed
This video explains arguments and parameters in JavaScript along with an example. This clip is from the chapter "Functions" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains...