Instructional Video7:40
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Kinesis Firehose, Part 2

Higher Ed
This video is the second part of the three-part video that explains how to build a system to populate an S3 data lake from the Amazon EC2 server data using Kinesis Firehose. This clip is from the chapter "Domain 1: Collection" of the...
Instructional Video11:27
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Kinesis Analytics, Part 2

Higher Ed
This video is the second part of the four-part video that explains how to build a more complex application that monitors the incoming order data using Kinesis analytics. If an anomalous order rate is detected, an alarm will be sent via...
Instructional Video7:39
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - SageMaker

Higher Ed
This video focuses on the Amazon SageMaker service. This clip is from the chapter "Appendix - Machine Learning Topics for the Legacy AWS Certified Big Data Exam" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In...
Instructional Video7:25
Curated Video

AWS Certified Data Analytics Specialty 2021 – Hands-On - (Exercise) Kinesis Analytics, Part 1

Higher Ed
This video is the first part of the four-part video that explains how to build a more complex application that monitors the incoming order data using Kinesis analytics. If an anomalous order rate is detected, an alarm will be sent via...
Instructional Video17:20
Fun Robotics

Weight Prediction Model

Higher Ed
Training and testing a regression model to predict the weight of the fish.
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. 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 section explains...
Instructional Video52:49
Curated Video

Data Science and Machine Learning with R - Linear Regression in R - Real Model

Higher Ed
This video explains linear regression in R. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a real model...
Instructional Video25:03
Curated Video

Data Science and Machine Learning with R - Exploratory Data Analysis Introduction

Higher Ed
This video gives an introduction to exploratory data analysis. This clip is from the chapter "Exploratory Data Analysis" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains...
Instructional Video53:05
Curated Video

Data Science and Machine Learning with R - A Simple Model

Higher Ed
This video demonstrates a practical application of machine learning. 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 Video39:03
Curated Video

Data Science and Machine Learning with R - Data Frames: Tibbles

Higher Ed
This video explains Tibbles in data frames. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video12:51
R Programming 101

How to draw a line graph using ggplot with R programming. Plots and graphs to visualize data.

Higher Ed
If you want to use R programming to create plots and graphs using the ggplot package, then watch this video. In this video, I'll go though how to visualize two numeric variables and one categoric variable using line graphs and faceting...
Instructional Video32:00
APMonitor

Data Visualization in Python

10th - Higher Ed
Data visualization and exploration is one of the first steps in machine learning after the data is gathered and statistically summarized. It is used to graphically represent data to qualitatively understand relationships and data...
Instructional Video46:46
Curated Video

Data Science and Machine Learning with R - Introduction to Machine Learning Part Two

Higher Ed
This video explains the different approaches in machine learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section...
Instructional Video1:02:58
Curated Video

Data Science and Machine Learning with R - Hands-on Exploratory Data Analysis

Higher Ed
This video explains hands-on exploratory data analysis. This clip is from the chapter "Exploratory Data Analysis" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains...
Instructional Video58:27
R Programming 101

R programming in one hour - A crash course for beginners

Higher Ed
R programming is easy. In this video, I'll walk you though how to clean your data; how to manipulate (or wrangle) your data; how to summarize your data; how to create tables and describe your data; how to visualize your data using ggplot...
Instructional Video16:27
R Programming 101

Visualize your data using ggplot. R programming is the best platform for creating plots and graphs

Higher Ed
This video is part of a series of videos that consider data analysis using R programming. It is primarily for beginners. In this video I talk about using R to visualise your data. Data visualization using R is best done using the ggplot...
Instructional Video37:48
Curated Video

Data Science and Machine Learning with R - Introduction to Logistic Regression

Higher Ed
This video introduces you to logistic regression. This clip is from the chapter "Logistic Regression" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains logistic regression.
Instructional Video39:38
Curated Video

Data Science and Machine Learning with R - Logistic Regression in R

Higher Ed
This video explains logistic regression in R. This clip is from the chapter "Logistic Regression" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains logistic regression.
Instructional Video4:39
Curated Video

Learning D3.JS 5.0 1.2: What Is Data Visualization?

Higher Ed
In this video, we will learn what data visualization is, visual perception, and also what makes a good visualization. • Understand the definition of data visualization • Discuss visual perception • Learn the steps to make a great...
Instructional Video32:04
Curated Video

Data Science and Machine Learning with R - Linear Regression - Real Model Section Introduction

Higher Ed
This video explains linear regression – a real model. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a...
Instructional Video19:41
Curated Video

Data Science and Machine Learning with R - Vectors - Part One

Higher Ed
This video introduces you to vectors. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types and...
Instructional Video21:49
Curated Video

Data Science and Machine Learning with R - Introduction to Machine Learning Part One

Higher Ed
This video is an introduction to machine learning. This clip is from the chapter "Introduction to Machine Learning" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains machine...
Instructional Video7:52
Packt

Create visual representations of data that models real-world phenomena or processes : A1. Activity for Data Visualization

Higher Ed
From the section: Data Visualization. In this section you will learn about data visualization, matplotlib library, bar charts, line charts and scatter plots. There’s also an activity for data visualization. Data Visualization: A1....
Instructional Video19:20
Curated Video

Data Science and Machine Learning with R - Introduction to Data Frames

Higher Ed
This video explains introduction to data frames. This clip is from the chapter "Data Types and Structures in R" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This video explains data types...