Hi, what do you want to do?
R Programming 101
Advanced ggplot (episode #1)
If you are doing data visualisation with ggplot the you'll find this video useful. ggplot2 is one of the tidyverse packages and is used to create graphs and plots. Data visualization is an important part of both understanding and...
R Programming 101
Advanced ggplot - using facets
If you are using R programming to do data visualisation then you'll love working with the ggplot2 package. This video is part of the advanced ggplot series and in it we explore the use of facets in your plots and graphs. You might be...
R Programming 101
Encircled observations - use ggplot and ggalt to create great plots and data visualization.
Encircled observations - use ggplot and ggalt to create great plots and data visualization.
Curated Video
Find and Compare Median and Range
In this short math video we will find & compare median and range of two line plots to answer a standardized math test question. We will define median and range. We will understand that the median of a data set is found by putting the...
Curated Video
Create a Simple SIEM
Learn the basic feature of SIEM solutions; logs aggregation using Powershell commands.
Curated Video
R Programming for Statistics and Data Science - Skewness
This video explains skewness.<br<br/>/>
This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory data analysis.
This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory data analysis.
Curated Video
R Programming for Statistics and Data Science - Getting a Sense of Your Data Frame
This video explains getting a sense of your data frame.<br<br/>/>
This clip is from the chapter "Data Frames" of the series "R Programming for Statistics and Data Science".This section explains data frames.
This clip is from the chapter "Data Frames" of the series "R Programming for Statistics and Data Science".This section explains data frames.
Curated Video
Comparing Mean and Mean Absolute Deviation
This video reviews a math test prep question on comparing mean and mean absolute deviation (MAD) using line plots to record the number of whales seen on morning and afternoon whale watch trips. The teacher explains how to find the mean...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Writing Your Data and Managing Layout
In this video, you will learn how to write your data and manage layout.
<
br/>
This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this...
<
br/>
This clip is from the chapter "Spark Data Sources and Sinks" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this...
Curated Video
R Programming for Statistics and Data Science - Mean, Median, Mode
This video explains mean, median, mode.<br<br/>/>
This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory data analysis.
This clip is from the chapter "Exploratory Data Analysis" of the series "R Programming for Statistics and Data Science".This section explains exploratory data analysis.
Curated Video
R Programming for Statistics and Data Science - Decomposition of Variability: SST, SSR, SSE
This video explains decomposition of variability: SST, SSR, SSE.
<
br/>
This clip is from the chapter "Linear Regression Analysis" of the series "R Programming for Statistics and Data Science".This section explains linear regression...
<
br/>
This clip is from the chapter "Linear Regression Analysis" of the series "R Programming for Statistics and Data Science".This section explains linear regression...
Curated Video
R Programming for Statistics and Data Science - Building a Function in R 2.0
This video explains building a function in R 2.0
<
br/>
This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of...
<
br/>
This clip is from the chapter "Fundamentals of Programming with R" of the series "R Programming for Statistics and Data Science".This section explains fundamentals of...
Curated Video
Spark Programming in Python for Beginners with Apache Spark 3 - Implementing Bucket Joins
In this video, you will learn how to implement Bucket joins.
<
br/>
This clip is from the chapter "Spark Dataframe Joins" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn...
<
br/>
This clip is from the chapter "Spark Dataframe Joins" of the series "Spark Programming in Python for Beginners with Apache Spark 3".In this section, you will learn...
Curated Video
R Programming for Statistics and Data Science - Tidying Data in R - gather() and separate()
This video explains tidying data in R - gather() and separate().<br<br/>/>
This clip is from the chapter "Manipulating Data" of the series "R Programming for Statistics and Data Science".This section explains manipulating data.
This clip is from the chapter "Manipulating Data" of the series "R Programming for Statistics and Data Science".This section explains manipulating data.
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - QuickSight Pricing and Dashboards; ML Insights
This video provides an overview of Amazon QuickSight's pricing and dashboards.
<
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
AWS Certified Data Analytics Specialty 2021 – Hands-On - Introduction to Apache Spark
This video introduces Apache Spark.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order history app" example...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order history app" example...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Glue Costs and Anti-Patterns
This video focuses on Glue costs and anti-patterns.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section, we will complete our "order...
Curated Video
AWS Certified Data Analytics Specialty 2021 – Hands-On - Spark Integration with Kinesis and Redshift
This video explains how to integrate Apache Spark with Amazon Kinesis and Redshift.
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
<
br/>
This clip is from the chapter "Domain 3: Processing" of the series "AWS Certified Data Analytics Specialty (2022) Hands-on".In this section,...
Curated Video
Running and Executing Python Code on Google Colaboratory
In this lesson, we will learn how to run and execute Python code on Google Colaboratory, a cloud-based platform for running Jupyter notebooks. The lesson will start by reviewing the Python code that was prepared in the previous lesson...
Curated Video
Using ChatGPT to generate Python code for data manipulation
In this lesson, you will learn how to use ChatGPT to generate Python code for working with large datasets. You will be shown how to use prompt engineering to describe the features and requirements of your project and data set in order to...
Curated Video
Data Cleaning with Python: Removing Missing Values and Duplicates
In this lesson, we will learn how to use Python to clean a CSV file by removing any missing values or duplicates. Data cleaning is an important step in data preparation for fine-tuning, as duplicates and missing values can negatively...
Curated Video
Fine-tuning a GPT Model: Understanding Data Formats
In this lesson, we will discuss the format of the data used for fine-tuning a GPT model. We will begin by exploring how to prepare different data sets, discussing their strengths and weaknesses, and sharing tips on how to have good data...
Curated Video
Mastering Fine-tuning for NLP Applications
In this lesson, you will learn about the powerful technique of fine-tuning pre-trained models for specific natural language processing (NLP) applications. You will cover key concepts and the necessary steps required to successfully...
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,...