Healthcare Triage
The Placebo Effect is Real, Man!
In one of our first episodes of Healthcare Triage, we discussed how placebo controlled randomized controlled trials showed that sugar doesn't make kids hyper. Placebos, or fake therapies, are important because people who think they're...
APMonitor
Analyze Stock Data with Microsoft Excel
Visualization of data is a powerful method to see trends and make decisions. Microsoft Excel trending capabilities are tools to visualize large data sets, such as financial information on company performance.
APMonitor
Java ☕ Operators
You can think of programming like extra powerful math. Instead of working with just numbers, you can work with many different kinds of data. Just like math, programming uses special symbols called operators to make changes to and to...
Brian McLogan
Determining the scale factor of the enlargement of a triangle
👉 Learn about dilations. Dilation is the transformation of a shape by a scale factor to produce an image that is similar to the original shape but is different in size from the original shape. A dilation that creates a larger image is...
Sprouts Learning
Bloom’s Taxonomy: Structuring The Learning Journey
Bloom's taxonomy is a toolbox that teachers or students can use to classify and organize learning objectives.
Visual Learning Systems
Observations and Data: Displaying Data
One of the most important processes in science is the art of observing. This video highlights different ways observations are made, emphasizing methods by which students can observe their world. Different types of data, how data is...
Visual Learning Systems
Bacterial Shapes and Characteristics
In this video, we discuss the different shapes of bacteria and how scientists classify them based on their shape. We also learn about the three main shapes of bacteria - cocci, bacilli, and spirilla. This video is part of the 11-part...
Curated Video
Ordering Fractions with Common Denominators from Least to Greatest
In this lesson, students will learn how to order fractions with common denominators from least to greatest. They will explore visual models of fractions and compare the numerators to determine the order.
APMonitor
Linear and Nonlinear Regression in Python
Polynomial or general nonlinear functions are developed with Numpy and Scipy in Python. These exercises also cover methods to create linear or spline interpolations that interpolate between data points.
Curated Video
Comparing Data Sets Using Comparative Box Plots
In this video, the teacher explains how to compare two data sets using comparative box plots. They discuss the elements of a box plot, such as the minimum, maximum, median, lower quartile, upper quartile, and interquartile range. The...
Extra English Practice
Pronouncing Numbers: teen vs ty
English pronunciation lesson on how to pronounce numbers in English. Teen and -ty numbers are contrasted. Includes an interactive game for practice.
Curated Video
Understanding Inequality, Poverty, and their Implications
This is an economics lesson on the topics of inequality and poverty. The instructor discusses the political sensitivity of these terms and how they are used interchangeably, but emphasizes the importance of carefully weighing the impact...
Curated Video
Determining End Behavior of Graphs by Analyzing Equations
In this video, the teacher explains how to determine the end behavior of a graph by analyzing its equation. They discuss power functions with even and odd exponents, and how the graphs change as the exponent increases. The teacher also...
Visual Learning Systems
What Is Matter?: Summing Up
In this wonderful introduction to the nature of matter, students will explore how they depend on and interact with matter. The program clearly demonstrates some of the physical and chemical properties of matter. Special attention is paid...
Curated Video
Understanding the Statement of Financial Position - A Beginner's Guide
The video explains the importance and interpretation of the statement of financial position or balance sheet in analyzing a business's performance. It defines terms such as assets, liabilities, current and non-current items, and equity....
Curated Video
Discuss the importance of data : Test-Train split 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...
Curated Video
Estimating the Addition of Fractions with Unlike Denominators Using Benchmark Fractions
In this video, the teacher explains how to estimate the addition of fractions using benchmark fractions. By visualizing 1/2 as a reference point, students can determine whether their answer should be larger or smaller than 1/2 based on...
Curated Video
Comparing Fractions Using the Benchmark Fraction 1/2
This lesson covers the importance of both the numerator and denominator in understanding the size of a fraction. Through visual representations, such as area models and number lines, the teacher demonstrates how to compare fractions to...
Curated Video
Understanding Reaction Pathways in Industrial Chemistry
The video explores the concept of reaction pathways in industrial manufacturing. The speaker explains that a range of different ways can be used to make a product and these are called reaction pathways. The video highlights various...
Visual Learning Systems
Plant Parts: Stems
Upon viewing the Plant Parts video series, students will be able to do the following: Recognize that plants have many parts, and that each part performs specific functions. List many different parts of plants that we eat. Describe the...
Curated Video
Understanding the Statement of Comprehensive Income
In this video, the presenter discusses the importance and structure of the income statement for businesses. He goes on to explain the different stakeholders who use the income statement, including shareholders, suppliers, competitors,...
Curated Video
Identifying Angles: Comparing to Square Angles
In this video, the teacher explains how to identify different types of angles by comparing them to square angles. The lesson covers acute angles, obtuse angles, right angles, and straight angles, providing examples and visuals to help...
Curated Video
Comparing Fractions to Benchmark Fraction 1/4
In this video, students will learn how to compare fractions to the benchmark fraction, 1/4, using visual models. They will understand the concept of numerator and denominator and how they represent part of a whole. Through examples and...
APMonitor
Matlab 👩💻 Cell Arrays
Cell arrays are like regular arrays but you can use them to store different data types in a sequence. The format for this method of storing values is curly brackets {}. After you assign the cell array a name, you can enter values and...