Instructional Video6:18
Curated Video

R Programming for Statistics and Data Science - Building a Box and Whiskers Plot with ggplot2

Higher Ed
This video explains building a box and whiskers plot with ggplot2.<br<br/>/>

This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Instructional Video6:48
Curated Video

R Programming for Statistics and Data Science - Intro to ggplot2

Higher Ed
This video explains ggplot2.<br<br/>/>

This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Instructional Video12:02
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - Choosing Visualization Types

Higher Ed
This video explains how to select the visualization types in Amazon QuickSight.
<
br/>
This clip is from the chapter "Domain 5: Visualization" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
Instructional Video25:46
Curated Video

Describe the applications of artificial intelligence systems : Types and Applications of ML

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML.



An Introduction to Machine...
Instructional Video8:55
Curated Video

Create a machine learning model of a real-life process or object : Getting Started with TensorFlow 2.0

Higher Ed
From the section: Regression Task Airbnb Prices in New York. We will use a real-world Airbnb dataset that contains data about New York properties for rent in 2019 on Airbnb, including their price. It is a simple dataset and makes a...
Instructional Video25:09
Curated Video

Data Science and Machine Learning with R - Linear Regression: A Simple Model Introduction

Higher Ed
This video explains a simple linear regression model.
r/>
This clip is from the chapter "Linear Regression: A Simple Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This...
Instructional Video20:22
APMonitor

Data Science 🐍 Interpolation

10th - Higher Ed
Interpolation constructs new prediction points from a discrete set of known data points. There are many types of interpolation such as nearest neighbor (piecewise constant), linear, polynomial, cubic spline, and basis...
Instructional Video18:01
Schooling Online

IB Biology Skills: Reliability 3

3rd - Higher Ed
Robin Hood has a flawless track record. That is, until he completely misses the mark one day! Does this spell the end of his successful career? This lesson will wrap up our discussion of reliability by examining the effects of outliers...
Instructional Video18:00
Schooling Online

IB Chemistry: Reliability Part 2

3rd - Higher Ed
We know that Robin Hood is an accurate and reliable archer, but just how good is he? Is his aim god-like, or is he subject to the errors and imperfections of mortals? This lesson will continue investigating the concept of reliability,...
Instructional Video18:26
Schooling Online

Biology Skills: Reliability Part 3

3rd - Higher Ed
Robin Hood has a flawless track record. That is, until he completely misses the mark one day! Does this spell the end of his successful career? This lesson will wrap up our discussion of reliability by examining the effects of outliers...
Instructional Video6:50
Curated Video

Writing Exponential Equations from Graphs: Two-Point Method

K - 5th
Learn how to write an exponential equation using data given as a graph. The lesson covers scenarios where the Y-intercept is known or unknown, and provides step-by-step instructions on how to determine the explicit equation.
Instructional Video36:10
APMonitor

Logistic Regression from Scratch

10th - Higher Ed
Logistic regression is a machine learning algorithm for classification. In this algorithm, the probabilities describing the possible outcomes of a single trial are modeled using a logistic function. Logistic regression...
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...
Instructional Video19:49
Packt

Develop an AI system to solve a real-world problem : Building Artificial Neural Networks

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be...
Instructional Video10:45
Curated Video

Apache Kafka - Real-time Stream Processing (Master Class) - Emergence of Bigdata - A Quick Recap

Higher Ed
This is the first lecture of this course that talks about some history, from where we started, and where are we going with the data processing. Here, you will learn about the Big Data problem and how it started. This lesson will...
Instructional Video8:59
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Decision Trees and Random Forests

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...
Instructional Video6:59
Curated Video

Finding the Center of Data Sets: Mean and Median

K - 5th
In this video, the teacher explains how to find the center of data sets using mean and median. They provide examples and equations to calculate both measures of center, and discuss when it is appropriate to use mean or median based on...
Podcast52:09
NASA

β€ŽHouston We Have a Podcast: Sampling Science in a Lab Aloft

Pre-K - Higher Ed
International Space Station Program Chief Scientist Kirt Costello talks about some of the interesting new research underway in Earth’s orbiting laboratory right now, and shares results of earlier experiments that are already making a...
Instructional Video3:49
Curated Video

Graphically Representing Data with Dot Plots

K - 5th
This video emphasizes the importance of including titles and labels to clearly communicate the data being represented. The video also addresses common misunderstandings, such as confusing frequencies with data values. Overall, it...
Instructional Video19:07
Institute for New Economic Thinking

Branko Milanovic - Global Income Inequality

Higher Ed
The Inaugural Conference @ King's, Institute for New Economic Thinking, Session 7:<b<br/>r/>

The Consequences of Inequality a<br/>nd Wealth Distribution
Instructional Video10:34
Curated Video

High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation

Higher Ed
How can we "fill in" the data points between discrete data? How can we extend beyond our data points? β€’ Learn linear interpolation β€’ Learn polynomial interpolation β€’ See the dangers of extrapolation
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 Video10:11
Curated Video

Design a computer system using tree search and reinforcement learning algorithms : Creating an Agent to Solve the MAB Problem Using Python and Tensorflow

Higher Ed
From the section: The Multi-Armed Bandit. In this section, we will learn about the basics and look at one of the most foundational concepts in Reinforcement Learning – The Multi-Armed Bandit We construct a model of a MAB...
Instructional Video14:49
APMonitor

Python 🐍 Curve Fit with Step Test Data

10th - Higher Ed
The Scipy curve_fit function determines two unknown coefficients (dead-time and time constant) to minimize the difference between predicted and measured response values. Pandas imports the data and the dataframe header is...