Instructional Video0:33
Curated Video

Electron

6th - 12th
The tiny particles within all atoms that carry a negative electric charge. A Twig Science Glossary Film. Key scientific terms defined in just 60 seconds using stunning images and concise textual definitions. Twig Science Glossary Films...
Instructional Video3:01
Curated Video

Climate Models

6th - 12th
Predicting the future of Earth's climate is a daunting task. How are complex climate models calculated, taking chaos theory into account? Earth Science - Human Impacts - Learning Points. Climate models use data to calculate the...
Instructional Video2:37
Curated Video

The Search for Elusive Gravitational Waves

Pre-K - Higher Ed
Early in the 20th century Albert Einstein turned physics on its head with his theory of relativity. It explained anomalies observed by astronomers and it made predictions about things that could not be tested. One of these predictions...
Instructional Video2:33
Curated Video

Changing Polar Ice: Observations and Concerns

Pre-K - Higher Ed
This video provides an overview of the North Pole and the surrounding Arctic region, highlighting the characteristics of the ice pack and the impact of climate change. It discusses the thickness and movement of the ice and the increasing...
Instructional Video3:37
Science Buddies

Simple Explanation of Neural Networks

K - 5th
Tracy from Science Buddies guides you through the basics of neuron networks used in machine learning. Discover how neurons and layers work together to process information and make predictions, from image recognition to language...
Instructional Video5:18
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Other Ways to Forecast

Higher Ed
In this video, we will discuss some other ways that might generate multi-step forecast. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep Learning - Recurrent Neural...
Instructional Video12:05
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Autoregressive Linear Model for Time Series Prediction

Higher Ed
In this video, we will dive into coding and learn about the autoregressive linear model for time series prediction. This clip is from the chapter "Recurrent Neural Networks (RNNs), Time Series, and Sequence Data" of the series "Deep...
Instructional Video10:39
Curated Video

Deep Learning - Recurrent Neural Networks with TensorFlow - Forecasting

Higher Ed
In this video, we will discuss about forecasting. 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 section,...
Instructional Video5:14
Curated Video

Machine Learning: Random Forest with Python from Scratch - Concluding remarks

Higher Ed
In this video, we will look at the concluding remarks of the course and recap what we learned through the course, briefly. This clip is from the chapter "Conclusion" of the series "Machine Learning: Random Forest with Python from...
Instructional Video8:54
Curated Video

Machine Learning: Random Forest with Python from Scratch - How to Classify

Higher Ed
Let's learn to write a classification method that will train our module and help us get predictions. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video4:41
Curated Video

Machine Learning: Random Forest with Python from Scratch - Leaf and Decision Node

Higher Ed
In this lesson, you will learn to create two classes, a leaf node and a decision node, with a constructor. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest with Python from...
Instructional Video6:47
Curated Video

Machine Learning: Random Forest with Python from Scratch - Pros and Cons of Random Forest

Higher Ed
In this video, we will look at the benefits and limitations of Random Forest and the complexities involved in decision-making using Random Forest. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine...
Instructional Video3:02
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Model Endpoint Deployment

Higher Ed
In this lab video, you will learn how to deploy a custom-trained machine learning model to a production environment using Vertex AI. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model...
Instructional Video1:56
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Overview – Vertex AI UI

Higher Ed
This video provides an overview of the UI of Vertex AI. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore...
Instructional Video15:25
Curated Video

Fundamentals of Neural Networks - Lab 1 - RNN in Text Classification

Higher Ed
This video demonstrates how to design a recurrent neural network or RNN. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
Instructional Video2:11
Curated Video

Deep Learning - Crash Course 2023 - Summary-1

Higher Ed
In this video, we will quickly summarize what we have learnt about MP Neuron. This clip is from the chapter "Summary of MP Neuron" of the series "Deep Learning - Crash Course 2023".In this section, we will consolidate our understanding...
Instructional Video1:40
Curated Video

Deep Learning - Crash Course 2023 - Loss and Finding Parameters

Higher Ed
In this video, you will learn about loss and finding parameters. This clip is from the chapter "MP Neuron Model" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to build neural networks using the MP...
Instructional Video5:06
Curated Video

Advanced Chatbots with Deep Learning and Python - Model Completion

Higher Ed
In this video, after training and testing the data, querying the questions, and obtaining responses, we are now at model completion with compiling the questions and responses to check for accuracy.
Instructional Video9:18
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Mean Squared Error

Higher Ed
In this video, we will understand MSE (Mean Squared Error) from a probabilistic perspective. This clip is from the chapter "In-Depth: Loss Functions" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video3:31
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet Section Summary

Higher Ed
In this video, we will summarize what we have learnt in this section. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...
Instructional Video13:13
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - (The Dangers of) Prophet for Stock Price Prediction

Higher Ed
In this video, we will work with Prophet for stock price prediction. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will explore...
Instructional Video10:21
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet: Multiplicative Seasonality, Outliers, Non-Daily Data

Higher Ed
In this video, we will work on multiplicative seasonality, outliers, and non-daily data with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in...
Instructional Video4:22
Curated Video

Data Science - Time Series Forecasting with Facebook Prophet in Python - Prophet in Code: Changepoint Detection

Higher Ed
In this video, you will learn how to detect changepoint with Prophet. This clip is from the chapter "Facebook Prophet" of the series "Data Science - Time Series Forecasting with Facebook Prophet in Python".In this section, we will...