Instructional Video6:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Classification versus Regression

Higher Ed
Let's learn about the three modes of machine learning: classification, regression, and clustering. This clip is from the chapter "Introduction to Machine Learning" of the series "Machine Learning: Random Forest with Python from...
Instructional Video9:34
Curated Video

Fundamentals of Neural Networks - Long Short-Term Memory (LSTM)

Higher Ed
Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture used in the field of deep learning. LSTM networks are well-suited to classifying, processing, and making predictions based on time series data...
Instructional Video9:38
Curated Video

Fundamentals of Neural Networks - Gated Recurrent Unit (GRU)

Higher Ed
Gated recurrent units (GRUs) are a gating mechanism in recurrent neural networks. GRUs have been shown to exhibit better performance on certain smaller and less frequent datasets. This clip is from the chapter "Recurrent Neural Networks"...
Instructional Video11:23
Curated Video

Fundamentals of Neural Networks - Forward Propagation in RNN

Higher Ed
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 characters. This...
Instructional Video7:09
Curated Video

Fundamentals of Neural Networks - Padding

Higher Ed
This video explains padding in convolutional neural networks. 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 Video6:45
Curated Video

Fundamentals of Neural Networks - Image Data

Higher Ed
This video explains image data in CNN (Convolutional Neural Network). This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where...
Instructional Video9:47
Curated Video

Fundamentals of Neural Networks - Cross-Entropy Loss Function

Higher Ed
This video explains the cross-entropy function, which is designed under the assumption that the variable you are trying to predict is binary. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in...
Instructional Video6:26
Curated Video

Fundamentals of Neural Networks - Forward Propagation

Higher Ed
This video explains forward propagation and will dive deeper into the architecture of neural networks. This clip is from the chapter "Artificial Neural Networks" of the series "Fundamentals in Neural Networks".This section explains...
Instructional Video7:17
Curated Video

The Real Odds: Understanding Lottery and Sports Betting

6th - Higher Ed
Explore the real chances of winning the lottery and the intricacies of sports betting. This video breaks down the probabilities, the science of randomness, and the strategies players use in hopes of maximizing their winnings. Featuring...
Instructional Video3:57
Curated Video

Deep Learning - Crash Course 2023 - Confirming Universal Approximation Theorem Works

Higher Ed
In this video, we will confirm the effectiveness of the Universal Approximation Theorem by implementing it on a practical problem. This clip is from the chapter "Universal Approximation Theorem" of the series "Deep Learning - Crash...
Instructional Video5:34
Curated Video

Deep Learning - Crash Course 2023 - Understanding Universal Approximation Theorem

Higher Ed
In this video, we will introduce the concept of Universal Approximation Theorem in deep learning. We will discuss what this theorem means, how it works, and its importance in the field of neural networks. This clip is from the chapter...
Instructional Video8:09
Curated Video

GCSE Maths Questions Mixed Topics Part Two

3rd - Higher Ed
This video provides more GCSE Maths exam practice questions on a variety of topics, such as bearings, nets and solving equations.
Instructional Video5:12
Curated Video

Bearings GCSE Practice Questions

3rd - Higher Ed
This video guides you through three GCSE exam style questions on the topic of bearings. Extra practice questions are provided at the end of the video.
Instructional Video2:51
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes

Higher Ed
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Instructional Video6:31
Curated Video

Action Verbs for Kids and Game

Pre-K - 3rd
In this fun-filled educational adventure, kids will learn all about action verbs through interactive activities. The video is divided into three engaging parts: Talking Flashcards: Learn action verbs with our animated flashcards that...
Instructional Video3:05
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Interior Nine-Inch Walls: Double Height Lobby, Bath, and Drawing Room

Higher Ed
In this video, we will cover drafting interior walls of the double-height lobby, bathroom, and drawing room in AutoCAD 2D. You will learn how to create walls with precise dimensions and alignments, set wall properties, and create...
Instructional Video4:55
Curated Video

AutoCAD 2023 Masterclass - Produce Amazing Site Plans Quickly - Learning Some Frequently Used Commands

Higher Ed
In this video, we will explore some frequently used commands in AutoCAD 2D that are commonly used for creating and modifying drawings.
Instructional Video7:10
Curated Video

ChatGPT for Creatives - Cosmic Dream

Higher Ed
Explore the potential of AI in creating pixelated art and digital painterly images. This video delves into generating artistic visuals with a focus on cosmic and dreamy themes, showcasing how AI tools like Dolly can revolutionize digital...
Instructional Video15:10
Curated Video

ChatGPT for Creatives - Making Land

Higher Ed
In this video, you will learn to create the landscape of the world being built. The video covers several key aspects of creating the land, including choosing the type of terrain, creating the physical features of the world, and...
Instructional Video12:15
Curated Video

ChatGPT for Creatives - I Am Bored and Don't Know What to Draw

Higher Ed
In this video, we will use a specific contextual prompt to obtain ideas from ChatGPT. We will provide a prompt to ask it for ideas about what to draw when feeling bored and examine the responses obtained. We will explore dreamscape...
Instructional Video4:18
Curated Video

Behavioral Design Patterns in C++ - Variant

Higher Ed
In this video, we will discuss the C++17 std::variant. This class uses the Visitor pattern for performing operations on its members. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section...
Instructional Video7:57
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Gradient Descent

Higher Ed
In this video, we will get introduced to gradient descent. This clip is from the chapter "In-Depth: Gradient Descent" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this optional section, we will dive...
Instructional Video6:53
Curated Video

Digital Learning: Transforming Education at Charteux Elementary School

6th - Higher Ed
Explore the innovative digital learning environment at Charteux Elementary School in Issy-les-Moulineaux, where traditional tools are replaced with digital screens and tablets. Join the students as they engage with interactive geography,...
Instructional Video4:36
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Scatterplot

Higher Ed
In this video, you will learn about a scatterplot. This clip is from the chapter "Matplotlib" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section, we will talk about Matplotlib.