Instructional Video24:46
APMonitor

Visualization Case Study: Concrete Strength

10th - Higher Ed
Concrete mixtures have several variations. This data set is a case study for data visualization and exploration to predict the concrete compressive strength (MPa). 0:00 Introduction 0:20 Concrete Case Study 1:52 Jupyter Notebook Source...
Instructional Video24:12
APMonitor

Data Science 🐍 Features

10th - Higher Ed
Features are input values to regression or classification models. The features are inputs and labels are the measured outcomes. Classification predicts discrete labels (outcomes) such as yes/no, True/False, or any number of discrete...
Instructional Video4:34
Brian McLogan

Learning to shift a triangle by a translation vector

12th - Higher Ed
👉 Learn how to apply transformations of a figure and on a plane. We will do this by sliding the figure based on the transformation vector or directions of translations. When performing a translation we are sliding a given figure up,...
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 Video5:32
Brian McLogan

How to translate a pentagon by sliding using a vector

12th - Higher Ed
👉 Learn how to apply transformations of a figure and on a plane. We will do this by sliding the figure based on the transformation vector or directions of translations. When performing a translation we are sliding a given figure up,...
Instructional Video4:57
Brian McLogan

How to translate a rectangle by shifting or sliding the figure

12th - Higher Ed
👉 Learn how to apply transformations of a figure and on a plane. We will do this by sliding the figure based on the transformation vector or directions of translations. When performing a translation we are sliding a given figure up,...
Instructional Video17:51
APMonitor

Regression with MATLAB fmincon

10th - Higher Ed
A frequent activity in data science and machine learning is to develop correlations from data. By importing the data into MATLAB, data analysis such as statistics, trending, or calculations can be made to synthesize the information into...
Instructional Video16:17
Epic History TV

Alexander the Great Part 4

12th - Higher Ed
Find out why many still consider Alexander the Great to be the greatest military leader of all time. Animated maps chart the full story of his brilliant 10-year campaign across Greece, Egypt, Iran, Afghanistan and to the borders of...
Instructional Video5:33
Food Farmer Earth

Chef-to-Chef: Cultivating a Community with Urban Farming

12th - Higher Ed
Stacy Givens, having a passion for gardening and cooking, started the Side Yard Farm, focusing on growing microgreens and organic produce for local restaurants and hosting community brunches. This initiative not only strengthens the...
Instructional Video21:52
APMonitor

Data Science 🐍 Prepare Data

10th - Higher Ed
Much of data science and machine learning work is getting clean data into the correct form. This may include data cleansing to remove outliers or bad information, scaling for machine learning algorithms, splitting into train and test...
Instructional Video6:23
Brainwaves Video Anthology

Andrés A. Richner - Technology: Taking Control of Your Own Story

Higher Ed
Andrés Richner is the Director of Technology at the Yale Center for Emotional Intelligence, where he spearheads the development of an online learning platform to support RULER, the Center’s approach to social emotional learning and...
Instructional Video5:15
Curated Video

Graphing Lines in Non-Slope Intercept Form

K - 5th
In this video, the teacher explains how to graph a line that is not in slope intercept form. They demonstrate how to isolate the variable and simplify fractions to write the equation in slope intercept form. The teacher also emphasizes...
Instructional Video9:14
APMonitor

Nonlinear Regression in Microsoft Excel

10th - Higher Ed
A three parameter (a,b,c) model y = a + b/x + c ln(x) is fit to a set of data with the Excel solver add-in. This tutorial walks through the process of installing the solver, setting up the objective (normalized sum of squared errors),...
Instructional Video4:22
Brian McLogan

Learning to reflect a parallelogram over the y=x line

12th - Higher Ed
👉 Learn how to reflect points and a figure over a line of symmetry. Sometimes the line of symmetry will be a random line or it can be represented by the x or y-axis. Either way when reflecting a point and or figure over the line of...
Instructional Video4:24
Curated Video

Graphing Equations from a Table of Values

K - 5th
In this video, the teacher explains how to graph equations using a table of values. They demonstrate the process using two examples: X + y = 7 and X^2 + y^2 = 25. By choosing values for X or Y and solving for the other variable, they...
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 Video5:52
Brian McLogan

How to translate a triangle using a transformation vector

12th - Higher Ed
👉 Learn how to apply transformations of a figure and on a plane. We will do this by sliding the figure based on the transformation vector or directions of translations. When performing a translation we are sliding a given figure up,...
Instructional Video6:03
Brian McLogan

Graphing a quadratic function in standard form

12th - Higher Ed
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Instructional Video6:12
APMonitor

Set axis limits with Matplotlib in Python

10th - Higher Ed
Setting axis limits, adding a legend, configuring marker size, and other custom configurations are effective ways to improve the readability of a plot in Python.
Instructional Video2:58
Curated Video

Learning R for Data Visualization (Video 24)

Higher Ed
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...
Instructional Video7:30
Brian McLogan

Summary for graphing a parabola within conic sections

12th - Higher Ed
Learn all about parabolas in conic sections. We will discover the basic definitions such as the vertex, focus, directrix, and axis of symmetry. We will also take a look a basic processes such as graphing, writing the equation and...
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 Video4:55
Brian McLogan

Evaluate the six trigonometric functions given a point

12th - Higher Ed
👉 Learn all about evaluating trigonometric functions with triangles. In this playlist, we will learn how to evaluate, sine, cosine, tangent, cotangent, secant, and cosecant when given the sides of a triangle. If we have missing sides we...