Curated Video
The CISO Masterclass - Making an Impact
This video explores the basic understanding of the strategies and best practices for making a significant impact as a CISO within your organization.
Curated Video
The CISO Masterclass - Career Challenges and How to Overcome Them
This video addresses common career challenges and provides valuable insights and strategies to overcome them effectively.
Curated Video
Machine Learning: Random Forest with Python from Scratch - Model and Training
Here, we will look at a machine learning model, an arithmetic expression or equation that fits and learns to predict data. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers
Let's look at outliers, the data points of a dataset that differ from others and are usually excluded by visualizing a dataset. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dataset
In this lesson, we will dive into the hardcore process of machine learning and the fundamental elements used in machine learning, like datasets, training and testing data, outliers, models, and so on. This clip is from the chapter...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Tuples
In this topic on tuples, you will learn how to get a starting index of a substring and write a simple program to find the starting index of the word WORLD. This clip is from the chapter "Introduction to Python" of the series "Machine...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Numbers
This lesson will teach us about numbers, the first standard datatype in Python, used for arithmetic operations and storing information. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Git Tag and GitHub Releases
This video explains Git tag and GitHub releases. This clip is from the chapter "Tag, Releases, and Commits" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains tag, releases, and commits in Git.
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Difference Between Merge and Rebase
This video explains the difference between merge and rebase. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working with Vertical Slopes of Castle Walls
In this video, you will learn how to work with the vertical slopes of the castle walls in the environment. You will understand how to use the mesh editing tools to manipulate the mesh and give it a more natural look. This clip is from...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem
In this video, we will understand how LSTMs work for resolving a long-distance problem. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT for Pairs
In this lesson, you will learn to effectively query ChatGPT to identify potential pairs for your pairs trading strategy, including appropriate prompts, questions, or instructions to engage with the language model and to interpret and...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course (Long Version)
In this video, we will discuss practical tips and strategies on how to succeed in this course on financial analysis with ChatGPT using pairs trading strategies and how to optimize our learning experience effectively. This clip is from...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error
Let's learn to use the power of ChatGPT to fix errors or issues that may arise in our pairs trading strategy and to effectively communicate with ChatGPT to seek solutions or guidance on fixing trading errors, discrepancies, or challenges...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Benchmark Against Buy-and-Hold
Let's understand how to benchmark our pairs trading strategy against a buy-and-hold approach, a benchmark in trading and investing, and learn to interpret and analyze the performance of our pairs trading strategy relative to a...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting How We Measure Strategy Performance
Let's explore different performance metrics used to evaluate the effectiveness of our pairs trading strategies, such as risk-adjusted returns, drawdowns, and other relevant indicators, and learn to correctly measure and interpret these...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Trading Signal
In this lecture, we will correct the trading signal generated by ChatGPT for pairs trading, including interpreting and validating the signal, identifying potential errors or biases, and making necessary adjustments to ensure accurate and...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Project Scope
In this video, we will explore the course scope covered, including the key concepts, techniques, and tools utilized to complete the learning process, giving a clear roadmap for learning about using ChatGPT in financial analysis with...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project
In this video, you will learn about the Web Animations API. We will see how to create animations using the Web Animations API and how to control them using JavaScript. This clip is from the chapter "Web Browser APIs" of the series...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Section Introduction-Fetch API and Async / Await
In this section, we will cover the Fetch API and how to use it to make HTTP requests to remote servers. We will also dive into the world of asynchronous JavaScript programming, exploring the async/await syntax for handling promises. This...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Dates and Times
In this video, we will cover working with dates and times in JavaScript. We will explore the Date object, which provides built-in methods for working with dates and times, as well as common date and time formats. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...