Hi, what do you want to do?
Curated Video
Solving an Equation of Second Degree in One Unknown Graphically and Algebraically: Example on the Quadratic Formula
By the end of this learning object, the student will be able to: Use the quadratic formula to solve quadratic equation.
FuseSchool
What are Integers? | Numbers | Maths
In this engaging video, Cardi introduces the concept of integers using a fun analogy of heroes and villains, explaining that integers consist of positive and negative whole numbers, including zero. Viewers will learn how to visualize...
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...
n={-2,
1, 4}
In this video, I will show you how to solve the...
Curated Video
Mastering LCM: Unveiling the Magic of Factor Trees and Prime Factorization
In this educational video, we dive into the fascinating world of factor trees and prime factorization to solve a common mathematical problem: finding the least common multiple (LCM) of multiple numbers. Join me as we tackle the LCM...
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...
Curated Video
Mean Absolute Deviation MAD | 6.SP.3
Welcome to Math Defined! In this video, we're diving into the world of Mean Absolute Deviation (MAD) and exploring its importance in understanding data variability. Join us as we break down this fundamental statistical concept in a...
Wonderscape
The Enduring Legacy of George Washington
Explore the final years of George Washington at Mount Vernon and his lasting legacy as a foundational figure in American history. Discover his impact through monuments like Mount Rushmore and the Washington Monument, his portrayal on...
Curated Video
Finding Absolute Values of Rational Numbers
In this video, we dive into the world of rational numbers. Whether you're dealing with fractions, whole numbers, or specific types of decimals, rational numbers are everywhere! Join us as we break down what rational numbers are, how to...
Curated Video
Comparing and Ordering Rational Numbers
In this video, we'll explore how to compare and order rational numbers, including decimals, fractions, integers, and absolute values. Perfect for beginners or anyone who needs a quick review. This tutorial will make these concepts easy...
Curated Video
Why One Historic Indian Boarding School is Now...Good?
Join Tai Leclaire and experts as they explore the dark legacy of Indian boardings, the failures of modern education, and the trauma, misconceptions, and racism endured by Native Americans as a result.
A People's History of...
A People's History of...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Sets
Our next datatype is a set, an unordered collection of iterable and mutable data.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
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.
<
br/>
This clip is from the...
<
br/>
This clip is from the...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Dictionaries
Let's look at the final datatype, dictionaries, indexed, changeable, and unordered data collection.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from...
<
br/>
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.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 1)
In this video, we will understand why one-step prediction on stock price is misleading and unconventional.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - A More Challenging Sequence
In this video, you will learn how to preform time series prediction with a complex signal.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
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.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Forecasting
In this video, we will discuss about forecasting.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Mean Reversion Test
In this video, we will conduct a mean reversion test as part of the sanity check for our pairs trading strategy with ChatGPT. We will understand the concept of mean reversion and its relevance in pairs trading, and techniques and...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course
In this video, we will be provided with a brief overview of local storage and how it works.
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
<
br/>
This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Form Submission and FormData Object
In this video, we will look at how to handle form submissions in JavaScript. You will learn how to use the FormData object to collect form data and send it to a server using AJAX.
<
br/>
This clip is from the chapter "Events" of the...
<
br/>
This clip is from the chapter "Events" of the...
Curated Video
Modern JavaScript from the Beginning - Second Edition - For...in Loop
In this video, we will explore the for...in loop in JavaScript, which allows us to iterate over the properties of an object.
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern...
<
br/>
This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the series "Modern...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Logical Operators
This video covers the logical operators in JavaScript, including AND (andand), OR (||), and NOT (!), which allows us to combine conditions and create more complex logic.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
<
br/>
This clip is from the chapter "Logic and Control Flow"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Switches
This video introduces the switch statement in JavaScript, which provides an alternative way to handle multiple conditions and can make our code more concise and readable.
<
br/>
This clip is from the chapter "Logic and Control Flow"...
<
br/>
This clip is from the chapter "Logic and Control Flow"...