Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DQN Algorithm Steps
This video explains the steps of the DQN algorithm. This clip is from the chapter "Deep RL DQN" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on deep RL DQN.
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Loss Function in PyTorch
This video explains about the Loss function in PyTorch. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation...
Curated Video
DevOps Complete Course - Maven - Command Maven Goals
This video talks about the Maven goals command to generate jar. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Curated Video
DevOps Complete Course - Default Directory Structure
This video explains the default directory structure. This clip is from the chapter "Maven" of the series "DevOps Complete Course".This section focuses on Maven from scratch.
Curated Video
The Ultimate Guide to Python Programming With Python 3.10 - Thread with Arguments
You will learn to call arguments using threads so we do not have to wait for the code to execute. This clip is from the chapter "Threading and Multiprocessing" of the series "The Ultimate Guide to Python Programming with Python...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating Custom Queue Construct for AWS SQS with AWS CDK
This video explains creating custom queue construct for AWS SQS with AWS CDK. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless Microservices with...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating Custom EventBus Construct for AWS EventBridge with AWS CDK
This video explains creating custom EventBus construct for AWS EventBridge with AWS CDK. This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Creating AWS EventBridge for Decoupling Microservices with AWS CDK
This video explains creating AWS EventBridge for decoupling microservices with AWS CDK. This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Analyzing AWS EventBridge and Checkout Basket Async Flow Use Cases for Decouple
This video explains analyzing AWS EventBridge and checkout basket async flow use cases for decoupling basket and ordering microservices. This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK –...
Curated Video
The Art of Doing - Python Network Applications with Sockets - The Threading Module Basics Part 2
In this second part, we will create some threads that will help the functions to run concurrently. This clip is from the chapter "Creating a Terminal Chat Room with the Threading Module" of the series "The Art of Doing - Python Network...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Using Custom Queue Construct in Main Stack with AWS CDK
This video helps in using custom queue construct in the main stack with AWS CDK. This clip is from the chapter "Creating AWS SQS Queue Infrastructure with AWS CDK – Polling Checkout Basket" of the series "AWS Serverless Microservices...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Using Custom EventBus Construct in Main Stack with AWS CDK
This video explains using custom EventBus construct in the main stack with AWS CDK. This clip is from the chapter "Creating AWS EventBridge EventBus Infrastructure with AWS CDK – Checkout Basket" of the series "AWS Serverless...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Introduction to the Section - Developing AWS SQS Event Source Mapping Polling Invocation from Ordering with SDK
This video provides an introduction to the section. This clip is from the chapter "Developing AWS SQS Event Source Mapping Polling Invocation from Ordering with SDK" of the series "AWS Serverless Microservices with Patterns and Best...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - How Amazon EventBridge Works?
This video explains how Amazon EventBridge works. This clip is from the chapter "AWS EventBridge for Decouple Microservices with Event-Driven Architecture" of the series "AWS Serverless Microservices with Patterns and Best...
Curated Video
Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Problem Statement/Hypothesis Generation
To build a proper SAS model, we have to start by understanding the problem we are trying to solve. This clip is from the chapter "SAS Model – Predictive Modeling, Understanding the Problem and the Data" of the series "Complete SAS...
Curated Video
Full Stack Web Development MASTERY Course - Novice to Expert - JavaScript Events and Event Handlers
This video explains JavaScript events and event handlers. This clip is from the chapter "JavaScript ES6 (Zero to Hero)" of the series "Full Stack Web Development Mastery Course - Novice to Expert".This section focuses on JavaScript ES6.
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Loss Function in PyTorch
In this video, we will cover DNN loss function in PyTorch. This clip is from the chapter "Deep learning: Artificial Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: OneToMany Model
In this video, we will cover OneToMany model. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: ManyToOne Model
In this video, we will cover ManyToOne model. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - RNN Architecture: Activity Many to One
In this video, we will cover activity ManyToOne. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Project I_ Book Writer: Modelling RNN Architecture
In this video, we will cover modelling RNN architecture. This clip is from the chapter "Deep learning: Recurrent Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Overfitting, Underfitting, and Generalization: Overfitting Introduction
In this video, we will cover an introduction to overfitting. This clip is from the chapter "Machine Learning: Machine Learning Crash Course" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Gradient Descent in CNNs: Gradient Descent in CNNs Activity
In this video, we will cover gradient descent in CNNs activity. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In...
Curated Video
Data Structures and Algorithms The Complete Masterclass - Two Sum
This video explains how to add two linked lists. This clip is from the chapter "Question 1: Two Sum" of the series "Data Structures and Algorithms: The Complete Masterclass".This section explains adding two linked list.