Instructional Video2:13
Curated Video

Recommender Systems with Machine Learning - Overview of Recommender Systems

Higher Ed
This video provides an overview of the recommender systems and their importance. This clip is from the chapter "Introduction" of the series "Recommender Systems with Machine Learning".This section provides an introduction to the course.
Instructional Video4:07
Curated Video

Linux Operating System: A Complete Linux Guide for Beginners - Copying, Moving, Renaming Files

Higher Ed
In this video, you will learn how to copy, move, or rename files using cp, mv, and so on. This clip is from the chapter "Working with Files and Directories" of the series "Linux Operating System: A Complete Linux Guide for Beginners".In...
Instructional Video3:29
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Machine Learning-Based Chatbots: Wiki Search

Higher Ed
In this video, you will learn how to search Wikipedia. We will define a function to input data and obtain a response from the Wikipedia_data input we created. This clip is from the chapter "Basics of Chatbots with Machine Learning and...
Instructional Video10:49
Curated Video

CISSP Crash Course - Operate Detective and Preventative Controls

Higher Ed
This video explains firewalls and how to operate detective and preventative controls. This clip is from the chapter "Security Operations" of the series "CISSP Crash Course".This section covers domain 7, which focuses on security operations.
Instructional Video13:06
Curated Video

CISSP Crash Course - Secure Communication

Higher Ed
This video explains how to implement secure communication. This clip is from the chapter "Communication and Network Security" of the series "CISSP Crash Course".This section covers domain 4, which focuses on communication and network...
Instructional Video10:06
Curated Video

CISSP Crash Course - Security Training

Higher Ed
This video explains security awareness, training, and education. This clip is from the chapter "Security and Risk Management" of the series "CISSP Crash Course".This section explains domain 1, which focuses on security and risk management.
Instructional Video1:52
Curated Video

Recommender Systems: An Applied Approach using Deep Learning - Deep Learning Quiz Solution

Higher Ed
This is the solution to the quiz based on the deep learning concepts learned so far in this module. This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender Systems: An Applied Approach...
Instructional Video6:05
Curated Video

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

Higher Ed
After creating a query with Boto and obtaining responses from the chatbot, we will look at the responses received with Boto. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series "Chatbots for Beginners: A...
Instructional Video1:36
Curated Video

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

Higher Ed
In this lesson, we will complete the Lambda function and into the last part of the chatbot build, the fulfillment code hook, and add them to the database. This clip is from the chapter "Chatbots Development with Amazon Lex" of the series...
Instructional Video7:28
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Chatbot Development with AWS Lex and AWS Lambda: 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 Video3:39
Curated Video

HashiCorp Certified - Vault Associate Course - Announcement—Token Update for Vault 1.10

Higher Ed
In this video, we will discuss the recent announcement from HashiCorp regarding token updates for Vault 1.10. This clip is from the chapter "Assess Vault Tokens" of the series "HashiCorp Certified - Vault Associate Course".This section...
Instructional Video3:55
Curated Video

The Complete Vue.js Course for Beginners - Teleport Components

Higher Ed
is a built-in component that allows us to "teleport" a part of a component's template into a DOM node that exists outside the DOM hierarchy of that component. This clip is from the chapter "Advanced Concepts" of the series "The Complete...
Instructional Video3:02
Curated Video

ChatGPT 101 - Supercharge Your Work and Life with ChatGPT - Conclusion, Thank You, and Final Tips

Higher Ed
In this video, the author thanks the learners for watching and learning from the videos, offers some final tips and encouragement for using ChatGPT productively and effectively, and emphasizes the importance of continuing to practice and...
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 Video12:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Insert Task / 287

Higher Ed
This video explains the insert task functionality of the 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 Video14:04
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Controlling Content (Add/Delete) / 048

Higher Ed
This video explains how to add and delete content on our webpage using DOM. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the...
Instructional Video3:17
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - DOM Introduction / 044

Higher Ed
This video introduces you to DOM, which is one of the most important topics of JavaScript. This clip is from the chapter "Document Object Model" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video25:54
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - How Web Works? (Optional)

Higher Ed
This video explains how web works. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS refresher.
Instructional Video25:43
Curated Video

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

Higher Ed
This video explains the CSS template for the project. This clip is from the chapter "Project: notNotion" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section explains the project on notNotion.
Instructional Video16:53
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Drag-Drop Task Card / 295

Higher Ed
This video explains the drag and drop task card of 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 Video17:22
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Update Task / 289

Higher Ed
This video explains how to update a task from the 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 web-based...
Instructional Video12:35
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Introduction to CSS

Higher Ed
This video introduces you to Cascading Style Sheets. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...
Instructional Video5:32
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics II

Higher Ed
This video continues to explain HTML semantics and explains the tag called img. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This...
Instructional Video10:33
Curated Video

JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - HTML Semantics I

Higher Ed
This video explains HTML semantics and their importance. This clip is from the chapter "(Optional) HTML and CSS Refresher" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".This section is an HTML and CSS...