Curated Video
Discuss the importance of data : Dependent- Independent Data split in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Implementing the Sum Of Products Functionality with Cypress-JavaScript
This video introduces you to implementing the sum of products functionality with Cypress-JavaScript. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress -...
Curated Video
Complete Python Scripting for Automation - Tuples
Data Structures of Python: Tuples This clip is from the chapter "Data Structures of Python" of the series "Complete Python Scripting for Automation".In this section, the author introduces Data structures and types of Data Structures like...
Brian McLogan
Solve a System of Equations Using Elimination
πLearn how to solve a system (of equations) by elimination. A system of equations is a set of equations which are collectively satisfied by one solution of the variables. The elimination method of solving a system of equations involves...
Brian McLogan
What does it mean to isolate a variable
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
Sketching Higher Order Polynomials and Identifying Disguised Quadratics
The video is a lecture presentation on sketching higher order polynomials. The presenter begins by recapping the general trends for even and odd powered graphs. Then, they introduce a general strategy for sketching any higher order...
R Programming 101
Create a boxplot using R programming with the ggplot package.
Visualize one categorical and one numeric variable If you are interested in using R programming to visualize your data, then you have come to the right place. Ggplot is a fantastic package that can be used to create plots and graphs to...
Curated Video
Understanding Equations and Multiple Solutions: Using Bar Models
In this video, students learn about equations and how to find their solutions using a bar model. The video uses a real-world example of Jenna making pottery figures to illustrate the concept.
Curated Video
Julia for Data Science (Video 3)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...
APMonitor
Java β Variables
One of the most useful resources in all of programming are variables. Just like in math, a variable is a container that represents a value that can change. Let's say you are designing a program that makes automatically makes birthday...
APMonitor
Excel VBA Macro Tutorial for Engineers
This basic Excel Macro tutorial demonstrates how to import and export values from a VBA program, display a message box, and write an IF statement. This video is followed by examples on writing this same program in MATLAB and Python.
Curated Video
Understanding the Difference between Expressions and Equations
In this lesson, students will learn the difference between expressions and equations. They will understand that expressions represent values and can be simplified, but not solved. On the other hand, equations equate two expressions and...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - Spark Application and Session
In this video session, we will dive deep into the Spark application. Let's create a Spark program and learn more about Spark sessions. This clip is from the chapter "Spark Execution Concepts" of the series "Apache Spark 3 for Data...
Brian McLogan
What do I need to know to solve a system of equations by substitution
πLearn how to solve a system of equations by substitution. To solve a system of equations means to obtain a common values of the variables that makes the each of the equation in the system true. To solve a system of equations by...
Brian McLogan
Using the Elmination Method to Solve a System of Equations
πLearn how to solve a system (of equations) by elimination. A system of equations is a set of equations which are collectively satisfied by one solution of the variables. The elimination method of solving a system of equations involves...
Brian McLogan
Solving for X and Y Using Laws of Parallel Lines - Online Tutor - Free Math Videos
π Learn how to solve for an unknown variable using parallel lines and a transversal theorems. Two lines are said to be parallel when they have the same slope and are drawn straight to each other such that they cannot meet. In geometry,...
Brian McLogan
Lines and a Transversal - How To Label Special Angle Relationships
π Learn how to identify angles from a figure. This video explains how to solve problems using angle relationships between parallel lines and transversal. We'll determine the solution given, corresponding, alternate interior and exterior....
Brian McLogan
What is the solution to an equation
π Learn all about the processes and definitions for solving linear equations. You will gain a better understanding about the vocabulary and steps used to solve liner equations such as how to isolate an equation and apply inverse...
Curated Video
Discuss the importance of data : Missing value treatment in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Curated Video
Discuss the importance of data : The Data set for the Course
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
Programming Electronics Academy
For Loop with Multiple LEDs: Arduino Course 5.5
A walk through of programming a for loop to light up multiple LEDs
Curated Video
Statistics for Data Science and Business Analysis - Practical Example
This video contains a practical example on descriptive statistics. This clip is from the chapter "Descriptive Statistics Fundamentals" of the series "Statistics for Data Science and Business Analysis".This section describes the...
Brian McLogan
Using the properties of Natural logs to solve an exponential equations
π Learn how to solve exponential equations in base e. An exponential equation is an equation in which a variable occurs as an exponent. e is a mathematical constant approximately equal to 2.71828. e^x is a special type of exponential...