Instructional Video13:01
Curated Video

C++ for Beginners - Variables and identifiers

Higher Ed
In this lesson, your instructor discusses variables. This clip is from the chapter "Variables and Assignments" of the series "C++ for Beginners".Variables and identifiers
Instructional Video2:38
Brian McLogan

Solve an equation using the square root method

12th - Higher Ed
๐Ÿ‘‰Learn how to solve quadratic equations using the square root method. It is important to understand that not all quadratics have to be solved using factoring or quadratic formula. When we only have one variable but it is squared we can...
Instructional Video3:08
Brian McLogan

Using Elimination and Adding to Solve a System of Equations

12th - Higher Ed
๐Ÿ‘‰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...
Instructional Video26:23
R Programming 101

Ggplot for plots and graphs. An introduction to data visualization using R programming

Higher Ed
Using ggplot and ggplot2 to create plots and graphs is easy. This video provides an easy to follow lesson on how to use R programming to do excellent data visualisation. If you want to learn how to work with data and do quantitative...
Instructional Video9:49
Curated Video

Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition

Higher Ed
We will first train the CNN model based on the dataset from Kaggle and then we will test that model to test a human face to predict one of the emotions. In this video, we show how to develop a CNN for emotion prediction from facial...
Instructional Video6:00
Brian McLogan

Math tutorial for solving systems of equations using substitution

12th - Higher Ed
๐Ÿ‘‰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...
Instructional Video5:06
Brian McLogan

Finding the x and y intercepts and then graphing the equation using the intercepts

12th - Higher Ed
๐Ÿ‘‰ Learn how to graph linear equations written in standard form. When given a linear equation in standard form, to graph the equation, we first rewrite the linear equation in slope intercept form, (i.e. in the form y = mx + c, where m is...
Instructional Video1:19
Brian McLogan

Solving a one step equation using subtraction

12th - Higher Ed
๐Ÿ‘‰ Learn how to solve a one step equation. An equation is a statement stating that two values are equal. A one step equation is an equation whose solution can be obtained by performing only one step of operation on the equation. To solve...
Instructional Video0:41
Brian McLogan

Learning to Identify Alternate Exterior Angles

12th - Higher Ed
๐Ÿ‘‰ 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....
Instructional Video2:57
Brian McLogan

Finding the Value of X and Y with Parallel Lines

12th - Higher Ed
๐Ÿ‘‰ 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,...
Instructional Video6:38
Programming Electronics Academy

If Statements in Programming: Arduino Course 5.1

Higher Ed
A demonstration of how "if statements" are used in programming.
Instructional Video4:29
Curated Video

Solving Equations with Parameters Using Additive and Multiplicative Inverses

K - 5th
In this lesson, students will learn how to solve equations with variables and parameters represented by letters. They will understand the concept of additive and multiplicative inverses and how to use them to isolate the variable and...
Instructional Video14:48
Global Health with Greg Martin

R programming for beginners โ€“ statistic with R (t-test and linear regression) and dplyr and ggplot

Higher Ed
In this video I provide a tutorial on some statistical analysis (specifically using the t-test and linear regression). I also demonstrate how to use dplyr and ggplot to do data manipulation and data visualisation. Its R programming for...
Instructional Video8:49
Curated Video

Describe a neural network : Identify Variable Importance in Neural Networks

Higher Ed
From the section: Introduction to Artificial Neural Networks (ANN). This section introduces Artificial Neural Networks. You will learn about Neural Network for Binary Classifications, Neural Network with PCA for Binary Classifications,...
Instructional Video13:21
Programming Electronics Academy

Array Basics Part Two: Arduino Course 7.3

Higher Ed
An introduction to using arrays in programming.
Instructional Video15:51
Curated Video

Cypress - Modern Automation Testing from Scratch + Framework - Importance of Environmental Variables in Cypress Framework

Higher Ed
This video introduces you to importance of environmental variables. This clip is from the chapter "Cypress Framework Part 3- Configuration Properties and Environmental Variables" of the series "Cypress - Modern Automation Testing from...
Instructional Video7:01
Curated Video

Complete Python Scripting for Automation - Introduction to Operators of Python

Higher Ed
Operators of Python: Introduction to Operators of Python This clip is from the chapter "Operators of Python" of the series "Complete Python Scripting for Automation".You will learn about various operators of python like Arithmetic and...
Instructional Video18:15
Curated Video

Complete Python Scripting for Automation - Class and object attributes

Higher Ed
OOPS for Real Time: Class and object attributes This clip is from the chapter "OOPS for Real Time" of the series "Complete Python Scripting for Automation".In this section, the author introduces OOPS and object attributes, constructor of...
Instructional Video11:20
Curated Video

Apache Spark 3 for Data Engineering and Analytics with Python - The Spark Web UI

Higher Ed
In this session, we will go through the Spark Web UI and see how we can use it to track our Spark jobs. This clip is from the chapter "Introduction to Spark and Installation" of the series "Apache Spark 3 for Data Engineering and...
Instructional Video5:01
HealthSketch

What is Silver-Russell Syndrome (SRS)?

Higher Ed
Silver Russell Syndrome, or Russell Silver Syndrome, is a rare condition that affects growth before and after birth. This simple animation explains what we know about the condition and its features, and how it diagnosed and treated. This...
Instructional Video23:30
APMonitor

Python for Beginners with Spyder IDE

10th - Higher Ed
This introduction includes information about naming variables, built-in constants, reserved keywords, built-in functions, syntax highlighting, data types (integer, float, list, tuple, dictionary), and basic commands to built a first...
Instructional Video6:54
The Business Professor

Ch8. Video 11 - Declining-Balance Method example

Higher Ed
Declining-Balance Method example
Instructional Video4:37
Curated Video

Mastering Swift 2 Programming (Video 22)

Higher Ed
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Instructional Video3:43
Curated Video

Solving Equations with No Solutions

K - 5th
In this lesson, students will learn how to solve equations with no solutions by using inverse operations. They will understand that a solution is a number that, when plugged into an equation, makes the equation true.