Hi, what do you want to do?
Rachel's English
Real English Conversation (American Accent)
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.
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.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
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.
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning:...
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(!).
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
<
br/>
This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
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.
<
br/>
This clip is from the chapter "Thinking of...
<
br/>
This clip is from the chapter "Thinking of...
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.
<
br/>
This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python...
<
br/>
This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning:...
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.
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
<
br/>
This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
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.
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the...
<
br/>
This clip is from the chapter "Introduction to Machine Learning" of the...
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.
<
br/>
This...
<
br/>
This...
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.
Great Big Story
Inside John Koch Antiques, curators of Hollywood's history
Step into John Koch Antiques, a treasure trove for TV and movie sets, and a favorite of industry insiders like Woody Allen.
Curated Video
Navigating History: Viking Longships and Their Maritime Mastery
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,...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution I - Anagrams Problem in JavaScript
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...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the series...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - What Is a Palindrome - Interview Question in JavaScript
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...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Solution II - Iterative Optimization Anagrams Problem in JavaScript
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...
<
br/>
This clip is from the chapter "Algorithms - Basics and Fundamentals to Intermediate" of the...
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - Interview Solution II - Sort and Order Numbers into an Array with JavaScript
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...