Instructional Video4:35
Curated Video

What Am I Unit 173

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video4:37
Curated Video

What Am I Unit 172

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video4:33
Curated Video

What Am I Unit 170

Pre-K - 3rd
Guess What I Am while developing basic English reading skills.
Instructional Video10:43
Curated Video

Big Ben Clock Tower for Kids | Bedtime History

K - 5th
Learn about the massive clock tower and landmark in London, England called "Big Ben."
Instructional Video3:16
TMW Media

The Appalachain Trail in Harper's Ferry

K - 5th
Take a walk along the Appalachian Trail near Harper's Ferry, West Virginia. This scenic spot attracts a lot of hikers every year as they approach the halfway point on the famous nature path. Road Trip: Harper's Ferry part 4
Instructional Video6:47
Wonderscape

Using Inference and Cause and Effect Clues in Reading

K - 5th
Learn how to utilize inference clues, which require reasoning skills and background knowledge, to deduce the meaning of unknown words in context. Explore cause and effect clues, signaled by words like "because" or "due to," to understand...
Instructional Video5:22
Wonderscape

Letter Detectives: A Journey through Words

K - 5th
Join the letter detectives on an exciting journey through the world of words! In this interactive adventure, children will sharpen their skills in letter recognition, phonics, and word differentiation through engaging activities and...
Instructional Video12:38
Curated Video

Guess The Summer Sound For Kids

Pre-K - 3rd
In this exciting and interactive video, kids can test their listening skills and have fun guessing a variety of summer sounds. From the gentle hum of bees to the cheerful splashes at the beach, each sound captures the essence of summer!
Instructional Video6:35
Curated Video

Summer Vocabulary And Games For Kids

Pre-K - 3rd
Join us for a fun and educational adventure as we explore the wonders of summer! In this video, children will learn all about summer with our exciting talking flashcards and a variety of interactive mini games. Enjoy two rounds each of...
Instructional Video7:10
Curated Video

Committed to Love: Navigating Marriage and Multiple Sclerosis Together

3rd - Higher Ed
Jason and Alice exchange heartfelt vows and get married, embracing the challenges of their life together. As they settle into married life, they discuss the realities of living with MS, including concerns about their future, intimacy,...
Instructional Video8:42
Curated Video

Facing the Unknown: Life with Multiple Sclerosis

3rd - Higher Ed
2006, 25-year-old Jason DaSilva was on vacation at the beach with family when, suddenly, he fell down. He couldn’t get back up. His legs had stopped working; his disease could no longer be ignored. Just a few months earlier doctors had...
Instructional Video5:11
Great Big Story

Life as a Dulser, generations of traditions in the dark harbor

12th - Higher Ed
Delve into the life of a seasoned dulser as he recounts his family's long-standing tradition of harvesting kelp in the secluded Dark Harbor.
Instructional Video6:48
Curated Video

Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor

Higher Ed
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Instructional Video5:20
Curated Video

Machine Learning: Random Forest with Python from Scratch - While Loop

Higher Ed
Let's understand the while loop, a conditional loop that runs until a given condition is fulfilled. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This...
Instructional Video9:50
Curated Video

Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game

Higher Ed
This video will teach us about the three types of logical operators: AND, OR, and Not(!). This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python from Scratch©".This section...
Instructional Video8:23
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Text Classification with LSTMs

Higher Ed
In this video, we will work on text classification with LSTMs. This clip is from the chapter "Natural Language Processing (NLP)" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this section, we will talk...
Instructional Video5:08
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - Extending the Position

Higher Ed
In this lesson, we will explore extending the position in pairs trading, including how and when to extend or adjust positions based on market conditions and trade signals to maximize profits or manage risks in our pairs trading strategy...
Instructional Video2:55
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity

Higher Ed
This is an exercise video on cost restriction in Solidity. This clip is from the chapter "Solidity Patterns II - Restricted Access" of the series "The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts".In...
Instructional Video8:34
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity

Higher Ed
In this video, you will learn about the withdrawal pattern in Solidity. We will understand the need for the withdrawal pattern in smart contract development, how it can prevent potential vulnerabilities, and how to implement it in a...
Instructional Video4:16
Curated Video

The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions

Higher Ed
In this video, we will discuss the solution to the exercise on the View and Pure functions from the previous video. This clip is from the chapter "Learn Functions in Solidity" of the series "The Complete Solidity Course - Zero to...
Instructional Video6:56
Curated Video

Fundamentals of Neural Networks - Why Use RNN

Higher Ed
A Recurrent neural network is a type of artificial neural network commonly used in speech recognition and natural language processing. Recurrent neural networks recognize data's sequential characteristics and use patterns to predict the...
Instructional Video8:09
Curated Video

Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional

Higher Ed
This video demonstrates convolutional operations in 1-dimension. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Instructional Video5:10
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower

Higher Ed
In this video, you will understand that string is immutable and string Concat, upper case, lower.
Instructional Video7:01
Curated Video

Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Switch Statement - Puzzles - Default, Break, and Fall Through

Higher Ed
In this video, you will learn about Java switch statement with puzzles—default, break, and fall through.