Hi, what do you want to do?
Curated Video
Sperm
Male reproductive cells, also referred to as the male gametes.
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science...
<
br/>
A Twig Science
Glossary Film.
Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science...
Curated Video
Perspective: Dazzle Camouflage
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...
Curated Video
Binary: The Alien Language
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...
Curated Video
Vectors: Air Traffic Control
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...
Curated Video
Speed, Velocity, Acceleration
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...
Curated Video
Transformations: Skateboarding
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...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Embeddings
In this video, we will understand what embedding is.
<
br/>
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...
<
br/>
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
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.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series...
Curated Video
Deep Learning - Recurrent Neural Networks with TensorFlow - Recurrent Neural Networks (Elman Unit Part 1)
In this video, we will get introduced to simple recurrent neural networks also called as Elman Unit.
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
<
br/>
This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Curated Video
Financial Analysis - Build a ChatGPT Pairs Trading Bot - How to Code Yourself (Part 1)
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Ownership in Rust
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...
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Exercise - Iterate Through a Vector in Rust
This is an exercise video on iterating through a vector in Rust.<br<br/>/>
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - What Is Iter in Rust and Iterators
This video helps you with the Iter in Rust and iterators.<br<br/>/>
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
This clip is from the chapter "Intermediate to Advanced Videos in Rust" of the series "Rust Programming 2023 - A Comprehensive Course for Beginners".null
Curated Video
Rust Programming 2023 - A Comprehensive Course for Beginners - Borrowing in Rust - The “&†Symbol in Rust
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...
Curated Video
Type-Safe Interfaces with Modern C++ - Other Examples of Owning/View Classes
Find a pattern similar to `std::string`/`std::string_view` in other classes, and understand the importance of having both owning/non-owning wrappers.
Curated Video
Fundamentals of Neural Networks - Forward Propagation in RNN
The forward propagation in an RNN makes a few assumptions: 1) We assume the hyperbolic tangent activation function for the hidden layer. 2) We assume that the output is discrete as if the RNN is used to predict words or...
Curated Video
Fundamentals of Neural Networks - Lab 1 - Introduction to Convolutional 1-Dimensional
This video demonstrates convolutional operations in 1-dimension.
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural...
<
br/>
This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural...
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 06 - List Interface - Methods to Add, Remove, and Change Elements and Lists
In this video, you will learn about the list interface and methods to add, remove, and change elements and lists.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 05 - List Interface Implementations - ArrayList Versus Vector
In this video, you will learn about list interface implementations—ArrayList versus Vector.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 04 - List Interface Implementations - ArrayList Versus LinkedList
In this video, you will learn about list interface implementations—ArrayList versus LinkedList.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 03 - List Interface - Immutability and Introduction of Implementations – Array
In this video, we will explore the concept of immutability in the context of the List interface and discuss the array implementation as an introduction to different list implementations available in Java.
Curated Video
Learn Java from Scratch - A Beginner's Guide - Step 13 - List and ArrayList - a Summary
In this video, you will learn about list and ArrayList—a summary.
Curated Video
Introduction to FinTech Using R - First Course in Asset Pricing
In this video, we will look at how to create an ASP.NET Core API project with Visual Studio 2022 using an ASP.NET Core web API template.
<
br/>
This clip is from the chapter "Asset Pricing" of the series "Introduction to FinTech...
<
br/>
This clip is from the chapter "Asset Pricing" of the series "Introduction to FinTech...
Curated Video
Deep Learning - Crash Course 2023 - ReLU, SoftMax, and Cross Entropy
In this video, you will learn about ReLU, SoftMax, and Cross Entropy.
<
br/>
This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement...
<
br/>
This clip is from the chapter "Applying Deep Learning" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to implement...