Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Challenge - XYZ Research Part 1
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...
NASA
NASA Hangout: All Eyes on the Sun
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...
KnowMo
Calculating the Mode of a Data Set: Understanding and Examples
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...
Curated Video
Demo: Custom Vision Service
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...
R Programming 101
Use pivot_longer() to shape and manipulate your data - R programming for beginners
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...
Fun Robotics
Working principle of Decision Tree
Describes the working principle of a decision tree algorithm.
Curated Video
Learning D3.JS 5.0 5.1: The data() and enter() Methods
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
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
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:...
Curated Video
Measures of Central Tendency and Grouped Data: Examples and Estimations
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...
Packt
Training Versus Validating Dataset
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...
Curated Video
Power BI Masterclass - Growth Insights - Profit and Sales Evaluation for Customer Base
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...
R Programming 101
10 data filtering tips using R programming. Use the tidyverse to filter and subset your data.
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...
Virtually Passed
Fitting a Line using Least Squares #SoME2
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...
msvgo
Mean Deviation about Median
It explains how to compute the mean deviation about median for grouped and ungrouped data with the help of solved examples.
Curated Video
Using Line Plots to Predict Snow Days
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...
Python Programmer
EDA Python - 20-Pandas_4
This is part 4 of the Exploratory Data Analysis project using python and pandas.
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Introduction
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:...
Curated Video
Complete Modern C++ - Parallel Algorithms - III
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
Curated Video
Data Science and Machine Learning with R - Data Pivoting: {tidyr}
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.
Curated Video
Data Science and Machine Learning with R - {dplyr}: The Mutate Verb
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.
Curated Video
The Full Stack Web Development - Data Persistence Overview
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...
KnowMo
Calculating the Range from a Data Set
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...
Curated Video
Power BI Masterclass - Bonus: Let's Do Data Science in Power BI: A Little Case Study
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...
msvgo
Standard Deviation and Variance
It explains how standard deviation and variance can overcome the limitations of mean deviation and demonstrates their computation for ungrouped and grouped data.