Instructional Video3:57
Curated Video

Chatbots Development with Amazon Lex - Making Utterances

Higher Ed
After understanding intents and slots in detail, we will make utterances in our chatbots. We will begin with creating intent and then create an utterance using the sample utterances tab.
Instructional Video4:57
Curated Video

Chatbots Development with Amazon Lex - Twilio and Website

Higher Ed
In this video, you will learn about the Twilio application and how it helps Amazon Lex create the chatbot. You will learn to integrate Twilio with Lex. This is the third step for Twilio connectivity and website connectivity.
Instructional Video5:14
Curated Video

Chatbots Development with Amazon Lex - Chatbot Steps

Higher Ed
This video provides an in-depth outline of the various steps involved in creating a chatbot with Amazon Lex. We will understand how Amazon Lex connects with Amazon Lambda, Twilio software, and Amazon DynamoDB for storage.
Instructional Video6:38
Curated Video

Chatbots Development with Amazon Lex - Module 2 Overview

Higher Ed
This is an introductory video on the concepts to be learned in this module, including chatbot creation steps, AWS Lambda, Twilio, and project creation.
Instructional Video4:06
Curated Video

Chatbots Development with Amazon Lex - Framework of Lex

Higher Ed
In this lecture, we will discuss the framework of Amazon Lex and how it functions. We will look at the operation cycle of the Amazon chatbot.
Instructional Video8:48
Curated Video

Chatbots Development with Amazon Lex - Chatbot on Website

Higher Ed
This video demonstrates how to use the chatbot that we created on a website. We will look at the available code to implement the chatbot and showcase it on the website. We will use the app, Kommunicate.io.
Instructional Video2:58
Curated Video

Chatbots Development with Amazon Lex - AWS Lambda Steps

Higher Ed
In this lesson, you will learn 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.
Instructional Video3:40
Curated Video

Chatbots Development with Amazon Lex - Course Description

Higher Ed
This video discusses the concepts to be covered in this course, including Amazon Web Services, Amazon Lex bot, Amazon Twilio, website integration, response cards, and more.
Instructional Video2:30
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - Introduction

Higher Ed
This video introduces the author, the course in general, what to expect from the course, and a brief introduction to Java programming.
Instructional Video7:09
Curated Video

Deep Learning - Crash Course 2023 - Challenges in Creating Deep Neural Networks from Scratch

Higher Ed
In this video, we will discuss the challenges involved in creating deep neural networks from scratch. We will explore the common issues faced during the training process and learn how to overcome them. This clip is from the chapter...
Instructional Video10:27
Curated Video

Deep Learning - Crash Course 2023 - Perceptron in Python

Higher Ed
In this video, we will work on programming our Perceptron model in Python. This clip is from the chapter "Perceptron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn about Perceptron in Python.
Instructional Video4:07
Curated Video

Deep Learning - Crash Course 2023 - Intuition of Data

Higher Ed
In this video, we will have a brief overview of the data for MP intuition. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks...
Instructional Video5:44
Curated Video

Advanced Chatbots with Deep Learning and Python - 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.
Instructional Video9:39
Curated Video

Advanced Chatbots with Deep Learning and Python - 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.
Instructional Video5:10
Curated Video

Advanced Chatbots with Deep Learning and Python - Separation and Sequence

Higher Ed
In this video, you will learn to make the train-test story questions and answers. We will then use a for loop to enter the story, question, and answer into the respective parts.
Instructional Video3:01
Curated Video

Advanced Chatbots with Deep Learning and Python - Tokenizer

Higher Ed
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.
Instructional Video5:15
Curated Video

Advanced Chatbots with Deep Learning and Python - Develop Vocabulary

Higher Ed
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.
Instructional Video6:47
Curated Video

Advanced Chatbots with Deep Learning and Python - Data Preparation

Higher Ed
We will use the two datasets available for our project, the training QA and the testing QA. We will save them in our project folder and invoke them as needed.
Instructional Video1:59
Curated Video

Advanced Chatbots with Deep Learning and Python - Steps Involved

Higher Ed
In this lesson, you will learn about the various steps involved in developing chatbots based on deep learning techniques. We will install the required packages, define chat models and tokenization, and set up the encoder-decoder model.
Instructional Video4:48
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Speech Bubble View - Part 2

Higher Ed
In this video, let's create a new view, “SpeechBubbleViewâ€, and pass arguments with the CGFloat function. You will learn to alter the tail size and radius of the bubble and try different values until we find an optimal tail size and...
Instructional Video9:24
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Steppers

Higher Ed
In this lesson, we will explore steppers in detail. We will create a SwiftUI view, “StepperExampleViewâ€, to accept user input and display information/messages. This clip is from the chapter "Beyond the Basics" of the series "SwiftUI...
Instructional Video5:40
Curated Video

Solving Equations GCSE Questions

3rd - Higher Ed
In this video we go through some GCSE style exam practice questions for solving equations. Difficulty increases with each set of questions.
Instructional Video8:24
Curated Video

Linux Network Administration - chronyd - newer Version of NTP

Higher Ed
This video explains the chronyd daemon, the latest daemon that is used nowadays to replace the NTP daemon.
Instructional Video4:58
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Dataset Usage

Higher Ed
In this lesson, you will learn to develop our content-based filtering for the song project.