Curated Video
Causes of Supply Curve Shifts
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...
Curated Video
Introduction to Productivity and its Effects on PPF Diagrams
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...
Curated Video
Finding Missing Input Numbers for a Function Machine Using a Vertical Table
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.
APMonitor
Data Science 🐍 Features
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...
Fun Robotics
How AI works?
Describes how AI uses machine learning techniques to train machines using a simple example. Also, introduces the term Deep Learning briefly.
Curated Video
Identifying Function Properties Using Algebra and Real-World Examples
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...
APMonitor
MATLAB User Defined Custom Functions
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...
APMonitor
Python🐍 Functions
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...
Curated Video
Deep Learning with Python (Video 15)
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....
Zach Star
Artificial Intelligence Research and Which Majors to Pick
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...
The Business Professor
Mitigating the Effects of Social Comparison in a Negotiation
This Video Explains Mitigating the Effects of Social Comparison in a Negotiation
Curated Video
Deep Learning with Python (Video 8)
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....
Curated Video
Recognize the Characteristics of a Linear Function
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...
Curated Video
Rearranging Formulas: Simplifying Calculations and Saving Time
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...
Curated Video
Finding X Intercepts of Polynomial Functions by Analyzing Factors
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...
Curated Video
Compare Two Functions by Analyzing an Equation and a Table
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...
Curated Video
Determining Functions Using Tables and Graphs
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...
de Dicto
Machine Learning Systems Design with Sara Hooker: Fundamental architectural constraint
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...
Packt
Develop an AI system to solve a real-world problem : Classification versus Regression
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...
Curated Video
Introduction to Production and Factors of Production
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...
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
Create a computer vision system using decision tree algorithms to solve a real-world problem : ReLU Activation, and Preventing Overfitting with Dropout Regularlization
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...
Curated Video
Determining the Domain and Range of a Function
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.
Curated Video
Create a computer vision system using decision tree algorithms to solve a real-world problem : Two and Multi-layer Perceptron ANN
From the section: Artificial Neural Networks. In this section, we’ll learn about ANN. Artificial Neural Networks: Two and Multi-layer Perceptron ANN