Instructional Video28:07
Rachel's English

Real English Conversation (American Accent)

6th - Higher Ed
Study the American accent as I discuss my husband’s day with him. Your listening skills will improve as you go in-depth with this analysis of American English pronunciation.
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.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
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.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
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(!).
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
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.
<
br/>
This clip is from the chapter "Thinking of...
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.
<
br/>
This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
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.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the...
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.
<
br/>
This...
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.
Instructional Video1:41
Great Big Story

Inside John Koch Antiques, curators of Hollywood's history

12th - Higher Ed
Step into John Koch Antiques, a treasure trove for TV and movie sets, and a favorite of industry insiders like Woody Allen.
Instructional Video7:47
Curated Video

Navigating History: Viking Longships and Their Maritime Mastery

6th - Higher Ed
Dive into the world of the Vikings and their iconic longships, marvels of ancient engineering that facilitated far-reaching raids and trade. This video reveals why these ships were crucial to Viking explorations and strategies,...
Instructional Video10:41
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript

Higher Ed
In this video, we will discuss the solution to the exercise on the anagrams problem in JavaScript from the previous video.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Instructional Video7:16
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript

Higher Ed
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward. In this video, we will discuss an interview question related to palindromes in JavaScript. We will go over what...
Instructional Video3:42
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Iterative Optimization Anagrams Problem in JavaScript

Higher Ed
In this video, we will continue to discuss the solution to the exercise on iterative optimization anagrams problem in JavaScript.
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Instructional Video1:52
Curated Video

JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Solution II - Sort and Order Numbers into an Array with JavaScript

Higher Ed
In this video, we will continue to solve the interview question of sorting and ordering numbers into an array using JavaScript. We will explore a different approach to solving the problem, which involves using the concatenate...