Instructional Video5:30
Wonderscape

The Thrills of Physics: Understanding Roller Coaster Energy

K - 5th
Explore the law of conservation of energy and how it applies to the exhilarating experience of roller coasters. This video explains how gravitational potential energy and kinetic energy interact and transform throughout a roller coaster...
Instructional Video4:34
Wonderscape

Understanding the Law of Conservation of Matter

K - 5th
Explore the concept of the conservation of matter, which states that during a chemical reaction, matter is neither created nor destroyed. Learn how this fundamental principle applies to various examples, from dissolving sugar in tea to...
Instructional Video7:05
Wonderscape

The Science of Roller Coasters: Friction, Acceleration, and Thrills

K - 5th
Dive into the science behind roller coasters, exploring how friction and acceleration play crucial roles. Understand how friction converts energy into heat, impacting the coaster's motion, and learn how acceleration, influenced by...
Instructional Video8:12
Curated Video

Algebra | Equations - An Introduction | Maths with Mrs. B

K - 12th
This video introduces the concept of algebraic equations and guides learners through the process of solving one-step equations, step by step. 00:00 Introduction 00:16 What is an Equation? 02:13 Solving Equations 02:32 Example 1 03:23...
Instructional Video1:58
Curated Video

Why Any Number to the Zero Power is One

9th - Higher Ed
In this video, we explore what happens when powers are simplified to result in an exponent of zero. You will discover why any non-zero number raised to the power of zero equals one through clear explanations and a step-by-step...
Instructional Video11:39
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Wall Jump Mechanic

Higher Ed
In this video, you will learn how to implement the wall jump mechanic in our game.
Instructional Video6:01
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Dash Functionality

Higher Ed
In this video, you will learn how to add the dash functionality to our game.
Instructional Video3:26
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Double Jump Mechanic

Higher Ed
In this video, you will learn how to implement the double jump mechanic, allowing our player to jump again while in the air.
Instructional Video12:52
Curated Video

Machine Learning: Random Forest with Python from Scratch - Calculator Project

Higher Ed
This video demonstrates how to create our calculator using addition and subtraction functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video5:57
Curated Video

Machine Learning: Random Forest with Python from Scratch - Boolean and Value Returning Function

Higher Ed
In this video, we will discuss a function that returns values as true or false, also called the Boolean function. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Instructional Video5:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - While Loop

Higher Ed
Let's understand the while loop, a conditional loop that runs until a given condition is fulfilled. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video6:07
Curated Video

Machine Learning: Random Forest with Python from Scratch - Better Coding Practice, Completing the Game

Higher Ed
In this lecture, we will complete the game we left in the previous lesson. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section focuses on the...
Instructional Video8:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Decision Making (nested if)

Higher Ed
Continuing with the decision-making lesson, we will understand what a nested if statement is. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video7:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - Comparison Operators

Higher Ed
Here, you will learn about Python's two types of operators, the comparison operator, and the logical operator. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
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 Video4:17
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Proof That the Linear Model Works

Higher Ed
In this video, you will learn how the linear model is about to forecast for a sine wave. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Instructional Video5:08
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Extending the Position

Higher Ed
In this lesson, we will explore extending the position in pairs trading, including how and when to extend or adjust positions based on market conditions and trade signals to maximize profits or manage risks in our pairs trading strategy...
Instructional Video13:47
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Strategy Performance Computation (Optional)

Higher Ed
In this video, we will explore advanced techniques for computing and evaluating the performance of our pairs trading strategy, including risk-adjusted performance metrics, portfolio optimization, and other sophisticated methods for...
Instructional Video6:38
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - More about Log Returns (Optional)

Higher Ed
This video delves deeper into log returns, including their advantages and limitations compared to simple returns. You will learn to correctly apply log returns in your pairs trading analysis and interpret returns of pairs trading with...
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 Video16:42
Curated Video

Modern JavaScript from the Beginning - Second Edition - Add Pagination for Search

Higher Ed
In this video, we will add pagination to the search results page to allow users to navigate between different pages of search results. We will use the Page.js library to create dynamic URLs and render the correct results for each page....
Instructional Video6:56
Curated Video

Modern JavaScript from the Beginning - Second Edition - Callback Hell

Higher Ed
In this video, you will learn about the problem of Callback Hell, which can occur when working with asynchronous JavaScript. You will learn what it is, how it can make code difficult to read and maintain, and how to avoid it using...
Instructional Video10:32
Curated Video

Modern JavaScript from the Beginning - Second Edition - Keyboard Events and Key Properties

Higher Ed
In this video, we will look at how to handle keyboard events such as keydown, keyup, and keypress in JavaScript. You will learn how to use event listeners to respond to keyboard events and how to access key properties of the event...