Instructional Video6:21
Curated Video

News at Five

3rd - Higher Ed
The video “News at Five” makes a pictograph using information found on a weather map.
Instructional Video3:31
Curated Video

Interpret Data on a Bar Graph

3rd - Higher Ed
Interpret Data on a Bar Graph solves multi-step word problems by using information presented in a bar graph using the four properties of operation.
Instructional Video4:27
Curated Video

Can We Teach AI To Talk? | #AI101

Higher Ed
This week, we’re talking about Natural Language Processing! Stay tuned for the end of the video for a lot of bloopers :)
Instructional Video13:33
R Programming 101

Advanced ggplot (episode #1)

Higher Ed
If you are doing data visualisation with ggplot the you'll find this video useful. ggplot2 is one of the tidyverse packages and is used to create graphs and plots. Data visualization is an important part of both understanding and...
Instructional Video4:02
Curated Video

Subtract with a Number Line

K - 8th
A video entitled “Subtract with a Number Line” describes ways to solve subtraction problems using a number line.
Instructional Video9:18
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Creating an HTML Form Using Cascading Style Sheets (CSS) Grid

Higher Ed
This video demonstrates how to create an HTML form using CSS Grid. This clip is from the chapter "Creating a Simple Website from Scratch" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section explains how to...
Instructional Video6:40
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Machine Learning 101

Higher Ed
This video focuses on machine learning. This clip is from the chapter "Appendix - Machine Learning Topics for the Legacy AWS Certified Big Data Exam" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
Instructional Video16:02
Curated Video

Modern Web Design with HTML5, CSS3, and JavaScript - Learning about Form Field Options with HTML5 Tags

Higher Ed
This video introduces you to the form field options with HTML5 Tags. This clip is from the chapter "Creating Web Pages with HTML5" of the series "Modern Web Design with HTML5, CSS3, and JavaScript".This section demonstrates how to create...
Instructional Video10:07
Fun Robotics

Project Text Classification

Higher Ed
Implementing a Text Classification project by using Natural Language Processing to understand the sentiment of move reviews
Instructional Video6:49
Curated Video

Understanding Graphs: Answering Different Types of Questions

K - 5th
In this video, students learn about the different types of questions that can be answered by looking at graphs. The video explains the different parts of a bar graph and a picture graph, and highlights common mistakes students make when...
Instructional Video9:32
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : [Activity] Logistic Regression In Action

Higher Ed
From the section: Machine Learning: Part 1. In this section, we’ll learn how machine learning works, and how it fits in with the world of AI and deep learning. And learn to train, test and validate the data using K-fold cross-validation....
Instructional Video15:20
APMonitor

Data Science 🐍 Classification

10th - Higher Ed
Classification predicts discrete labels (outcomes) such as yes/no, True/False, or any number of discrete levels such as a letter from text recognition, or a word from speech recognition. There are two main methods for training...
Instructional Video3:46
Bethany Thiele, Art Teacher

How to Create an Image Transfer using Wax Paper and Printer Ink

K - 5th
In this video I will show you How to Create an Image Transfer using Wax Paper and Mail Label Paper! I’ll show you how to burnish (rub it) to make the transfer as well as how to transfer the image with acrylic gel medium. I use my “at...
Instructional Video6:30
Curated Video

Collecting and Organizing Measurement Data with a T Chart

K - 5th
In this lesson, students learn how to collect measurement data by organizing it on a T chart. They are taught how to measure using rulers and record measurements as mixed numbers. The T chart helps them organize the data by recording...
Instructional Video5:00
Fun Robotics

Types of Machine Learning

Higher Ed
Describes the 3 main types of machine learning namely supervised, unsupervised, and reinforcement learning.
Instructional Video11:50
Curated Video

Predictive Analytics with TensorFlow 7.3:Using Multilayer Perceptrons for Predictive Analytics

Higher Ed
For this video, we will be using bank marketing datasets. The data is related to direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. We will do predictive analytics using...
Instructional Video6:29
Curated Video

Labeling and Titling Graphs: Understanding Data Collection

K - 5th
In this video, the teacher explains the importance of labeling and titling graphs to accurately interpret the data. Using examples of bar graphs and picture graphs, the teacher demonstrates how incomplete labeling can lead to confusion....
Instructional Video9:00
Hip Hughes History

AP American Government: Ideology 101

6th - 12th
A basic, skimming of ideology and framework to analyzing government.
Instructional Video8:27
Curated Video

Describe a neural network : Multi-class Classification Using Neural Networks with caret

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video8:42
Curated Video

Predictive Analytics with TensorFlow 8.4: CNN-based Predictive Model for Sentiment Analysis

Higher Ed
This video will try to see if we can use CNN for such a use case and experience much better accuracy. Well, the motivation here is that we know CNN is mostly suitable for handling image recognition, classification, or pattern...
Instructional Video8:07
Curated Video

Predictive Analytics with TensorFlow 5.2: Using kNN for Predictive Analytics

Higher Ed
kNN is non-parametric and instance-based and is used in supervised learning. In this video, we will see working principles of kNN, we will also implement kNN-based predictive model. • See the working principles of kNN • Implement a...
Instructional Video9:38
R Programming 101

How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video

Higher Ed
Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric...
Instructional Video7:52
Curated Video

Predictive Analytics with TensorFlow 9.1: Using BRNN for Image Classification

Higher Ed
We will first provide some contextual information about RNNs. We will see how to implement a BRNN implementation example using the TensorFlow library. The example is using the MNIST database of handwriting. • Look at contextual...
Instructional Video29:15
APMonitor

k-Nearest Neighbors in Python

10th - Higher Ed
k-Nearest Neighbors classification is a type of lazy learning as it does not attempt to construct a general internal model, but simply stores instances of the training data. Classification is computed from a simple majority vote of the k...