Curated Video
C++ for Beginners - Variables and identifiers
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
Brian McLogan
Solve an equation using the square root method
๐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...
Brian McLogan
Using Elimination and Adding 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...
R Programming 101
Ggplot for plots and graphs. An introduction to data visualization using R programming
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...
Curated Video
Predictive Analytics with TensorFlow 8.5: CNN Model for Emotion Recognition
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...
Brian McLogan
Math tutorial for solving systems of equations using 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
Finding the x and y intercepts and then graphing the equation using the intercepts
๐ 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...
Brian McLogan
Solving a one step equation using subtraction
๐ 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...
Brian McLogan
Learning to Identify Alternate Exterior Angles
๐ 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
Finding the Value of X and Y with Parallel Lines
๐ 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,...
Programming Electronics Academy
If Statements in Programming: Arduino Course 5.1
A demonstration of how "if statements" are used in programming.
Curated Video
Solving Equations with Parameters Using Additive and Multiplicative Inverses
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...
Global Health with Greg Martin
R programming for beginners โ statistic with R (t-test and linear regression) and dplyr and ggplot
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...
Curated Video
Describe a neural network : Identify Variable Importance in Neural Networks
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,...
Programming Electronics Academy
Array Basics Part Two: Arduino Course 7.3
An introduction to using arrays in programming.
Curated Video
Cypress - Modern Automation Testing from Scratch + Framework - Importance of Environmental Variables in Cypress Framework
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...
Curated Video
Complete Python Scripting for Automation - Introduction to Operators of Python
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...
Curated Video
Complete Python Scripting for Automation - Class and object attributes
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...
Curated Video
Apache Spark 3 for Data Engineering and Analytics with Python - The Spark Web UI
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...
HealthSketch
What is Silver-Russell Syndrome (SRS)?
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...
APMonitor
Python for Beginners with Spyder IDE
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...
The Business Professor
Ch8. Video 11 - Declining-Balance Method example
Declining-Balance Method example
Curated Video
Mastering Swift 2 Programming (Video 22)
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...
Curated Video
Solving Equations with No Solutions
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.