Curated Video
Why Any Number to the Zero Power is One
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...
Curated Video
Dividing with Decimal Numbers
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...
Curated Video
When a Friend is Struggling
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...
Curated Video
Passing Down Knowledge and Navigating Leadership Transitions
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Simple Functions
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Decision Making (if, else, elif)
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 2)
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Stock Return Predictions Using LSTMs (Part 1)
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 -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN Code Preparation
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Proof That the Linear Model Works
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to JavaScript: Making the Website Interactive
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...
Curated Video
ChatGPT for Web Design - Create Amazing Websites - Introduction to ChatGPT
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.
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Pairs Trading Test
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - requestAnimationFrame() Method
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.forEach Method
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"...
Curated Video
Modern JavaScript from the Beginning - Second Edition - The Call Stack
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Execution Context in Action
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Declaration Versus Expression
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Object Challenges
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Using NumPy for Random Forest
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Match Statements in Rust
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.
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Course Overview
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...
Curated Video
ASP.NET Core MVC - Cross-Platform Development - Install .NET 7 SDK
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...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Deploying a Fullstack App
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...