Hi, what do you want to do?
Curated Video
R Programming for Statistics and Data Science - Building a Box and Whiskers Plot with ggplot2
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.
This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Curated Video
R Programming for Statistics and Data Science - Intro to ggplot2
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.
This clip is from the chapter "Visualizing Data" of the series "R Programming for Statistics and Data Science".This section explains visualizing data.
Curated Video
AWS Certified Data Analytics Specialty 2021 β Hands-On - Choosing Visualization Types
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,...
<
br/>
This clip is from the chapter "Domain 5: Visualization" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
Curated Video
Describe the applications of artificial intelligence systems : Types and Applications of ML
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...
An Introduction to Machine...
Curated Video
Create a machine learning model of a real-life process or object : Getting Started with TensorFlow 2.0
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...
Curated Video
Data Science and Machine Learning with R - Linear Regression: A Simple Model Introduction
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...
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...
APMonitor
Data Science π Interpolation
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...
Schooling Online
IB Biology Skills: Reliability 3
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...
Schooling Online
IB Chemistry: Reliability Part 2
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,...
Schooling Online
Biology Skills: Reliability Part 3
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...
Curated Video
Writing Exponential Equations from Graphs: Two-Point Method
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.
APMonitor
Logistic Regression from Scratch
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...
APMonitor
Data Science π Classification
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...
Packt
Develop an AI system to solve a real-world problem : Building Artificial Neural Networks
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...
Curated Video
Apache Kafka - Real-time Stream Processing (Master Class) - Emergence of Bigdata - A Quick Recap
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...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Decision Trees and Random Forests
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...
Curated Video
Finding the Center of Data Sets: Mean and Median
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...
NASA
βHouston We Have a Podcast: Sampling Science in a Lab Aloft
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...
Curated Video
Graphically Representing Data with Dot Plots
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...
Institute for New Economic Thinking
Branko Milanovic - Global Income Inequality
The Inaugural Conference @ King's, Institute for New Economic Thinking, Session 7:<b<br/>r/>
The Consequences of Inequality a<br/>nd Wealth Distribution
The Consequences of Inequality a<br/>nd Wealth Distribution
Curated Video
High Performance Scientific Computing with C 1.3: Interpolation and Extrapolation
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
R Programming 101
How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video
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...
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
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...
APMonitor
Python π Curve Fit with Step Test Data
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...