Instructional Video5:49
Learn German with Herr Antrim

English Words Gone Wrong in German

9th - 12th
English Words Gone Wrong in German Ever wondered how English words can take on a completely different meaning when adopted by another language? In this video, we explore the fascinating case of English words that have been "kidnapped" by...
Instructional Video3:33
Great Big Story

Erik Weihenmayer, the first blind climber to conquer the Seven Summits

12th - Higher Ed
Explore the journey of Erik Weihenmayer, a blind adventurer who defied expectations by climbing the tallest peak on every continent.
Instructional Video9:39
Curated Video

What We Can Learn From These Native American Comedies

12th - Higher Ed
Native American representation in film and TV used to be confined to Westerns and storylines of defeat. Today, a new wave of Native American comedies, written and created by Native peoples, are taking back their narratives. Shows like...
Instructional Video11:50
Curated Video

What Is Pansexuality And Why Is It So Popular In Modern TV

12th - Higher Ed
Lesbian. Gay. Bisexual. All fabulous identities along with many more that are housed under the LGBTQIA+ community. And yet, in recent film and TV, there’s one identity that has been particularly visible: pansexuality. Professor...
Instructional Video10:24
Curated Video

Why Was Everybody Kung Fu Fighting In The 70s?

12th - Higher Ed
Black Kung Fu films reigned in the 1970s – a fusion of Blaxploitation and Kung Fu where protagonists took justice into their own hands…in style! These films were wildly popular, a welcome response to the anger many people felt against...
Instructional Video9:41
Curated Video

What Is Blaccent And Why Do People Keep Using It?

12th - Higher Ed
There’s a pattern of white and non-Black performers using "Black English" or "Blaccent" to gain notoriety. These performers are being called out (and canceled) for cultural appropriation, yet Blaccent is becoming more popular, with some...
Instructional Video3:42
Curated Video

How Foreign Mercenaries Shaped Early Britain and the Legend of King Arthur

3rd - Higher Ed
The Britons, facing relentless raids, summoned the help of foreign mercenaries from Pagan Germanic tribes, including the Jutes, Angles, and Saxons. Initially, these warriors defended their British employers but later turned against them,...
Instructional Video1:00
Curated Video

Living Green - Episode 86 - Futuristic Recycling Waste Centres

Pre-K - Higher Ed
In Rainham, Essex, the UK s newest and most technological advanced recycling facility has opened. A first for this type of technology in the UK, the machine sort s dry recyclable waste such as metals, plastic, paper and cans, processing...
Instructional Video5:09
Global Health with Greg Martin

The Ebola Virus Epidemic - where to from here

Higher Ed
Greg Martin takes a look at the factors that could lead to the Ebola Virus Epidemic spreading out of Africa and into other parts of the world like the USA and Europe. Dr Martin highlights the fact that front line medical workers might be...
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 Video7:12
Curated Video

Machine Learning: Random Forest with Python from Scratch - Hello World

Higher Ed
In this video, we will understand the importance of Python for machine learning, use an IDE (jupyter), and create a Hello World program. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
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 Video11:38
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Base for River Pass House

Higher Ed
In this video, you will learn how to build the base for a river pass house. You will learn how to use modular assets to create a foundation that fits seamlessly into the environment. This clip is from the chapter "Thinking of Location...
Instructional Video7:35
Curated Video

Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Composition Patterns from Modular Houses

Higher Ed
In this video, you will learn how to compose patterns from modular houses. You will explore different techniques for creating patterns and learn how to apply these patterns to your modular houses to create a unique and interesting look...
Instructional Video5:58
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - More Pairs

Higher Ed
Here, we will explore additional techniques for identifying and selecting potential pairs for our pairs trading strategy with ChatGPT and how to use different data sources, timeframes, or criteria to expand our pairs, allowing us to...
Instructional Video5:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Concluding remarks

Higher Ed
In this video, we will look at the concluding remarks of the course and recap what we learned through the course, briefly. This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:37
Curated Video

Machine Learning: Random Forest with Python from Scratch - Feature Importance

Higher Ed
After understanding features in a previous lesson, we will look at finding the most critical features' probability. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video9:13
Curated Video

Machine Learning: Random Forest with Python from Scratch - Outliers Removal

Higher Ed
In the second part of the data cleaning process, we will look at an outlier in detail and learn how to correct or remove the outlier. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video4:28
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (2)

Higher Ed
This is a continuation of the previous lesson, and here we will look at conditionally selecting values from a dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python...
Instructional Video5:29
Curated Video

Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-1

Higher Ed
This lecture explains accuracy and error in data when the predicted outcome is close to the expected result and when it is not defined as an error. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine...
Instructional Video7:35
Curated Video

Machine Learning: Random Forest with Python from Scratch - Overfitting and Underfitting

Higher Ed
In this video, you will learn about overfitting, a modeling error when a model performs well in training but not in testing, and underfitting, where the model neither performs well during training nor during testing. This clip is from...
Instructional Video2:26
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pop and Push Methods

Higher Ed
In this video, you will learn how to add and remove elements at the end of an array using push() and pop() respectively. We will explore these methods, which are useful for managing the dynamic size of an array.
Instructional Video2:48
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods

Higher Ed
In this video, we will dive into sorting arrays in ascending and descending order using sort() and reversing the order of elements using reverse(), which enables effective data organization and manipulation in arrays.
Instructional Video3:12
Curated Video

Concurrent and Parallel Programming in Python - Using Async Timeouts

Higher Ed
This video will explain what a timeout does in asynchronous programming and how to place timeouts in our syntax.