Instructional Video5:42
Curated Video

Fundamentals of Secure Software - JWT (JSON Web Token)

Higher Ed
This video explains the JSON Web Token and what it is used for.
Instructional Video2:06
Curated Video

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

Higher Ed
This video provides an overview of the movie recommendation system using collaborative filtering.
Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video5:03
Curated Video

Behavioral Design Patterns in C++ - Introduction-Template Method

Higher Ed
This video provides an introduction to the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video3:53
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern

Higher Ed
This video talks about the pros and cons of the strategy pattern. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:14
Curated Video

Behavioral Design Patterns in C++ - Introduction-Strategy Pattern

Higher Ed
This video provides an introduction to strategy. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video5:36
Curated Video

Behavioral Design Patterns in C++ - Spreadsheet Application - IV

Higher Ed
In this video, we will refactor our design to use the strategy pattern step-by-step. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you will learn about the strategy pattern.
Instructional Video3:18
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Template Method

Higher Ed
This video talks about the pros and cons of the template method pattern. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method behavioral design...
Instructional Video7:32
Curated Video

Behavioral Design Patterns in C++ - Template Method - I

Higher Ed
In this video, we will implement the template method design pattern in the document framework. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template...
Instructional Video3:12
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video3:19
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Suggestion Box

Higher Ed
In this video, we will take a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video3:13
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Suggestion Box

Higher Ed
In this video, we will look at the suggestion box where we can add feedback for this course. This clip is from the chapter "Convolutional Neural Networks (CNNs)" of the series "Deep Learning - Convolutional Neural Networks with...
Instructional Video2:06
Curated Video

Recommender Systems with Machine Learning - Project Introduction-2

Higher Ed
This video provides an introduction to the project. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Instructional Video5:20
Curated Video

Recommender Systems with Machine Learning - Error Metric Computation

Higher Ed
This video demonstrates error metric computation. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of recommender systems.
Instructional Video5:44
Curated Video

CISSP Crash Course - Cryptanalytic Attacks

Higher Ed
This video explains cryptographic attacks and malware attacks such as Ransomware. This clip is from the chapter "Architecture and Engineering" of the series "CISSP Crash Course".This section covers domain 3, which focuses on architecture...
Instructional Video6:05
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning and Deep Learning: Future Topics

Higher Ed
In this video, you will learn what other types of machine learning exist and some future topics that we can look forward to learning. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites -...
Instructional Video5:29
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - All Data Is the Same

Higher Ed
In this video, we will understand how all data is the same as all machine learning interfaces are the same. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas...
Instructional Video12:26
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?

Higher Ed
In this video, we will understand classification. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Instructional Video3:14
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Suggestion Box

Higher Ed
In this video, we will have a look at the suggestion box where we can add feedback for this course. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this...
Instructional Video3:44
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Solving Linear Systems

Higher Ed
In this video, we will work on solving an example problem to understand linear systems. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the...
Instructional Video13:39
Curated Video

Getting Started with HashiCorp Nomad - Job Placement

Higher Ed
In this lesson, we will discuss job placement, deploying applications, understanding their run locations, and configuring Nomad scheduling to use a spreading algorithm for the entire cluster. This clip is from the chapter "Expanding on...
Instructional Video5:55
Curated Video

ChatGPT and Prompt Engineering With Advanced Data Analysis - Build a Machine Learning Model Using ChatGPT

Higher Ed
In this video, we will utilize ChatGPT to build an ML model. We will go through the process of leveraging ChatGPT for data preprocessing, model training, and model evaluation, empowering it to use ChatGPT to enhance any ML projects...
Instructional Video2:34
Curated Video

Design Microservices Architecture with Patterns and Principles - What Is Load Balancer? Use Load Balancer to Split the Load with Consistent Hashing

Higher Ed
In this video, we will gain an understanding of load balancers and their role in distributing incoming network traffic across multiple servers. You will learn about consistent hashing, a technique used to allocate requests to specific...
Instructional Video8:48
Science Buddies

Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4

K - 5th
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning