Instructional Video7:07
Mister Simplify

Eysenck's Theory of Personality - Simplest Explanation Ever

12th - Higher Ed
How much of our personality are we born with? How do we develop certain personality traits? Eysenck developed his theory of personality like many others, with a bid to understanding human personality and psychology.
Instructional Video4:46
MarketWatch

Inflation vs. recession: How each impacts your finances

Higher Ed
As Americans are facing inflation pain points and recession fears, there have been many misconceptions about the state of the economy. Here are the key differences to know and how it affects your money.
Instructional Video2:01
Curated Video

Football Shorts - Episode 66 - TURKEY PREPARES FOR BOSNIA

3rd - Higher Ed
TURKEY HAD BEATEN NORWAY 2-1 IN OSLO WHEN IT WAS BELOW FREEZING, WHILE IN ISTANBUL JUST THREE DAYS LATER THE TEMPERATURE WAS 19 DEGREES CELSIUS. COACH FATIH TERIM WAS WORRIED THAT SUCH EXTREMES COULD AFFECT HIS TEAM S PERFORMANCE AGAINST...
Instructional Video5:22
Wonderscape

Borrowing Money: Understanding Good and Bad Debt

K - 5th
This lesson explains when borrowing money can be beneficial and how to identify good and bad debt. Learn about common types of debt, such as mortgages, student loans, and credit card debt, and understand the importance of managing...
Instructional Video4:49
Wonderscape

Matter's Makeover: Unraveling Physical and Chemical Changes

K - 5th
Delve into the fascinating differences between physical and chemical changes in matter. This video explains how physical changes alter the form but not the chemical composition, using examples like melting butter and chopping vegetables....
Instructional Video7:06
Curated Video

Machine Learning: Random Forest with Python from Scratch - Past, Present, and Future of Machine Learning

Higher Ed
This lecture illustrates why machine learning has started evolving recently and the future that beholds machine learning. This clip is from the chapter "Introduction to the Course" of the series "Machine Learning: Random Forest with...
Instructional Video6:33
Curated Video

Git and GitHub Masterclass - The Practical Bootcamp - Git Diff

Higher Ed
This video explains Git Diff, which shows changes between the working tree and the index of a tree, changes between the index and a tree, changes between two trees, changes resulting from a merge, and changes between two blob objects....
Instructional Video5:54
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation

Higher Ed
In this video, we will understand how to write code in TensorFlow 2 for a simple RNN. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Instructional Video12:28
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Proof that Using Jupyter Notebook Is the Same as Not Using It

Higher Ed
In this video, explore the advantages and disadvantages of using Jupyter Notebook. This video will provide evidence and examples illustrating the similarities and differences between Jupyter Notebook and other coding environments. This...
Instructional Video9:22
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 2)

Higher Ed
Continuing from the previous video, we will dive deeper into Python coding concepts. This video will cover more advanced topics such as error handling, data manipulation, data visualization, and using common Python libraries such as...
Instructional Video12:14
Curated Video

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

Higher Ed
In this video, we will conduct a pairs trading test to validate the performance and effectiveness of our strategy with ChatGPT into specific techniques and statistical tests to evaluate the performance of our pairs trading strategy with...
Instructional Video5:37
Curated Video

Modern JavaScript from the Beginning - Second Edition - Local Storage Crash Course

Higher Ed
In this video, we will be provided with a brief overview of local storage and how it works. This clip is from the chapter "Shopping List Project" of the series "Modern JavaScript from the Beginning".In this section, we will build a...
Instructional Video5:21
Curated Video

Modern JavaScript from the Beginning - Second Edition - Block Scope

Higher Ed
This video explains block scope, which was introduced in ES6, and how it differs from global and function scope. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern JavaScript from the...
Instructional Video8:34
Curated Video

Modern JavaScript from the Beginning - Second Edition - Number Challenge

Higher Ed
In this video, we will tackle a coding challenge to reverse a given number in JavaScript. We will walk through the problem step by step, discuss different approaches, and write a solution using JavaScript math and string methods. This...
Instructional Video5:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Recap, Flow of Machine Learning Project

Higher Ed
This video is a quick recap of what we have learned thus far, and we will also be working on a project called the Flow of Machine Learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning:...
Instructional Video4:51
Curated Video

Machine Learning: Random Forest with Python from Scratch - Clustering

Higher Ed
In this lesson, you will learn about an unsupervised branch of learning called clustering, which involves grouping elements with no labels to classify them. This clip is from the chapter "Introduction to Machine Learning" of the series...
Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Types of Learning

Higher Ed
Here, we will understand the learning types, including supervised and unsupervised machine learning algorithms. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python...
Instructional Video5:03
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Inline and Internal Styling in React.JS

Higher Ed
In this video, you will learn about different methods of styling components in React.JS. You will explore inline styling, where you can directly apply styles to individual elements using JavaScript objects. You will also learn about...
Instructional Video6:58
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Var in JavaScript

Higher Ed
In this video, we will explore the concept of variables in JavaScript and learn to declare and initialize variables using the "var" keyword. We will understand the scope of variables and how they can be accessed and manipulated within...
Instructional Video2:13
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Find and findIndex Methods

Higher Ed
In this video, we will explore the find() and findIndex() methods used to search for a specific element in an array, where the find() returns the first element that matches a condition, while findIndex() returns the index of the first...
Instructional Video3:17
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Do While Loop

Higher Ed
In this video, we will explore the do-while loop, which is similar to the while loop but guarantees that the code block is executed at least once before checking the condition; it demonstrates the syntax and usage of the do-while loop in...
Instructional Video4:34
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Data Types

Higher Ed
In this video, we will explore the various data types in JavaScript, such as numbers, strings, Booleans, arrays, objects. We will understand how to work with these data types effectively, manipulate their values, and perform operations...
Instructional Video3:24
Curated Video

The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Global and Local Var in JavaScript

Higher Ed
In this video, we will dive deeper into variable scopes and understand the differences between global and local variables in JavaScript. You will learn how global variables can be accessed and modified from anywhere in code and discover...