Instructional Video9:03
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - String Methods

Higher Ed
In this video, we will learn about the two methods of assigning a string variable in Java programming.
Instructional Video10:36
Curated Video

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

Higher Ed
Continuing on our previous lesson, where we learned about the datatypes in Java, in this lesson, we will look at the string datatype in more detail.
Instructional Video6:52
Curated Video

Advanced Chatbots with Deep Learning and Python - Encoding

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

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

Advanced Chatbots with Deep Learning and Python - 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.
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 Video2:38
Curated Video

Finding the Volume of a Cuboid

3rd - Higher Ed
This video will show you how to find the volume of a cuboid. Practice questions and answers are at the end of the video.
Instructional Video2:55
Curated Video

How to Find the Area of a Trapezium

3rd - Higher Ed
This video will explain how to find the area of a trapezium and provides a visual demonstration of the formula, using the area of a parallelogram. Practice questions and answers are at the end of the video.
Instructional Video6:54
Curated Video

Building a ChatGPT AI with JavaScript - An OpenAI Code-Along Guide - Robust Error Handling and Logic Completion to OpenAI API

Higher Ed
In this video, we will teach you how to implement robust error handling and logic completion for your OpenAI API, ensuring that your application can handle unexpected user input and provide accurate responses.
Instructional Video11:52
Instructional Video8:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations

Higher Ed
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.
Instructional Video5:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Random Train-Test Split

Higher Ed
After mapping the rating to the dataset, we will train-test split the dataset to our recommender system with shuffling and prediction.
Instructional Video5:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count

Higher Ed
In this lesson, we will create functions to calculate the count of the elements of the project.
Instructional Video7:14
Curated Video

Tracing Giants: Discovering France's Dinosaur Legacy

6th - Higher Ed
Journey through France's prehistoric past as we uncover giant dinosaur footprints in the Jura Mountains and massive fossils in Charente. This video highlights the thrilling discoveries and ongoing research that reveal the immense scale...
Instructional Video4:26
Curated Video

Behavioral Design Patterns in C++ - Undo - III

Higher Ed
This video will help you implement the undo method of several command classes. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Instructional Video14:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cart Interface / 123

Higher Ed
The shopping cart page is designed to allow buyers to see all the products they have added to the shopping cart. It contains a detailed list of products.
Instructional Video11:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Redux Store State / 094

Higher Ed
Redux is a popular data store for JavaScript and React applications. It follows a central principle that data binding should flow.
Instructional Video14:48
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Components / 045

Higher Ed
We will work on building the user interface for our TaskMate application. We will create a components folder in the source and develop components, header, Addtask, and Showtask. We will create the input box and basic CSS styles.
Instructional Video5:25
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Event / 026

Higher Ed
In this video, we will examine the listener that we will work with, which calls a function that will execute a task every time there is a change in the input, an anonymous function, or create a function based on our requirement.
Instructional Video9:16
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Queries, Type, Expect, and More / 154

Higher Ed
This video will teach an important concept before moving on to JavaScript and jQuery, the document object model (DOM).
Instructional Video5:00
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Solution: WordCount / 158

Higher Ed
In this video, we will look at a demonstration to add an extra layer of security to the user and plain password authentication.