Curated Video
Big Ben Clock Tower for Kids | Bedtime History
Learn about the massive clock tower and landmark in London, England called "Big Ben."
TMW Media
The Appalachain Trail in Harper's Ferry
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
Wonderscape
Using Inference and Cause and Effect Clues in Reading
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...
Wonderscape
Letter Detectives: A Journey through Words
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...
Curated Video
Guess The Summer Sound For Kids
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!
Curated Video
Summer Vocabulary And Games For Kids
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...
Curated Video
Committed to Love: Navigating Marriage and Multiple Sclerosis Together
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,...
Curated Video
Facing the Unknown: Life with Multiple Sclerosis
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...
Great Big Story
Life as a Dulser, generations of traditions in the dark harbor
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.
Curated Video
Create a Dark Moody Atmospheric 2D Game with Unity and C# - Tile Map Editor
In this video, you will learn how to use the Tile Map Editor to create custom maps for our game.
Curated Video
Machine Learning: Random Forest with Python from Scratch - While Loop
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...
Curated Video
Machine Learning: Random Forest with Python from Scratch - Logical Operators, User Input, Game
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Classification with LSTMs
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...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - Extending the Position
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Exercise - Cost Restriction in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - The Withdrawal Pattern in Solidity
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...
Curated Video
The Complete Solidity Course - Zero to Advanced for Blockchain and Smart Contracts - Solution - View and Pure Functions
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...
Curated Video
Fundamentals of Neural Networks - Why Use RNN
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...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional
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...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - Understanding String Is Immutable and String Concat, Upper Case, Lower
In this video, you will understand that string is immutable and string Concat, upper case, lower.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 08 - Java Switch Statement - Puzzles - Default, Break, and Fall Through
In this video, you will learn about Java switch statement with puzzles—default, break, and fall through.