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
Tutorial for how to evaluate for the composition of two trigonometric functions
👉 Learn how to evaluate an expression with the composition of a function and a function inverse. Just like every other mathematical operation, when given a composition of a trigonometric function and an inverse trigonometric function,...
Brian McLogan
How to find the vertex and axis of symmetry then graph using a table of values
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Curated Video
Introduction to Writing Coordinate Pairs on the Coordinate Plane
In this video, students learn how to write coordinate pairs for points on a coordinate plane. The teacher explains the process of moving along the X and Y axes to determine the X and Y values of each point. The video also highlights...
APMonitor
Solve Differential Equations in MATLAB and Simulink
This introduction to MATLAB and Simulink ODE solvers demonstrates how to set up and solve either one or multiple differential equations. The equations can be linear or nonlinear.
Brian McLogan
Summary for writing the equation of a parabola in 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
Graphing a quadratic function in standard form
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
R Programming 101
How to use ggplot to create beautiful scatter plots. This is an R programming for beginners video
Data visualisation is easy when you use ggplot. Ggplot2 is package and forms part of the tidyverse group of packages in R. Ggplot is used to create amazing plots and graphs. In this video I talk you though how to visualise two numeric...
Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Visualizing the Outcomes of the Epsilon-Greedy Policy
From the section: Model-Free Prediction and Control With Monte Carlo (MC). In this section, we will learn one of two improvements on DP – Monte Carlo, a method which does not require a model of the environment. We talk about a new...
Brian McLogan
How to find the difference of two vectors
Learn how to add/subtract vectors. Vectors can be added, subtracted and multiplied. To add or subtract two or more vectors, we simply add each of the corresponding components of the vectors.
Weird History
Why Elizabeth I Was A Badass Queen
Queen Elizabeth the first may have been a virgin who can’t drive but what most people don’t know is that she was one of the most brutally cut-throat and significant rulers England has ever had. A badass to some, a merciless imperialist...
Fun Robotics
Segmenting Mall Customers
Implementing the Kmeans clustering method to segment customers from a mall dataset.
Brian McLogan
What is the definition of a parabola
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...
Curated Video
Evaluate the impact of an AI application used in the real world. (case study) : Working with Flower Images: Case Study - Part 1
From the section: CNN-Industry Live Project: Playing With Real World Natural Images. This section includes a live project of working with flower images. CNN-Industry Live Project: Playing with Real World Natural Images: Working with...
Brian McLogan
How to set up your triangle when given a point to evaluate trig functions
👉 Learn how to evaluate the six trigonometric functions given a point. When given a point, there are many ways to evaluate the trigonometric functions of the point. The methods include: using the unit circle if the point is a point on...
msvgo
Addition and Subtraction of Complex Numbers
It explains how to add and subtract two complex numbers. It also shows the graphical representation of sum and difference of two complex numbers.
Boulder Creek International
C.S. Lewis: Tracing the Roots of a Belfast Author
C.S. Lewis part 5 of 11: This video explores the history of C.S. Lewis' family in Ireland, tracing back to the 17th century plantation of Ulster and the Hamilton family's involvement. It also highlights how Belfast's shipbuilding...
Curated Video
Learning R for Data Visualization (Video 7)
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
Using the parts of a quadratic to graph
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Oxford Comma
Ending Explained! Joyce's "Araby"
James Joyce is one of the greatest writers of all time, but that doesn't make his work easy to understand. This video covers the major events of his most famous short story: "Araby," and pays particular attention to those confusing last...
APMonitor
Matlab 👩💻 Plots
A plot is a visual representation of the data and is especially valuable to analyze data graphically. You can plot with the plot(x,y) function. In the incubator example, we may want to see how the temperature changes with time. The...
Curated Video
Graphing Sinusoidal Functions: Observing the Unit Circle and Plotting Points
In this video, students will learn how to graph sinusoidal functions by plotting points and observing the terminal ray of the unit circle. They will understand the patterns and periodicity of the sine and cosine functions, and how to...
Brian McLogan
Graphing a quadratic function in standard form
👉 Learn how to graph quadratics in standard form. A quadratic equation is an equation whose highest exponent in the variable(s) is 2. To graph a quadratic equation, we make use of a table of values and the fact that the graph of a...
Brian McLogan
Rotating a parallelogram 270 degrees counterclockwise
👉 Learn how to rotate a figure and different points about a fixed point. Most often that point or rotation will be the original but it is important to understand that it does not always have to be at the origin. When rotating it is also...