Curated Video
Fundamentals of Secure Software - JWT (JSON Web Token)
This video explains the JSON Web Token and what it is used for.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Project Introduction
This video provides an overview of the movie recommendation system using collaborative filtering.
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation-Template Method
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...
Curated Video
Behavioral Design Patterns in C++ - Introduction-Template Method
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...
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Strategy Pattern
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.
Curated Video
Behavioral Design Patterns in C++ - Introduction-Strategy Pattern
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.
Curated Video
Behavioral Design Patterns in C++ - Spreadsheet Application - IV
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Template Method
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...
Curated Video
Behavioral Design Patterns in C++ - Template Method - I
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Suggestion Box
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...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Suggestion Box
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...
Curated Video
Deep Learning - Convolutional Neural Networks with TensorFlow - Suggestion Box
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...
Curated Video
Recommender Systems with Machine Learning - Project Introduction-2
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
Curated Video
Recommender Systems with Machine Learning - Error Metric Computation
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.
Curated Video
CISSP Crash Course - Cryptanalytic Attacks
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Machine Learning and Deep Learning: Future Topics
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 -...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - All Data Is the Same
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Classification?
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Suggestion Box
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...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Solving Linear Systems
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...
Curated Video
Getting Started with HashiCorp Nomad - Job Placement
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...
Curated Video
ChatGPT and Prompt Engineering With Advanced Data Analysis - Build a Machine Learning Model Using ChatGPT
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...
Curated Video
Design Microservices Architecture with Patterns and Principles - What Is Load Balancer? Use Load Balancer to Split the Load with Consistent Hashing
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...
Science Buddies
Simple Explanation of the Minimax Algorithm with Alpha-Beta Pruning with Connect 4
Create a Connect 4 AI Player with the Minimax algorithm and Alpha-Beta Pruning