APMonitor
Scale Data for Machine Learning
Scaling (inputs and outputs) can improve the training process for machine learning. A common scaling technique is to divide by the standard deviation and shift the mean to 0. Another common scaling approach is to adjust all of the data...
Curated Video
Learning R for Data Visualization (Video 29)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Curated Video
Power BI Masterclass - Growth Insights - Profit and Sales Evaluation for Customer Base
In this video, we will cover profit and sales evaluation for customer base. This clip is from the chapter "DAX, Excel, and More" of the series "Power BI Masterclass".In this section, we will be understanding DAX table calculations with...
Curated Video
Data Science and Machine Learning with R - Introduction to R Markdown
This video is an introduction to R. This clip is from the chapter "Creating Reports with R Markdown" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains how to create reports...
Curated Video
Mastering Tableau 2018.1, Second Edition 8.4: Clustering Data in Tableau
In this video, we’ll see how to cluster data in Tableau. • Understand clusters • Implement clustering in Tableau
Curated Video
The Meaning Behind Scatter Plot
In this video lesson, students will gain an intuitive understanding of how to construct and interpret scatter plots. This lesson explains that a scatter plot shows the relationship between two data sets. Students will find that there may...
Fun Robotics
Matplotlib Library Part 2
Further implementation of matplotlib Python library functions
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Relationship of Two Features (1)
This video explains the relationship of two features part 1. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Curated Video
Scatter Plots and Lines of Fit: Understanding Correlation in Math
This lesson will provide instruction to learn to interpret scatter plots, to be able to identify types of correlation between data sets, and use lines of fit to model data. You will learn how to best draw a line of fit, how to write an...
Curated Video
Learning R for Data Visualization (Video 12)
R is on the rise and showing itself as a powerful option in many software development domains. At its core, R is a statistical programming language that provides impressive tools for data mining and analysis, creating high-level...
Brian McLogan
Master Creating a scatter plot and writing the equation of a best fit line
Timestamps: 0:00 Intro 1:17 Example #1 7:50 Example #2 Corrections: 9:41 I mistakenly switched the last point x and y, it should be (64, 9). 14:35 Another mistake, 100 minus 9 is 91, not 81.
Curated Video
Power BI Masterclass - A Quick Introduction to Publishing Reports to the Power BI Service
In this video, let's take a quick introduction to publishing reports to the Power BI Service. This clip is from the chapter "DAX, R, and Gateways" of the series "Power BI Masterclass".In this section, we will be covering DAX, R, and...
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Relationship of Multiple Features
This video explains the relationship of multiple features. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Brian McLogan
Tutorial - What are the different correlations for a scatter plot
In this video playlist I show you how to solve different math problems for Algebra, Geometry, Algebra 2 and Pre-Calculus. The video will provide you with math help using step by step instruction. Math help tutorials is just what you need...
Curated Video
Finding Lines of Fit
This video will review and practice how to create, graph and write equations of Lines of Fit on Scatter Plots. Topics covered: find slope between two points, using slope-intercept form to find the y-intercept, describing trend lines,...
Curated Video
Identifying the Type of Association in a Scatter Plot with Line of Best Fit
In this lesson, students learn how to identify the type of association between two variables in bivariate measurement data by constructing a line of best fit on a scatterplot. The video explains that an association can be positive or...
Curated Video
Write an Equation for a Line of Best Fit
In this short video we will answer a standardized multiple choice math test question where we are asked to identify the equation of a line of fit for a scatter plot. We will begin by drawing a line of fit that trends with the data and...
Curated Video
Data Science and Machine Learning with R - Other Examples with R Shiny
This video gives various examples with R shiny. This clip is from the chapter "Building Webapps with R Shiny" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains building...
Curated Video
Practical Data Science using Python - Linear Regression Introduction
This video introduces you to linear regression. This clip is from the chapter "Linear Regression" of the series "Practical Data Science Using Python".This section explains linear regression.
Curated Video
Python for Data Analysis: Step-By-Step with Projects - Seaborn Library Recap
This video explains Seaborn library recap. This clip is from the chapter "Exploratory Data Analysis" of the series "Python for Data Analysis: Step-By-Step with Projects".This section explains exploratory data analysis.
Curated Video
Data Analytics using Python Visualizations - Creating 3D Plots Including 3D Contours
This video explains creating 3D plots including 3D contours. This clip is from the chapter "Matplotlib and Seaborn – Libraries and Techniques" of the series "Data Analytics Using Python Visualizations".This section introduces you to...
Curated Video
Data Analytics using Python Visualizations - Creating Simple and Multiple Line Plots
This video explains how to create simple and multiple line plots. This clip is from the chapter "Working with the Beautiful and Powerful Bokeh Library" of the series "Data Analytics Using Python Visualizations".This section explains...
APMonitor
Data Science 🐍 Graphical Analysis
In addition to summary statistics, data visualization helps to understand the data characteristics and how different variables are related.There are many examples of data visualization with Matplotlib, Seaborn, and Plotly. In this...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Matplotlib for Data Visualization: Matplotlib Scatter Plot
In this video, we will cover Matplotlib scatter plot. This clip is from the chapter "Basics for Data Science: Data Understanding and Data Visualization with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...