Instructional Video6:10
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - Challenge - XYZ Research Part 1

Higher Ed
In this session, we will address part one of the challenge that we discussed in our previous lesson. Let's look at how many research projects were initiated in the three-year period. This clip is from the chapter "RDD Crash Course" of...
Instructional Video58:31
NASA

NASA Hangout: All Eyes on the Sun

3rd - 11th
On March 29, 2014, an X-class flare burst off the right side of the sun . . . and NASA was watching. Coordinating their observations, five NASA observatories and one ground-based telescope were able to see things in the flare they'd...
Instructional Video4:32
KnowMo

Calculating the Mode of a Data Set: Understanding and Examples

12th - Higher Ed
This video provides an explanation of how to calculate the mode of a data set. The mode is defined as the most frequent value in a set of data, and the video demonstrates how to identify the mode using examples of both quantitative and...
Instructional Video12:18
Curated Video

Demo: Custom Vision Service

Higher Ed
In this demo video, we will work on custom vision service. This clip is from the chapter "Describe Features of Computer Vision Workloads on Azure (15-20%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In...
Instructional Video7:05
R Programming 101

Use pivot_longer() to shape and manipulate your data - R programming for beginners

Higher Ed
Use pivot_longer() to change data from wide to long data. This is part of the R programming for beginners series. If you are learning data analysis or statistics, then this video is for you. Data scientists using R often need to shape...
Instructional Video8:28
Fun Robotics

Working principle of Decision Tree

Higher Ed
Describes the working principle of a decision tree algorithm.
Instructional Video4:59
Curated Video

Learning D3.JS 5.0 5.1: The data() and enter() Methods

Higher Ed
In this video, we will learn what data binding is and how to use the data() and enter() methods. • Learn what data binding is • Get an example with data() and enter() methods • View the result in the browser and discuss it
Instructional Video4:33
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Working with X-Ray images: Case Study - Part 3

Higher Ed
From the section: CNN-Industry Live Project: Find Medical Abnormalities and Save Life. This section includes a CNN-Industry live project on working with X-Ray images. CNN-Industry Live Project: Find Medical Abnormalities and Save Life:...
Instructional Video8:21
Curated Video

Measures of Central Tendency and Grouped Data: Examples and Estimations

Higher Ed
This video is a lecture on measures of central tendency, specifically on how to find the mean for grouped data using coding sets. The lecturer explains the importance of summarizing large data sets and gives examples of various measures...
Instructional Video9:33
Packt

Training Versus Validating Dataset

Higher Ed
In this video, we will cover training versus validating dataset. This clip is from the chapter "Fundamental Principles of Machine Learning on Azure (30- 35%)" of the series "AI-900: Microsoft Azure AI Fundamentals Video Course + Ques".In...
Instructional Video7:23
Curated Video

Power BI Masterclass - Growth Insights - Profit and Sales Evaluation for Customer Base

Higher Ed
In this video, we will cover profit and sales evaluation for customer base. This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be understanding DAX table calculations with...
Instructional Video7:13
R Programming 101

10 data filtering tips using R programming. Use the tidyverse to filter and subset your data.

Higher Ed
In this video you'll learn 10 different ways to filter and subset your data using R programming. This is an R programming for beginners video and forms part of a data cleaning and data manipulation series. If you are interested in...
Instructional Video17:05
Virtually Passed

Fitting a Line using Least Squares #SoME2

Higher Ed
The Least Squares method is widely used to fit curves to data. This is called Least Squares regression. This video shows how to solve the ordinary least squares minimization problem for 1 unknown and 2 unknowns. In practice though, it...
Instructional Video9:55
msvgo

Mean Deviation about Median

K - 12th
It explains how to compute the mean deviation about median for grouped and ungrouped data with the help of solved examples.
Instructional Video3:19
Curated Video

Using Line Plots to Predict Snow Days

K - 5th
In this video, a teacher demonstrates how to create a line plot using a data set of fractional measurements and emphasize the importance of accuracy and spacing when creating the plot. By analyzing last year's snowfall data organized on...
Instructional Video13:16
Python Programmer

EDA Python - 20-Pandas_4

Higher Ed
This is part 4 of the Exploratory Data Analysis project using python and pandas.
Instructional Video3:13
Curated Video

Evaluate the impact of an AI application used in the real world. (case study) : Introduction

Higher Ed
From the section: CNN-Industry Live Project: Find Medical Abnormalities and Save Life. This section includes a CNN-Industry live project on working with X-Ray images. CNN-Industry Live Project: Find Medical Abnormalities and Save Life:...
Instructional Video4:24
Curated Video

Complete Modern C++ - Parallel Algorithms - III

Higher Ed
This video explains why parallel algorithms cannot be used everywhere. This clip is from the chapter "C++17 Standard Library Components" of the series "Complete Modern C++".null
Instructional Video42:42
Curated Video

Data Science and Machine Learning with R - Data Pivoting: {tidyr}

Higher Ed
This video explains data pivoting. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation in R.
Instructional Video31:57
Curated Video

Data Science and Machine Learning with R - {dplyr}: The Mutate Verb

Higher Ed
This video explains the mutate verb. This clip is from the chapter "Data Manipulation in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section focuses on data manipulation in R.
Instructional Video7:42
Curated Video

The Full Stack Web Development - Data Persistence Overview

Higher Ed
Redis - The Cache Database: Data Persistence Overview This clip is from the chapter "Redis - The Cache Database" of the series "The Full Stack Web Development".In this section, we look into Redis – part of other essential technology and...
Instructional Video6:31
KnowMo

Calculating the Range from a Data Set

12th - Higher Ed
This is a lecture video that explains how to calculate the range from a data set. The video covers examples with both numerical and frequency table data, as well as group frequency tables. The presenter emphasizes the importance of...
Instructional Video16:18
Curated Video

Power BI Masterclass - Bonus: Let's Do Data Science in Power BI: A Little Case Study

Higher Ed
In this video, let's do data science in Power BI: a little case study. This clip is from the chapter "Python Finance and Advanced DAX" of the series "Power BI Masterclass".In this section, we will be covering Python Finance and Advanced...
Instructional Video15:50
msvgo

Standard Deviation and Variance

K - 12th
It explains how standard deviation and variance can overcome the limitations of mean deviation and demonstrates their computation for ungrouped and grouped data.