Instructional Video3:12
Curated Video

Fair Share: Mean of a Data Set

K - Higher Ed
Fair Share: Mean of a Data Set uses the mean of a given data set, describe fair share by drawing pictures.
Instructional Video8:22
Higgsino Physics

Machine Learning: Bias VS Variance

12th - Higher Ed
Bias versus variance trade-off, under fitting vs over fitting trade-off. Showing why there is balance between being underfit when using a machine learning model to perform better on a test set, instead only performing good on the...
Instructional Video3:41
Curated Video

Line Plots

3rd - Higher Ed
The video titled “Line Plots” provides an overview of a line plot and plots two groups of data as examples.
Instructional Video9:06
Curated Video

Measures of Central Tendency

3rd - Higher Ed
"Statistical Measures" explains mean, median, mode, mean absolute deviation, range, and interquartile range.
Instructional Video4:34
Curated Video

Comparing Range on Double Box Plots

9th - 12th
In this video, the teacher explains how to find the difference in the range of data for two different stores using a double box plot. They define range as the difference between the minimum and maximum values in a dataset. This video...
Instructional Video6:00
Curated Video

Visualizing Neural Networks | AI 101

Higher Ed
In this month's AI 101, we're learning how to visualize neural networks, and how that can help us better understand our models.
Instructional Video5:14
Curated Video

Why is AI So Expensive?

Higher Ed
AI has so many uses, yet the main reason why more companies don't use it is the cost. But what makes it so expensive?
Instructional Video13:38
Curated Video

How To Make Algorithms Fairer | Algorithmic Bias and Fairness

Higher Ed
In the second part of this series on Algorithmic Bias and Fairness, we're looking at how we can make artificial intelligence and algorithms fairer.
Instructional Video8:21
Curated Video

ImageNet and The Challenge of Building Large Datasets

Higher Ed
Turns out making large machine learning datasets is pretty hard. Let's look at how one has evolved over the years!
Instructional Video12:37
Curated Video

Lensa AI Is... Complicated | AI Avatars + The Ethics of AI Art

Higher Ed
Lensa AI Is... Complicated | AI Avatars + The Ethics of AI Art
Instructional Video10:53
Curated Video

How to Make Synthetic Data | Synthetic Data Generation for Machine Learning

Higher Ed
How to Make Synthetic Data | Synthetic Data Generation for Machine Learning
Instructional Video6:53
Curated Video

DeepMind's AlphaCode - Better Than OpenAI Codex?

Higher Ed
DeepMind's AlphaCode - Better Than OpenAI Codex?
Instructional Video10:27
R Programming 101

Using R programming to manage categorial variables or factors using the forcats package

Higher Ed
If you're analysing data using R programming then you'll want to learn about the forcats package that can be used to manipulate categorical variables or factors. Data analysis doesn't need to be difficult. If you're learning statistics...
Instructional Video6:24
Curated Video

Differential Privacy + Federated Learning Explained (+ Tutorial) | #AI101

Higher Ed
In this month's AI 101, we're learning about differential privacy and federated learning.
Instructional Video9:39
Curated Video

Did Artificial Intelligence Help Us Fight COVID?

Higher Ed
At the beginning of the pandemic, there was a lot of excitement around the use of machine learning to fight COVID. But now that we're 18 months into it, did AI actually help?
Instructional Video7:26
Curated Video

Can Language Models Lie? | WebGPT, DeepMind Retro, and The Challenge of Fact-Checking in LLMs

Higher Ed
Can Language Models Lie? It's complicated, but we're teaching them to do better.
Instructional Video7:32
Curated Video

Are AI-Synthesized Faces More Trustworthy?

Higher Ed
Are AI-Synthesized Faces More Trustworthy?
Instructional Video8:48
Curated Video

Can AI Detect Your Emotions?

Higher Ed
There's been a lot of hype about AI-based emotion recognition. How much is reality?
Instructional Video7:57
Curated Video

10 Popular Machine Learning Datasets, Explained

Higher Ed
In this month's AI 101, we're taking a look at 10 popular datasets that you can use to improve your machine learning skills.
Instructional Video3:24
Curated Video

Variance and Standard Deviation

3rd - Higher Ed
A video entitled “Variance and Standard Deviation” which describes ways that variance and standard deviation are used as measures in the real world.
Instructional Video6:22
Curated Video

Best Fit

3rd - Higher Ed
A video entitled "Best fit" which explains how to calculate measures of center and measures of variation and discusses how to determine the value that best represents a data set.
Instructional Video7:34
Curated Video

Statistical Measures

3rd - Higher Ed
A video entitled "Statistical Measures" which explains mean, median, mode, mean absolute deviation, range, and interquartile range.
Instructional Video5:09
R Programming 101

Separate and Unite - manipulate your data with R programming

Higher Ed
If you're working with data or learning to do statistical analysis using R programming, then this is a short tutorial that will help you use and understand the seperate and unite functions as part of the tidyverse set of packages. So if...
Instructional Video10:23
R Programming 101

Lollipop Graph using ggplot.

Higher Ed
If you're interested in Data Visualization then you've come to the right place. Ggplot (or ggplot2) is an extremely powerful package used in R programming to develop plots and graphs. A lollipop graph is an excellent example of how you...