Instructional Video1:58
Curated Video

Why Any Number to the Zero Power is One

9th - Higher Ed
In this video, we explore what happens when powers are simplified to result in an exponent of zero. You will discover why any non-zero number raised to the power of zero equals one through clear explanations and a step-by-step...
Instructional Video11:29
Curated Video

Dividing with Decimal Numbers

9th - Higher Ed
Welcome to our comprehensive guide on dividing decimal numbers! Whether you're navigating whole number divisors or tackling decimal divisors, this video has got you covered. In this tutorial, we break down the fundamentals of decimal...
Instructional Video4:38
Curated Video

When a Friend is Struggling

6th - Higher Ed
Are you looking for ways to support a friend who’s going through a tough time? In this video, Evelyn from OnwardWell shares practical tips and compassionate strategies to help you be there for your friends in their time of need. Learn to...
Instructional Video2:01
Curated Video

Passing Down Knowledge and Navigating Leadership Transitions

9th - Higher Ed
David, President of Dmytryka Jacobs Engineers, Inc., reflects on preparing the next generation to lead the company after his departure. He emphasizes the importance of transferring knowledge and history to ensure the company's...
Instructional Video5:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Simple Functions

Higher Ed
Here, we will understand what a function is, how to pass data or parameters into a function, and understand the different types of functions. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video9:49
Curated Video

Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)

Higher Ed
Let's understand the fundamental element of any programming language: decision-making. We will look at the if, else, and elif statements. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random...
Instructional Video5:49
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)

Higher Ed
In this video, we will work on a more conventional prediction called stock return. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks...
Instructional Video12:06
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 1)

Higher Ed
In this video, we will understand why one-step prediction on stock price is misleading and unconventional. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
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 Video4:17
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Proof That the Linear Model Works

Higher Ed
In this video, you will learn how the linear model is about to forecast for a sine wave. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Instructional Video11:12
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive

Higher Ed
After learning how to create a basic website, you will now learn to make the website more presentable, interactive, and enjoyable. We will use JavaScript. We will instruct ChatGPT to help us with the JavaScript code required to redesign...
Instructional Video5:26
Curated Video

ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT

Higher Ed
In this video, you will learn about ChatGPT, a free service available on the OpenAI website. The video outlines what ChatGPT can do in general and the wide range of possibilities available on ChatGPT.
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 Video8:16
Curated Video

Modern JavaScript from the Beginning - Second Edition - requestAnimationFrame() Method

Higher Ed
In this video, you will learn about the requestAnimationFrame() method. We will see how to use this method to create smooth animations in our application. This clip is from the chapter "Web Browser APIs" of the series "Modern JavaScript...
Instructional Video8:40
Curated Video

Modern JavaScript from the Beginning - Second Edition - Array.forEach Method

Higher Ed
In this video, you will learn about the Array.forEach method, which allows us to loop over the elements of an array and execute a function for each element. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods"...
Instructional Video4:58
Curated Video

Modern JavaScript from the Beginning - Second Edition - The Call Stack

Higher Ed
Finally, this video explains call stack, which is the mechanism used by JavaScript to keep track of function calls and their respective execution contexts. This clip is from the chapter "Functions, Scope, and Execution Context" of the...
Instructional Video4:06
Curated Video

Modern JavaScript from the Beginning - Second Edition - Execution Context in Action

Higher Ed
This video demonstrates how execution context works in practice, using examples to illustrate the different stages of the execution context. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video4:18
Curated Video

Modern JavaScript from the Beginning - Second Edition - Declaration Versus Expression

Higher Ed
This video discusses the difference between function declarations and function expressions, and how to use them effectively in our code. This clip is from the chapter "Functions, Scope, and Execution Context" of the series "Modern...
Instructional Video6:30
Curated Video

Modern JavaScript from the Beginning - Second Edition - Object Challenges

Higher Ed
This video presents some challenges related to objects and requires students to apply their knowledge of object manipulation and methods. This clip is from the chapter "Arrays and Objects" of the series "Modern JavaScript from the...
Instructional Video10:38
Curated Video

Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest

Higher Ed
In this lesson, you will learn about the NumPy tool available in the Python library and look at the advantages of using NumPy. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with...
Instructional Video5:23
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust

Higher Ed
This video talks about match statements in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Instructional Video1:52
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Course Overview

Higher Ed
This video provides an overview of the course. This clip is from the chapter "What Is Rust and Why Does It Matter" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on what, how, and why...
Instructional Video3:14
Curated Video

ASP.NET Core MVC - Cross-Platform Development - Install .NET 7 SDK

Higher Ed
This video explains the installation process of .NET 7 SDK. This clip is from the chapter "Environment Setup" of the series "ASP.NET Core MVC - Cross-Platform Development".This section explains the environmental setup to get started with...
Instructional Video8:41
Curated Video

Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App

Higher Ed
Finally, in this video, we will go over the process of deploying a full-stack application to a server. This clip is from the chapter "RandomIdeas Project - Webpack Frontend (Bonus Project)" of the series "Modern JavaScript from the...