Curated Video
Mastering Swift 2 Programming (Video 23)
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...
Brian McLogan
What does a square root mean and how can we understand it using inverse operations
π Learn the basics of simplifying radicals. A radical is an expression having the root/radical symbol. A radical expression can also be rewritten as an expression with fractional/rational exponent. The number outside the radical symbol...
Brian McLogan
Summary for solving one variable inequalities
π Learn about solving an inequality and graphing it's solution. An inequality is a relation where the expression in the left hand side is not equal to the expression in the right hand side of the inequality sign. A linear inequality is...
Why U
Algebra 53 - Elementary Row Operations
Once a system of linear equations has been converted to augmented matrix form, that matrix can then be transformed using elementary row operations into a matrix which represents a simpler system of equations with the same solutions as...
Curated Video
Predictive Analytics with TensorFlow 3.2: TensorFlow Computational Graph
When thinking of execution of a TensorFlow program we should be familiar with a graph creation and a session execution. Basically the first one is for building the model and the second one is for feeding the data in and getting the...
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
The three biggest traits for those that struggle with math
Want more math video lessons? Visit my website to view all of my math videos organized by course, chapter and section. I make most of my math lessons in a live classroom and do no editing. I believe this gives the viewer an authentic...
Curated Video
Evaluating Expressions with Parentheses
In this video, the teacher explains how to evaluate expressions by interpreting parentheses as "do this first." The examples provided involve multiplication, subtraction, and addition, and the teacher emphasizes the importance of...
The Wall Street Journal
Dissecting Corporate Pledges
Many companies are making "net-zero" pledges, while others are setting less ambitious but more clearly defined goals. Chief sustainability officers from IBM and Walmart Inc. evaluate the merits of different approaches.
Curated Video
Describe computer programming : Working with Strings
From the section: Introduction to Python. In this section we look at Python's fundamental, built-in data structures, and discuss how and when to use them. This video will introduce you to single-quote and multiple-quote strings. β’...
Tarver Academy
How to do the Order of Operations!!!!!!!!!
In This Episode, Tyler Teaches Us About How to do the Order of Operations!!!!!!!!!
Brian McLogan
How do you expand logarithmic expressions
π Learn how to condense/expand logarithmic expressions. A logarithmic expression is an expression having logarithms in it. To condense logarithmic expressions means to use the logarithm laws to reduce logarithm expressions from the...
Curated Video
Complete Python Scripting for Automation - Sets
Data Structures of Python: Sets 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
How to use steps to solve for two step equations
π Learn how to solve two step linear equations. A linear equation is an equation whose highest exponent on its variable(s) is 1. To solve for a variable in a two step linear equation, we first isolate the variable by using inverse...
Curated Video
CompTIA Security+ Certification SY0-601: The Total Course - Incident Response Overview
Responding to incidents in a timely and effective manner is the result of proactive planning with defined roles and responsibilities. This clip is from the chapter "Dealing with Incidents" of the series "CompTIA Security+ Certification...
Curated Video
Predictive Analytics with TensorFlow 3.3: TensorFlow Programming Model
The TensorFlow programming model signifies how to structure your predictive models. β’ Look at the steps for structuring the model
Curated Video
Multiplying Fractions with Fractions: Using an Algorithm to Solve Problems
In this video, students learn how to multiply fractions with fractions using a sequence of operations. The teacher explains the concept using visual representations and then introduces an algorithm to solve these problems more efficiently.
Curated Video
Complete Python Scripting for Automation - working with search and match operations from re module
Regular expression with re module: working with search and match operations from re module This clip is from the chapter "Regular expression with re module" of the series "Complete Python Scripting for Automation".In this section, the...
Brian McLogan
Solving a one step equation using division
π Learn how to solve one step linear equations. By one step we mean equations that take one step to solve. The one step is the inverse operation needed to isolate the variable such as addition, subtraction, division and multiplication...
Curated Video
Call a function : Demo - List Operations
From the section: Data Operations. In this section, you will learn about the different types of operators used in Python. This section will teach you the building blocks for any kind of operations in Python. Data Operations: Demo - List...
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Building Deep Neural Networks with Keras, Normalization, and One-Hot Encoding.
From the section: Deep Learning and Tensorflow: Part 1. In this section, weβll talk about what Deep Learning is, and how TensorFlow works at a low level. Deep Learning and Tensorflow: Part 1: Building Deep Neural Networks with Keras,...
Brian McLogan
How to Add, Subtract, Multiply and Divide Fractions | 52 Examples
In this video I show you how to add, subtract, multiply and divide fractions by working through 52 different examples. I make short, to-the-point online math tutorials. I struggled with math growing up and have been able to use those...