Hi, what do you want to do?
Curated Video
Variables: Dating By Number
Can algebra help a group of unlucky-in-love men find a date? See how manipulating the values in an algebraic equation can skew the outcome. Maths - Algebra A Twig Math Film. Reinforce and extend the learning required by the curriculum....
Curated Video
Beating the Stock Market
Could mathematicians devise a formula to eliminate risk from the stock market? The story of the mathematical formula which made traders billions – until the unexpected happened. Maths - Statistics And Probability A Twig Math Film....
Curated Video
Why Do Shares Change Price?
What are shares, and what affects their price? Discover why share price is not only dictated by monetary value, and why this makes trading a risky business. Maths - Statistics And Probability A Twig Math Film. Reinforce and extend the...
Curated Video
What Do Sine Waves Sound Like?
Hear sine waves as sound, and discover the equations that describe them: and the effect of increasing or decreasing the variables of amplitude and frequency. Maths - Shape A Twig Math Film. Reinforce and extend the learning required by...
Curated Video
Substitution Property - How To Solve 3m = n - 7
Welcome to Math Defined with Mrs. C. - Math Confidence-Boosting Math Practice - Substitution Property - How To Solve 3m = n - 7 with Set Values of n={-2, 1, 4} In this video, I will show you how to solve the equation 3m = n - 7, to...
Curated Video
Are You Stumped by LCM? Find Out How To Ace This Ladder Method Puzzle!
Welcome to Math Defined with Mrs. C, where I simplify math concepts for you! In this video, I will guide you through the ladder method to find the Least Common Multiple (LCM) of a set of numbers. Specifically, I'll tackle the numbers 2,...
Curated Video
Algebra | Equations - An Introduction | Maths with Mrs. B
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...
Science Buddies
Real-Time Clock (RTC) on Arduino UNO R4 Minima
This easy video tutorial will show you how to use an Arduino.
Science Buddies
Arduino Evaporative Cooling System
Make a thermostat-controlled evaporative cooling system using an Arduino in this fun science project.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Collectable Items
In this video, you will learn how to download and incorporate collectible item packs into our game to make it more interactive.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Removing Player's Control While Dashing
In this video, you will learn how to control player movement while dashing with this technique.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Adding Player Sprite
In this video, we will add player sprite to the project to represent our character on-screen.
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 - For Loop
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Comparison Operators
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Strings
Here, we will look at the second datatype, strings, which are characters, used to represent text instead of numbers. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Basic Principles of OOP
In this video, we will discuss the three main principles of OOP: encapsulation, inheritance, and polymorphism. We will explain what each of these principles means and how they are used in OOP. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Speech Recognition API - Color Say Project
In this video, you will learn about the Speech Recognition API. We will see how to create a project that recognizes a user's speech and changes the background color of the page accordingly. This clip is from the chapter "Web Browser...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Handling Multiple Promises with promise.all()
In this video, you will learn how to use the Promise.all() method to handle multiple Promises at once. We will see how to wait for multiple Promises to resolve and how to handle errors if any of the Promises are rejected. This method can...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Promises
In this video, you will learn about Promises, which are a way to handle asynchronous JavaScript in a more readable and maintainable way than using callbacks. You will learn how Promises work, how to create them, and how to use them to...
Curated Video
Modern JavaScript from the Beginning - Second Edition - setTimeout and clearTimeout Functions
In this video, you will learn about the setTimeout and clearTimeout functions in JavaScript. We will see how to use these functions to schedule a task to be executed after a delay and how to cancel a scheduled task. This clip is from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Add Items to List (DOM Only)
In this video, you will learn how to add items to the shopping list using only the DOM (Document Object Model) without using local storage. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Remove Elements
This video covers how to remove an element from the DOM using JavaScript. It covers the removeChild() method. This clip is from the chapter "DOM Manipulation" of the series "Modern JavaScript from the Beginning".In this section, we will...