Curated Video
Design a computer system using tree search and reinforcement learning algorithms : Visualizing the Outcomes of a Simple Blackjack Strategy
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...
Fun Robotics
Kmeans Clustering Method
Implementing the Kmeans clustering method to form groups of people in a dataset.
Curated Video
Learning R for Data Visualization (Video 8)
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...
Curated Video
GCSE Secondary English Age 13-17 - Writing: Planning Creative Writing Part 3 - Explained
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Brian McLogan
Summary for writing the equation of an ellipse for conic sections
Learn all about ellipses for conic sections. We will discuss all the essential definitions such as center, foci, vertices, co-vertices, major axis and minor axis. We will also discuss the essential processes such as how to graph and...
Brian McLogan
Learn how to use the formula for vertex and axis of symmetry to graph a parabola
👉 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
Use the midpoint formula to find the endpoint when given the midpoint ex 2
👉 In this playlist, you will learn what the distance and midpoint formulas are and how to apply them. The distance formula is derived from the Pythagorean theorem given the coordinates of two points. We will use the distance and midpoint...
Schooling Online
Shakespeare Today: Richard III - Plot Summary
Join us for a terrifying journey into the twisted mind of Richard, Duke of Gloucester. Could he be Shakespeare’s most epic villain? He will stop at nothing to steal the English crown, even if it means betraying his own family! But there...
Brian McLogan
Learn how to write a vector in component form given the initial and terminal point
Learn how to write a vector in component form given two points and also how to determine the magnitude of a vector given in component form. Given two point vectors with one representing the initial point and the other representing the...
Brian McLogan
How to graph a linear inequality
👉 Learn how to graph linear inequalities. Linear inequalities are graphed the same way as linear equations, the only difference being that one side of the line that satisfies the inequality is shaded. Also broken line (dashes) is used...
R Programming 101
Create a boxplot using R programming with the ggplot package.
Visualize one categorical and one numeric variable If you are interested in using R programming to visualize your data, then you have come to the right place. Ggplot is a fantastic package that can be used to create plots and graphs to...
Virtually Passed
Shear force diagrams and Bending moment diagrams
This video shows how to calculate the shear force diagrams and bending moment diagrams of a bar under some concentrated loads. I allude to the formulas dM/dx = V at the end, but solve for the values from scratch by drawing and analyzing...
APMonitor
Chemical Reaction Differential Equations in Python
Concentrations on chemical species from mole balances are solved for 1, 2, and 4 species in Python with the Scipy.Integrate package ODEINT.
Brian McLogan
Given the vertex and focus learn to write the equation of the parabola in standard form
Learn how to write the equation of a parabola given the vertex and the focus. A parabola is the shape of the graph of a quadratic equation. A parabola can open up or down (if x is squared) or open left or right (if y is squared). Recall...
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
Converting Points from rectangular form to polar form
Learn how to convert points between rectangular and polar. Rectangular points measure the horizontal and vertical distance away from the origin whereas polar coordinates measure the direct distance and angle in standard position from the...
Brian McLogan
Converting a rectangular point to polar form in the third quadrant
Converting a rectangular point to polar form in the third quadrant
Curated Video
Force and Extension Experiments: Analyzing Results and Understanding the Relationship
This video is the second lecture presentation on force and extension experiments. The presenter analyzes the results obtained from the previous presentation on the extension of a spring versus the force applied to it. The video goes on...
Zach Star
I made a (free) linear algebra tool - What I use to make my videos
I made a (free) linear algebra tool - What I use to make my videos
Curated Video
Introduction to the Coordinate Plane
In this video, the teacher explains the concept of a coordinate plane by combining horizontal and vertical number lines. The students learn how to plot points on the coordinate plane by understanding the four quadrants and the direction...
Brian McLogan
What are the focus and directrix in a parabola with 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...
Curated Video
Discuss the importance of data : Plotting decision tree in Python
From the section: Simple Decision trees. In this section, we will start with the basic theory of decision tree then we cover data pre-processing topics like missing value imputation, variable transformation and Test-Train split. In the...
IDG TECHtalk
How to create PowerPoint slides right from R
Learn how to generate PowerPoint slide presentations right from R with R Markdown. Plus: Create interactive HTML slides with the xaringan package.
Curated Video
Julia for Data Science (Video 21)
Julia is an easy, fast, open source language that if written well performs nearly as well as low-level languages such as C and FORTRAN. Its design is a dance between specialization and abstraction, providing high machine performance...