Curated Video
Deep Learning - Crash Course 2023 - NumPy Part 2
In this video, you will learn what is broadcasting in NumPy. This clip is from the chapter "Python for Data Science - Crash Course" of the series "Deep Learning - Crash Course 2023".In this section, we will have a quick refresher on...
Curated Video
Deep Learning - Crash Course 2023 - Applications of Data
In this video, we will look at the different actions we can perform on data to fulfil our requirements. This clip is from the chapter "Getting the Basics Right" of the series "Deep Learning - Crash Course 2023".In this section, you will...
Curated Video
Advanced Chatbots with Deep Learning and Python - Steps Involved
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.
Curated Video
Advanced Chatbots with Deep Learning and Python - Module Introduction-2
In this video, you will learn more about deep learning and the general architecture, chatbot development with deep learning, and its related concepts.
Curated Video
GCSE Maths Questions Mixed Topics
This video covers a variety of GCSE exam style practice questions on a range of maths topics, such as nets, symmetry and algebra.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Project Introduction
This video provides a brief overview of the content-based recommender system for songs.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Guidelines for ML
In this video, we will discuss a few guidelines for machine learning-based recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: Data Partitioning
Here, we will look at data partitioning, represented as a URL.
Curated Video
Fundamentals of Secure Software - OWASP WebGoat Demo
WebGoat is a deliberately insecure web application maintained by OWASP designed to teach web application security videos. In this video, we will do a brief demo to get you started on using WebGoat.
Curated Video
A Detailed Guide to the OWASP Top 10 - API1:2023 Broken Object Level Authorization (BOLA)
In this session, we will delve into the Broken Object Level Authorization risk, its implications, and strategies for mitigation.
Curated Video
A Detailed Guide to the OWASP Top 10 - API Endpoints
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
Curated Video
A Detailed Guide to the OWASP Top 10 - The Tools We Shall Use
This video explains the tools that we will be using in the course, such as Hacksplaining.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Master the Knowledge Areas
The first step in passing the AWS CSA-A exam is knowing the knowledge areas front to back.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Train and Validation
After entirely developing our recommender system, we will perform the training and validation, fitting and evaluating our model.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Random Train-Test Split
After mapping the rating to the dataset, we will train-test split the dataset to our recommender system with shuffling and prediction.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Strengths and Weaknesses of DL Models
This video discusses in detail the strengths and weaknesses of deep learning models, including non-linear transformations and non-trivial relationships.
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - Installing and Upgrading Windows 10
There's more than one way to install Windows and a good tech understands all of them. Additionally, it's important to perform a few pre-installation tasks to make sure your system will work with your desired version of Windows. This clip...
Curated Video
CompTIA A+ Certification Core 2 (220-1102) - What's on the CompTIA A+ Core 2 (220-1102) Exam?
The Core 2 (220-1102) exam covers four big subject areas: operating systems, security, software troubleshooting, and operational procedures. The author dives into the sub-objectives in this episode, providing an overview of what you need...
Curated Video
Behavioral Design Patterns in C++ - Null Object Pattern
This video explores the null object pattern, a behavioral design pattern that allows for the handling of null values in a program in a more efficient and safe way. It is also an alternative to null check condition. This clip is from the...
Curated Video
Behavioral Design Patterns in C++ - TextPad - I
This video helps you with the overview of the TextPad application and its menu. 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...
Curated Video
Behavioral Design Patterns in C++ - FindDialog - I
In this video, you will get to know how a dialog box may handle an event that is generated by a button. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
Behavioral Design Patterns in C++ - Overview of Behavioral Patterns
This video provides an overview of behavioral patterns. This clip is from the chapter "Basic Concepts" of the series "Behavioral Design Patterns in C++".This section focuses on basic concepts of design patterns.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all
This video explains a new function called Promise.allSettled(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains async...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Logical Operators
This video explains logical operators. This clip is from the chapter "Operators, Loops, and Statements" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains operators, loops, and...