Hi, what do you want to do?
Brian McLogan
How to determine the inverse of an exponential equation
👉 Learn how to convert an exponential equation to a logarithmic equation. This is very important to learn because it not only helps us explain the definition of a logarithm but how it is related to the exponential function. Knowing how...
Curated Video
Solving Exponential Equations with Logarithms
In this lesson, students learn how to solve exponential equations when the base is not 10 or E by using logarithms. They are taught the property that the logarithm of a base to the X power is equal to X times the logarithm of the base....
Math Fortress
Algebra I: Translating Words Into Symbols (Level 1 of 2)
This video shows you how to translate mathematical phrases written in words and translating them into variable expressions. Common phrases involving addition, subtraction, multiplication, and division are covered. In addition, the video...
Curated Video
Graphing Equations from a Table of Values
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...
Global Health with Greg Martin
Understanding missing data and missing values. 5 ways to deal with missing data using R programming
In this video I talk about how to understand missing data and missing values. I also provide 5 strategies to deal with missing data using R programming. If you're doing quantitative analysis or statistical analysis, your dataset will...
Curated Video
Implement arithmetic operations in a computer program : Arithmetic Operators
From the section: Basics. In this section, we look into comments, variables and its types, list, tuples, dictionary, various operators, and loops in details. An arithmetic operator is a mathematical function that takes two operands and...
Curated Video
Data Science and Machine Learning with R - Hands-on Exploratory Data Analysis
This video explains hands-on 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...
Curated Video
Learning R for Data Visualization (Video 24)
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...
Brian McLogan
Summary for graphing a parabola within conic sections
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...
Brian McLogan
How do you determine if you have a linear equation
In this video series I show you how to determine if a relation is a linear relation. A linear relation is a relation where their are variables do not have negative or fractional, or exponents other than one. Variables must not be in the...
Brian McLogan
Use the power rule to find the derivative with the variable in the denominator
👉 Learn how to find the derivative of a function using the power rule. The derivative of a function, y = f(x), is the measure of the rate of change of the function, y, with respect to the variable x. The process of finding the derivative...
Let's Tute
Basic Trigonometry Identities
In this video we will learn what is Basic Trigonometry Identities. We will cover the topics such has Trigonometry Identities, Equations & Identities, Application, Some Questions and Derivation.
Curated Video
Complete Python Scripting for Automation - Introduction to variables and print with variables
Basics of variables and Data Types: Introduction to variables and print with variables This clip is from the chapter "Basics of variables and Data Types" of the series "Complete Python Scripting for Automation".The author introduces...
Packt
Use different data types : Data Types
From the section: Jumping In. This section will cover topics such as syntax, variables, data types, strings, and many more. Jumping In: Data Types
Curated Video
Describe a neural network : Multi-class Classification Using Neural Networks with caret
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
Data Types in Ardiuno: Arduino Course 3.4
A description of Arduino, C, C++ data types that are used in programming Arduino.
Flipping Physics
Uniformly Angularly Accelerated Motion Introduction
Using Uniformly Accelerated Motion (UAM) as a framework to learn about Uniformly Angularly Accelerated Motion (UαM). Just like UAM, UαM has 5 variables, 4 equations and if you know 3 of the UαM variables, you can determine the other 2...
Curated Video
Determining the Appropriate Research Method
This video discusses the different methods of conducting research: sample surveys, experiments, and observational studies. It explains the purpose, advantages, and disadvantages of each method, helping viewers understand when and why to...
Brian McLogan
Summary for solving a system of two linear equations by elimination
👉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...
R Programming 101
Visualize your data using ggplot. R programming is the best platform for creating plots and graphs
This video is part of a series of videos that consider data analysis using R programming. It is primarily for beginners. In this video I talk about using R to visualise your data. Data visualization using R is best done using the ggplot...
Brian McLogan
Solve a System of Linear 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...
Packt
Design a computer system using tree search and reinforcement learning algorithms : Understanding the Environment of CartPole in OpenAI Gym
From the section: Lights, Camera, Action – Building Blocks of Reinforcement Learning. In this section, we learn about the main building blocks of reinforcement learning, including the action space, the environment, and the rewards. To...