Curated Video
Modern JavaScript from the Beginning - Second Edition - Array.map Method
In this video, we will explore the Array.map method, which allows us to create a new array by applying a function to each element of an existing array. This clip is from the chapter "Loops, Iteration, and High-Order Array Methods" of the...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Impurity
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Classes
In this video, you will learn about the basics of classes in JavaScript, including how to create classes, instantiate objects from classes, and use constructors to pass arguments to class methods. This clip is from the chapter "OOP -...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Using Object.create()
In this video, we will explore the Object.create() method and demonstrate how it is used to create objects with a specific prototype. This clip is from the chapter "OOP - Constructors and Prototypes" of the series "Modern JavaScript from...
Curated Video
Modern JavaScript from the Beginning - Second Edition - Adding Methods to the Prototype
In this video, we will demonstrate how to add methods to the prototype of an object. We will also discuss the benefits of using prototypes to share methods between objects. This clip is from the chapter "OOP - Constructors and...
Curated Video
Concurrent and Parallel Programming in Python - Multiprocessing Pool Map Multiple Arguments
Let's learn how to pass multiple arguments, passing lists instead of elements in a list or class while executing a code.
Curated Video
JavaScript Mastery from Zero to Hero - Prepare for Coding Interviews - LeetCode Example Solution Steps - Trapping Rainwater
In this video, we will discuss the possible steps to resolve this interview question on trapping rainwater. You will get an idea as to what action items one needs to follow to solve this complex problem. This clip is from the chapter...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 28 - Java For Loop to Print Multiplication Table - Exercise Statements
This video talks about Java for loop to print the multiplication table - exercise statements.
Curated Video
The Dress Illusion: Unraveling Visual Perception Mysteries
Dive into the viral sensation of the color-changing dress that puzzled the world, as we explore the science behind visual perception and illusions. Discover how lighting, context, and individual differences in visual processing influence...
Curated Video
Nets of 3D Shapes GCSE Questions
This video provides some typical GCSE exam style practice questions on the topic of nets of 3D shapes. We also explain how the marks are awarded for each question.
Curated Video
GCSE Maths Questions Mixed Topics Part Two
This video provides more GCSE Maths exam practice questions on a variety of topics, such as bearings, nets and solving equations.
Curated Video
GCSE Maths Questions Mixed Topics
This video covers a variety of GCSE exam style practice questions on a range of maths topics, such as nets, symmetry and algebra.
Curated Video
Understanding Square Roots
Understanding Square Roots: what exactly is a square root? A matching activity is provided at the end of the video.
Curated Video
Square Numbers Explained
This video explains what square numbers are using a visual demonstration, encourages learners to look for a pattern and provides practice questions and answers.
Curated Video
The Art of Doing - Web Development for Beginners - CSS Animations
In this video, we will delve into CSS animations, which are more complex and versatile than transitions. You will learn how to define animations using keyframes and bind them to elements. We will explore the differences between...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Adam Optimization (Part 1)
In this video, we will talk about Adam optimization, get introduced to Adam, and understand its basics. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Curated Video
Data Science - Time Series Forecasting with Facebook Prophet in Python - Forecasting Metrics
In this video, we will understand how to forecast metrics. This clip is from the chapter "Time Series Basics" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will talk about time...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Installing and Troubleshooting a PSU
Knowing how to install and troubleshoot errors with power supplies is essential. While it is generally a simple process, there are some things to look out for. Let's go through installing and troubleshooting a PSU together. This clip is...
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - RAM Capacity
Individual sticks of DRAM will have very different capacities. It's important to understand RAM capacities and how sticks work together to provide the total memory for a system. This clip is from the chapter "Book Chapter 4 - RAM" of the...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - What Is Regression?
In this video, we will understand what regression is. This clip is from the chapter "Machine Learning Basics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will cover machine...
Curated Video
Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - The apply() Function
In this video, you will learn about the apply() function. This clip is from the chapter "Pandas" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Pandas.
Curated Video
Paper Trick: How to Turn Circles into Squares
This is how we turned two circles into one square. Geometry magic!
Curated Video
Introduction to Quadratic Equations
This video introduces quadratic equations; how to identify quadratic equations, how to rearrange them into the standard form, and how to identify the specific terms. A range of practice questions and solutions are at the end of the video.