Instructional Video9:09
SciShow

The Hamster That Saved Thousands of COVID Patients

12th - Higher Ed
Forget lab rats — meet the Chinese or striped-back hamster, an unassuming little rodent whose role in research over the years has led to breakthroughs in genetics, pharmaceutics and more!
Instructional Video4:35
TED-Ed

TED-Ed: What is a vector? - David Huynh

Pre-K - Higher Ed
Physicists, air traffic controllers, and video game creators all have at least one thing in common: vectors. But what exactly are they, and why do they matter? David Huynh explains how vectors are a prime example of the elegance, beauty,...
Instructional Video10:29
Curated Video

Fundamentals of Object-Oriented Programming - C++ - UML Abstract Class - ATM Part 3

Higher Ed
In this video, we will work on the transaction class and add reporting to our ATM system. This clip is from the chapter "Module 4" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, we will cover UML case...
Instructional Video5:58
Curated Video

Fundamentals of Object-Oriented Programming - C++ - STL - VECTOR

Higher Ed
In this video, you will learn about vector standard template library. This clip is from the chapter "Module 3" of the series "Fundamentals of Object-Oriented Programming - C++".In this section, you will learn about STL (Standard Template...
Instructional Video14:42
Curated Video

Java Multithreading and Parallel Programming Masterclass - Parallel Matrix Multiplication - The Naive Way

Higher Ed
This video demonstrates the multiplication of a parallel matrix in the naive or basic way.
Instructional Video8:46
Curated Video

Las fuerzas de contacto y los sistemas ligados

12th - Higher Ed
En este vídeo vamos a hablar sobre las fuerzas de contacto que podemos encontrar en nuestro día a día, así como de las fuerzas fundamentales y de los sistemas ligados y algunas consideraciones que debemos recordar a la hora de estudiarlos.
Instructional Video0:53
Curated Video

Force

6th - 12th
A 'push' or a 'pull' on an object. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract concepts and key...
Instructional Video0:49
Curated Video

Velocity

6th - 12th
The speed of an object in a particular direction. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce abstract...
Instructional Video0:47
Curated Video

Vector

6th - 12th
A quantity that has both magnitude, or size, and direction. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce...
Instructional Video0:53
Curated Video

Sperm

6th - 12th
Male reproductive cells, also referred to as the male gametes. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films reinforce...
Instructional Video2:46
Curated Video

Perspective: Dazzle Camouflage

6th - 12th
See the amazing warship 'camouflage' that dazzled the enemy, not by hiding the ship, but by tricking the eye. Maths - Space A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s math films show abstract...
Instructional Video3:15
Curated Video

Binary: The Alien Language

6th - 12th
In the 1970s, launched aboard a space probe was what is considered one of the most important scientific diagrams ever created. If found by extraterrestrial life, the plaque explains details about the human race and where we are in the...
Instructional Video3:10
Curated Video

Vectors: Air Traffic Control

6th - 12th
How air traffic controllers use position vectors to ensure that aeroplanes can fly safely in crowded skies. Maths - Algebra A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s math films show abstract...
Instructional Video3:24
Curated Video

Speed, Velocity, Acceleration

6th - 12th
Discover how speed, velocity and acceleration are interlinked but very different measurements of motion. Physics - Forces - Learning Points. The velocity and acceleration of any moving object can be calculated. Speed is the distance...
Instructional Video2:32
Curated Video

Transformations: Skateboarding

6th - 12th
Watch how a skateboard shape is transformed when tricks are performed, by sliding, rotation and reflection. Maths - Shape A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s math films show abstract...
Instructional Video13:14
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings

Higher Ed
In this video, we will understand what embedding is. 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 about Natural...
Instructional Video9:47
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)

Higher Ed
In this video, you will learn how to use the simple RNN to solve many-to-one tasks and many-to-many problems. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video9:25
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)

Higher Ed
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning -...
Instructional Video16:04
Curated Video

Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)

Higher Ed
In this video, you will learn to write Python code from scratch for financial analysis with ChatGPT using pairs trading strategies. This video will cover fundamental coding concepts such as data types, variables, loops, conditional...
Instructional Video6:40
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Ownership in Rust

Higher Ed
Ownership is a key concept in Rust's memory management system, and it's essential for writing efficient and safe programs. In this video, you will learn about ownership in Rust and how it helps prevent common memory-related errors. This...
Instructional Video1:09
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Iterate Through a Vector in Rust

Higher Ed
This is an exercise video on iterating through a vector in Rust. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video5:10
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Iter in Rust and Iterators

Higher Ed
This video helps you with the Iter in Rust and iterators. This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Instructional Video6:42
Curated Video

Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust

Higher Ed
In Rust, borrowing is an essential concept for managing memory and preventing common memory-related errors. The ‘&' symbol is used to create references to variables and pass them to functions, which allows efficient memory management...
Instructional Video6:30
Curated Video

Type-Safe Interfaces with Modern C++ - Other Examples of Owning/View Classes

Higher Ed
Find a pattern similar to `std::string`/`std::string_view` in other classes, and understand the importance of having both owning/non-owning wrappers.