Instructional Video4:05
Curated Video

Use a real-life example of an AI system to discuss some impacts of cyber attacks : Practical Privacy Attacks

Higher Ed
From the section: Build a Threat Model and Learn Different Attacks on AI. In this section, you will create a high-level threat model for AI solution to choose the right priorities against various threats.



The aim of this...
Instructional Video4:58
Curated Video

Multiples of a Sum: Using Visual Models

K - 5th
In this lesson, students learn how to write multiples of a sum using a visual model. They are introduced to the concept of equal groups and how they can represent multiples. The lesson also covers the distributive property and how it can...
Instructional Video2:43
Curated Video

Prime or Composite: Using Area Models to Determine Number Types

K - 5th
In this video, the teacher explains how to determine if a number is prime or composite using area models. They demonstrate that prime numbers have only one set of factors, while composite numbers have multiple sets of factors.
Instructional Video3:05
Learn German with Herr Antrim

How to Talk About Films in German - German Learning Tips #41 (English) - Deutsch lernen

9th - 12th
Want to talk about German films? Here are some vocabulary words that you might need along the way.<b<b<b<b<b<b<b<b<b<b<br/>r/>r/>r/>r/>r/>r/>r/>r/>r/>r/>










Instructional Video14:05
Curated Video

Probability: Exhaustive, Mutually Exclusive, and Independent Events

Higher Ed
The video is a lecture about probability and how to define and calculate probabilities for different types of events. The presenter defines and explains exhaustive, mutually exclusive, and independent events, and demonstrates with...
Instructional Video5:00
Curated Video

The Mystery of the Shepard Tone Illusion Explained

Pre-K - Higher Ed
In this video, we explore the Shepard Tone illusion, a fascinating auditory phenomenon. Through ear tests and demonstrations, we learn how sets of notes played simultaneously create the illusion of an endlessly rising or descending pitch.
Instructional Video2:48
Mr Henry's Music World

Understand Notes F, G and A and B on the Piano

K - 5th
Learn notes F, G, A and B on the piano through this animated, kid friendly video.
Instructional Video5:00
Curated Video

Experience the Magic of Tomorrowland

Pre-K - Higher Ed
Experience Tomorrowland, an annual electronic music festival held in Boom, Belgium. This video highlights the energetic and colorful atmosphere of the festival, showcasing the various stages, DJs, and artists that attendees can expect to...
Instructional Video2:12
KnowMo

Using Graphs to Find Solutions

12th - Higher Ed
The video discusses how to use graphs to find solutions for systems of equations, both linear and quadratic. The speaker explains how to plot the equations onto graph paper and identify the point of intersection as the solution. They...
Instructional Video9:29
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Lists - an in-depth look 1

Higher Ed
An introductory look at objects with example classes built in the course
r/>
This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about...
Instructional Video13:01
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to branching (if, elif, else) and conditionals

Higher Ed
A look at functions, their structure, properties and examples<br/<br/>>

This clip is from the chapter "Python in-depth" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This section is about Python in-depth.
Instructional Video3:00
Curated Video

Cars: From Steam Engines to Smart Features

Pre-K - Higher Ed
Cars have come a long way from the steam engines of the past to the fossil fuel and electric machines common today. Learn how these automobiles have evolved and what powers them today.
Instructional Video6:03
Let's Tute

Solving Linear Equations by Graphical Method: Finding the Number of Solutions for Parallel Lines

9th - Higher Ed
In this video, we solve a problem based on graphical method for a pair of linear equations. We draw graphs for the two equations and find the number of common points between the lines to determine the number of solutions. We also show...
Instructional Video7:34
Why U

Algebra 08 - Unions of Intervals

12th - Higher Ed
Interval notation is often the simplest way to describe sets of real numbers as regions on the number line. Some sets which cannot be represented by a single interval can be written in interval notation as the union of two or more...
Instructional Video11:53
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Bubble sort demonstration and complexity analysis

Higher Ed
An in-depth look at log(n) and what it represents
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video1:18
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Introduction to section 4 and overview of the material covered in it

Higher Ed
Intro to part 2 of this course with section 4 and sorting algorithms, performance analysis and recursion
r/>
This clip is from the chapter "Algorithms - Sort, performance, complexity and big O notation" of the series "Python 3:...
Instructional Video5:43
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Course structure and content overview

Higher Ed
An in-depth look at the structure of the course and an overview of the content of every section
r/>
This clip is from the chapter "Introduction" of the series "Python 3: Project-based Python, Algorithms, Data Structures".This...
Instructional Video5:52
Brave Wilderness

Rattlesnake with Double Fangs!

6th - 8th
The most iconic snake in the Southwest is unquestionably the Western Diamondback Rattlesnake. Featured in everything from early tribal culture to Western films, this snake has developed quite a reputation and is just as beautiful as it...
Instructional Video6:09
Curated Video

The Full Stack Web Development - Getting Started With Memcached

Higher Ed
Learning Caching Using Memcached: Getting Started With Memcached
r/>
This clip is from the chapter "Learning Caching Using Memcached" of the series "The Full Stack Web Development".We use Memcached – a caching system. We work...
Instructional Video2:15
Mr Henry's Music World

Understand Notes C, D and E on the Piano

K - 5th
Learn notes C, D and E on the piano through this animated, kid friendly video.
Instructional Video4:04
FuseSchool

Plot Cubic Curves

6th - Higher Ed
Learn how to plot cubic curves, using a table of values.



Substitute in different values of x into the cubic equation, to generate corresponding y-coordinates. This then gives you an x-value and a y-value to plot onto t

he...
Instructional Video4:35
Brian McLogan

What is formula for the area of a trapezoid

12th - Higher Ed
👉 Learn how to find the area and perimeter of trapezoids. A trapezoid is a quadrilateral with one pair of parallel sides. The area of a shape is the measure of the portion enclosed by the shape while the perimeter of a shape is the...
Instructional Video6:59
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Recursively reverse a linked list

Higher Ed
Visualize and understand the process of the delete functionality from a BST
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...
Instructional Video11:56
Curated Video

Python 3: Project-based Python, Algorithms, Data Structures - Hash project 2: Set up insert and hashing functionality for data structure

Higher Ed
Visualize and analyze operations associated with Stacks and Queues
r/>
This clip is from the chapter "Algorithms - Search and abstract data structures" of the series "Python 3: Project-based Python, Algorithms, Data...