Instructional Video8:11
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 03 - Java Arrays - Puzzles - Arrays of Objects, Primitive Data Types, toStr

Higher Ed
In this video, you will learn about Java arrays with puzzles—arrays of objects, primitive data types, toStr.
Instructional Video5:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower

Higher Ed
In this video, you will understand that string is immutable and string Concat, upper case, lower.
Instructional Video9:17
Curated Video

Unraveling Intelligence: From IQ to Brain Boosting Activities

6th - Higher Ed
Explore the complex world of intelligence, starting with IQ tests and diving into how various activities can enhance cognitive function. This video examines the neuroscience behind intelligence, including how our brains process...
Instructional Video6:05
Curated Video

Chatbots Development with Amazon Lex - Responses with Boto

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses obtained with Boto.
Instructional Video7:28
Curated Video

Chatbots Development with Amazon Lex - Session state Dialog Hook and Dialog Action

Higher Ed
In this lecture, we will understand what a session state is, basically the state of the conversation between the user and the Amazon Lex chatbot and dialog action, which determines the action that Amazon Lex should take to the Lambda...
Instructional Video1:36
Curated Video

Chatbots Development with Amazon Lex - Completing Lambda Function

Higher Ed
In this lesson, we will complete the Lambda function and the last part of the chatbot build—the fulfillment code hook and add them to the database.
Instructional Video11:41
Curated Video

Fundamentals Of Object-Oriented Programming: Java and IntelliJ - File Handling

Higher Ed
In this video, we will be looking at file and exception handling. We will wrap our file statements inside the try and catch blocks.
Instructional Video5:07
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating MainEmojiQuoteView and GridImagesView

Higher Ed
Here, you will learn to calibrate the “MainEmojiQuoteViewâ€. We will link the emoji to the quotes view and the images to the emoji quotes. When the app is run, we can make the emoji produce a random quote in the bubble and link the...
Instructional Video3:47
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - ShareImageView - Part 2 - Image and Color Picker section.screenflow

Higher Ed
Now, we will focus on learning how to resize the image. You will learn to add a slider that accepts a value, which will be the dimension of the screen display where the image gets displayed. We can resize the image and the font using the...
Instructional Video8:02
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Updating the Image View

Higher Ed
This video demonstrates how we can update the image view. We will use binding variables defining the image, color, and size. We will also adjust the image view based on the device that the app will run. This clip is from the chapter...
Instructional Video4:35
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Quote Model

Higher Ed
This video demonstrates how to use a quotable API. We will use Google to locate the Luke Peavey Quotable and obtain random quotes. We will use the JSON decoder and develop the Quote Model. This clip is from the chapter "Emoji App" of the...
Instructional Video2:45
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: User-Based Collaborative Filtering

Higher Ed
In this lesson, we will discuss user-based collaborative filtering in machine learning for a recommender system.
Instructional Video5:10
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Design Approaches for ML

Higher Ed
In this lecture, we will explore the design approaches for recommender systems using machine learning.
Instructional Video7:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Benefits of Machine Learning

Higher Ed
Let's understand what role machine learning plays in a recommender system and what are the benefits of machine learning.
Instructional Video4:40
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Content-Based Filtering

Higher Ed
In this lesson, we will understand the first model of filtering, content-based filtering, and learn its pros and cons.
Instructional Video3:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Content-Based Filtering

Higher Ed
In this lesson, we will understand content-based filtering and how to develop it with machine learning.
Instructional Video2:54
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Motivation for Recommender System: Generations of Recommender Systems

Higher Ed
In this lesson, we will look at the first, second, and third generations of recommender systems.
Instructional Video9:06
Curated Video

A Detailed Guide to the OWASP Top 10 - Understanding SQL and Databases

Higher Ed
This video explains databases and Structured Query Language (SQL).
Instructional Video17:06
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - Personal Cybersecurity - What I Do

Higher Ed
In this video, the author talks about the necessary steps that he takes to keep himself and his data safe from malware and hackers. This clip is from the chapter "Introduction" of the series "The Absolute Beginners Guide to Cybersecurity...
Instructional Video4:21
Curated Video

The Absolute Beginners Guide to Cybersecurity 2023 - Part 4 - HTTP and HTTPS

Higher Ed
In this video, you will learn the difference between HTTP and HTTPS by looking at two different websites. This clip is from the chapter "Internet and Browsing Security" of the series "The Absolute Beginners Guide to Cybersecurity 2023 -...
Instructional Video1:56
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz Solution

Higher Ed
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Instructional Video13:11
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Media Content Delivery

Higher Ed
We live in an age of media. New media. Social media. Whatever the media platform, AWS provides a solution for it. This video explores the various media creation, management and distribution services of AWS.
Instructional Video9:42
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - CloudFront

Higher Ed
Do you have an application that needs to be available on the Web and perform as well as possible for the end users? Of course, you do. CloudFront is the AWS solution that helps you accomplish this, and you will learn about it here.
Instructional Video13:41
Curated Video

The Art of Doing - Web Development for Beginners - About Me Project

Higher Ed
In this video, we will walk through my version of the "About Me" project and learn how to apply the HTML tags we covered in the previous videos to build a simple and basic web page. This clip is from the chapter "Basic HTML Tags" of the...