Instructional Video9:54
Curated Video

Causes of Supply Curve Shifts

12th - Higher Ed
This is a lecture on the causes of shifts in the supply curve in microeconomics. The lecturer then identifies the four main causes of supply shifts, including changes in the cost of production, introduction of new technology, factors...
Instructional Video9:49
Curated Video

Introduction to Productivity and its Effects on PPF Diagrams

12th - Higher Ed
The video is an educational resource that introduces the concept of productivity and its importance in economics. The presenter explains how productivity is the output per unit of input and how it can vary depending on factors such as...
Instructional Video5:24
Curated Video

Finding Missing Input Numbers for a Function Machine Using a Vertical Table

K - 5th
In this video, the teacher explains how to find missing input numbers for a function machine using a vertical table. By analyzing patterns and using inverse functions, students can determine the missing inputs and outputs.
Instructional Video24:12
APMonitor

Data Science 🐍 Features

10th - Higher Ed
Features are input values to regression or classification models. The features are inputs and labels are the measured outcomes. Classification predicts discrete labels (outcomes) such as yes/no, True/False, or any number of discrete...
Instructional Video6:52
Fun Robotics

How AI works?

Higher Ed
Describes how AI uses machine learning techniques to train machines using a simple example. Also, introduces the term Deep Learning briefly.
Instructional Video4:02
Curated Video

Identifying Function Properties Using Algebra and Real-World Examples

K - 5th
In this lesson, students will learn how to determine whether relations are functions by using the vertical line test and analyzing algebraic equations. They will understand that not all equations are functions, and that it is important...
Instructional Video7:35
APMonitor

MATLAB User Defined Custom Functions

10th - Higher Ed
User-defined functions are routines in MATLAB that typically input data or arguments, perform custom calculations, and return one or multiple results. This introduction to functions is part of the programming course for engineers at...
Instructional Video15:28
APMonitor

Python🐍 Functions

10th - Higher Ed
Functions create modular code that can do the same task repeatedly without you having to type out the same code each time. Functions make complex code accessible with a single statement. You also can create your own function, but there...
Instructional Video6:28
Curated Video

Deep Learning with Python (Video 15)

Higher Ed
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Instructional Video11:43
Zach Star

Artificial Intelligence Research and Which Majors to Pick

12th - Higher Ed
This video be in less depth than the previous but will cover a wider range of topics and research in artificial intelligence. Startups in artificial intelligence are becoming more and more popular (over 100 just in healthcare) and they...
Instructional Video3:25
The Business Professor

Mitigating the Effects of Social Comparison in a Negotiation

Higher Ed
This Video Explains Mitigating the Effects of Social Comparison in a Negotiation
Instructional Video5:24
Curated Video

Deep Learning with Python (Video 8)

Higher Ed
Deep learning is currently one of the best providers of solutions regarding problems in image recognition, speech recognition, object recognition, and natural language with its increasing number of libraries that are available in Python....
Instructional Video4:48
Curated Video

Recognize the Characteristics of a Linear Function

K - 5th
Understand how to recognize a linear function by examining its four representations: graph, algebraic equation, numeric table, and verbal description. Use examples to demonstrate the concept and highlight common mistakes. By...
Instructional Video6:15
Curated Video

Rearranging Formulas: Simplifying Calculations and Saving Time

K - 5th
In this video, the teacher explains how to rearrange a formula prior to inputting values by using inverse operations to solve equations. The example used is calculating the time it takes to earn a certain amount of interest in a savings...
Instructional Video6:20
Curated Video

Finding X Intercepts of Polynomial Functions by Analyzing Factors

K - 5th
This video explains the concept of X intercepts and their relationship to the factors of a polynomial function. They demonstrate how to find the X intercepts graphically and algebraically by setting the function equal to zero and...
Instructional Video4:45
Curated Video

Compare Two Functions by Analyzing an Equation and a Table

K - 5th
In this video, the teacher explains how to compare functions using equations and tables. They emphasize the importance of understanding the different representations of functions and how to calculate the constant rate of change. They...
Instructional Video4:19
Curated Video

Determining Functions Using Tables and Graphs

K - 5th
In this video, students learn how to determine whether a relation is a function by considering tables and graphs. The concept is explained using relatable examples, such as a gumball machine. The video also introduces the use of function...
Instructional Video3:39
de Dicto

Machine Learning Systems Design with Sara Hooker: Fundamental architectural constraint

Higher Ed
Learn of fundamental architectural constraints and the patterns that most models find important and how fundamentally different they are from the patterns a human would expect to be important. Machine Learning Systems Design with Sara...
Instructional Video12:45
Packt

Develop an AI system to solve a real-world problem : Classification versus Regression

Higher Ed
From the section: Predicting Sales with Supervised Learning. In this section, learners will use their first machine learning techniques, including Support Vector Machines and Artificial Neural Networks. These techniques will be applied...
Instructional Video7:50
Curated Video

Introduction to Production and Factors of Production

12th - Higher Ed
This is a video that explains the concept of production in economics. The video introduces the idea of taking inputs, engaging in a productive process and creating outputs. The video then categorizes the factors of production into four...
Instructional Video3:01
Zach Star

I made a (free) linear algebra tool - What I use to make my videos

12th - Higher Ed
I made a (free) linear algebra tool - What I use to make my videos
Instructional Video5:58
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : ReLU Activation, and Preventing Overfitting with Dropout Regularlization

Higher Ed
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: ReLU Activation, and Preventing Overfitting...
Instructional Video4:19
Curated Video

Determining the Domain and Range of a Function

K - 5th
In this lesson, you will learn how to determine the domain and range of a function by analyzing sets, graphs, equations, and mappings. Understanding the definitions of domain and range is crucial in this process.
Instructional Video7:16
Curated Video

Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN

Higher Ed
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Two and Multi-layer Perceptron ANN