Curated Video
The Incredible Strength of Ants
Why are tiny ants considered the strongest creatures in the world? An introduction to the square-cube law and why muscle mass (length3) will always outstrip strength (length2). Maths - Number A Twig Math Film....
Curated Video
Binary: What Is Binary?
Learn how the binary base system works, and how to symbolise any number using just two digits. Maths - Number A Twig Math Film. Reinforce and extend the learning required by the curriculum. Twig’s context films show abstract concepts in...
Curated Video
Benford's Very Strange Law
Mathematicians would expect that each of the numbers 1-9 would appear in the world at random. But physicist Frank Benford discovered that in fact they appear in sequence, with surprising regularity, across the man-made and natural world....
Curated Video
The Birthday Paradox
How many people do you need to have in one room to be sure that two will share the same birthday? The answer is not as high as you might think... Maths - Algebra A Twig Math Film. Reinforce and extend the learning required by the...
Curated Video
Chinese Development of Maths
Chinese maths developed independently of the West – but with similar outcomes. Discover the parallels between East and West, and why it appears that Chinese mathematicians often got there first. Maths - History Of Maths A Twig Math Film....
Curated Video
Enigma: Cracking The Code
The Enigma machine could pair up letters in 150 million million ways. How did the machine work to give so many different permutations – and how was the code eventually cracked? Maths - Number A Twig Math Film. Reinforce and extend the...
Curated Video
Tank Wars
How an unlikely algebraic equation outdid allied spying efforts at providing insight into Nazi tank production – and helped to win the war. Maths - Algebra A Twig Math Film. Reinforce and extend the learning required by the curriculum....
Curated Video
What is DNA?
How does our DNA make us unique, and how is this unique genetic information passed on when cells divide? Biology - Cells And DNA - Learning Points. Deoxyribonucleic Acid (DNA) molecules are found in chromosomes within all our cells. DNA...
Curated Video
The Emperor's Chess Board
The legend of the inventor who asked to be granted grains of rice for each square of a chess board, exponentially. And why his wish could not be fulfilled... Maths - Number A Twig Math Film. Reinforce and extend the learning required by...
Curated Video
DNA profile
A distinctive pattern or set of numbers that represents a much larger DNA sequence, usually of an individual person though the technique can be applied to any type of DNA sample. A Twig Science Glossary Film. Key scientific terms defined...
Curated Video
Ribosomes
The structures inside cells that synthesize proteins. 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...
Curated Video
Algebra | The nth Term | Maths with Mrs. B
Explore the concept of the nth term and learn how to write an nth term expression for a sequence in this clear, step-by-step tutorial. 00:00 Introduction 00:12 Demonstration 03:03 Questions 03:22 Example 1 04:20 Example 2 05:16 Example 3...
Curated Video
Machine Learning: Random Forest with Python from Scratch - For Loop
Let's understand the for loop and how it is used to iterate a sequence, which is a list, tuple, string, dictionary, or set. This clip is from the chapter "Introduction to Python" of the series "Machine Learning: Random Forest with Python...
Curated Video
Git and GitHub Masterclass - The Practical Bootcamp - Difference Between Merge and Rebase
This video explains the difference between merge and rebase. This clip is from the chapter "Rebase" of the series "Git and GitHub Masterclass - The Practical Bootcamp".This section explains Git rebase and rebase merge conflict.
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Text Preprocessing
In this video, we will work on text preprocessing. 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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Code Preparation (NLP)
In this video, you will learn how to write the code to turn a sequence of words into an acceptable format such that they can be converted into a matrix of numbers. This clip is from the chapter "Natural Language Processing (NLP)" of the...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - RNN for Image Classification (Code)
In this video, you will learn how to preform RNN for image classification on the MNIST dataset. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 2)
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 -...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Sequence Data
In this video, you will learn about sequence data. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural Networks with TensorFlow".In this...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is the For Loop in Rust
In this video, you will look at the For loop in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Are Loops in Rust
In this video, you will study loops in Rust. This clip is from the chapter "Beginner Lessons in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".This section focuses on the beginner lessons in Rust.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Sort and Reverse Methods
In this video, we will dive into sorting arrays in ascending and descending order using sort() and reversing the order of elements using reverse(), which enables effective data organization and manipulation in arrays.
Curated Video
The Front-End Web Developer Bootcamp - HTML, CSS, JS, and React - Heading Tags in HTML
In this video, you will learn to use heading tags (h1-h6) in HTML to structure our web content, create hierarchical headings, and improve the accessibility and the SEO of our webpages.
Curated Video
Type-Safe Interfaces with Modern C++ - std::string_view – Introduction
Learn about `std::string_view`, introduced in C++17.