Instructional Video11:05
Curated Video

The CISO Masterclass - Making an Impact

Higher Ed
This video explores the basic understanding of the strategies and best practices for making a significant impact as a CISO within your organization.
Instructional Video8:17
Curated Video

The CISO Masterclass - Career Challenges and How to Overcome Them

Higher Ed
This video addresses common career challenges and provides valuable insights and strategies to overcome them effectively.
Instructional Video8:40
Curated Video

Machine Learning: Random Forest with Python from Scratch - Model and Training

Higher Ed
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...
Instructional Video4:44
Curated Video

Machine Learning: Random Forest with Python from Scratch - Outliers

Higher Ed
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...
Instructional Video4:16
Curated Video

Machine Learning: Random Forest with Python from Scratch - Dataset

Higher Ed
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...
Instructional Video9:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)

Higher Ed
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...
Instructional Video6:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Tuples

Higher Ed
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...
Instructional Video8:18
Curated Video

Machine Learning: Random Forest with Python from Scratch - Numbers

Higher Ed
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...
Instructional Video12:36
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Tag and GitHub Releases

Higher Ed
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.
Instructional Video5:10
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Difference Between Merge and Rebase

Higher Ed
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.
Instructional Video12:37
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Working with Vertical Slopes of Castle Walls

Higher Ed
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...
Instructional Video19:30
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Demo of the Long-Distance Problem

Higher Ed
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...
Instructional Video9:47
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)

Higher Ed
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 -...
Instructional Video13:26
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT for Pairs

Higher Ed
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...
Instructional Video10:37
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Succeed in This Course (Long Version)

Higher Ed
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...
Instructional Video6:48
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Asking ChatGPT to Fix an Error

Higher Ed
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...
Instructional Video5:33
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Benchmark Against Buy-and-Hold

Higher Ed
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...
Instructional Video6:27
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting How We Measure Strategy Performance

Higher Ed
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...
Instructional Video7:23
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Correcting the Trading Signal

Higher Ed
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...
Instructional Video4:28
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Project Scope

Higher Ed
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...
Instructional Video10:33
Curated Video

Modern JavaScript from the Beginning - Second Edition - Web Animations API - Ball Project

Higher Ed
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...
Instructional Video1:31
Curated Video

Modern JavaScript from the Beginning - Second Edition - Section Introduction-Fetch API and Async / Await

Higher Ed
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...
Instructional Video8:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Dates and Times

Higher Ed
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...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
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...