Learn German with Herr Antrim
English Words Gone Wrong in German
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...
Great Big Story
Erik Weihenmayer, the first blind climber to conquer the Seven Summits
Explore the journey of Erik Weihenmayer, a blind adventurer who defied expectations by climbing the tallest peak on every continent.
Curated Video
What We Can Learn From These Native American Comedies
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...
Curated Video
What Is Pansexuality And Why Is It So Popular In Modern TV
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...
Curated Video
Why Was Everybody Kung Fu Fighting In The 70s?
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...
Curated Video
What Is Blaccent And Why Do People Keep Using It?
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...
Curated Video
How Foreign Mercenaries Shaped Early Britain and the Legend of King Arthur
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,...
Curated Video
Living Green - Episode 86 - Futuristic Recycling Waste Centres
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...
Global Health with Greg Martin
The Ebola Virus Epidemic - where to from here
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Model and Training
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Hello World
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Building Base for River Pass House
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...
Curated Video
Building Medieval Worlds - Unreal Engine 5 Modular Kitbash - Composition Patterns from Modular Houses
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - More Pairs
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Concluding remarks
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Feature Importance
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Outliers Removal
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using Pandas for Random Forest (2)
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Accuracy and Error-1
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Overfitting and Underfitting
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...
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Pop and Push Methods
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.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods
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.
Curated Video
Concurrent and Parallel Programming in Python - Using Async Timeouts
This video will explain what a timeout does in asynchronous programming and how to place timeouts in our syntax.