Instructional Video9:51
3Blue1Brown

Vectors, what even are they? Essence of Linear Algebra - Part 1 of 15

12th - Higher Ed
What is a vector? Is it an arrow in space? A list of numbers?
Instructional Video12:50
3Blue1Brown

Change of basis | Essence of linear algebra, chapter 9

12th - Higher Ed
What is a change of basis, and how do you do it?
Instructional Video10:02
3Blue1Brown

The determinant: Essence of Linear Algebra - Part 6 of 15

12th - Higher Ed
The determinant has a very natural visual intuition, even though it's formula can make it seem more complicated than it really is.
Instructional Video4:23
3Blue1Brown

Nonsquare matrices as transformations between dimensions: Essence of Linear Algebra - Part 8 of 15

12th - Higher Ed
How do you think about a non-square matrix as a transformation?
Instructional Video9:58
3Blue1Brown

Linear combinations, span, and basis vectors: Essence of Linear Algebra - Part 2 of 15

12th - Higher Ed
Some foundational ideas in linear algebra: Span, linear combinations, and linear dependence.
Instructional Video8:44
3Blue1Brown

Cross products: Essence of Linear Algebra - Part 10 of 15

12th - Higher Ed
The cross product is a way to multiple to vectors in 3d. This video shows how to visualize what it means.
Instructional Video10:02
3Blue1Brown

The determinant | Essence of linear algebra, chapter 5

12th - Higher Ed
The determinant has a very natural visual intuition, even though it's formula can make it seem more complicated than it really is.
Instructional Video12:08
3Blue1Brown

Inverse matrices, column space and null space | Essence of linear algebra, chapter 7

12th - Higher Ed
How do you think about the column space and null space of a matrix visually? How do you think about the inverse of a matrix?
Instructional Video4:45
3Blue1Brown

Three-dimensional linear transformations | Essence of linear algebra, footnote

12th - Higher Ed
How to think of 3x3 matrices as transforming 3d space
Instructional Video10:03
3Blue1Brown

Matrix multiplication as composition: Essence of Linear Algebra - Part 4 of 15

12th - Higher Ed
How to think about matrix multiplication visually as successively applying two different linear transformations.
Instructional Video12:27
3Blue1Brown

Linear transformations and matrices: Essence of Linear Algebra - Part 3 of 15

12th - Higher Ed
When you think of matrices as transforming space, rather than as grids of numbers, so much of linear algebra starts to make sense.
Instructional Video10:03
3Blue1Brown

The determinant | Essence of linear algebra, chapter 6

12th - Higher Ed
The determinant has a very natural visual intuition, even though it's formula can make it seem more complicated than it really is.
Instructional Video11:39
Curated Video

Fundamentals of Neural Networks - Convolutional Operation

Higher Ed
The Convolution layer (CONV) uses filters that perform convolution operations as it is scanning the input with respect to its dimensions. Its hyperparameters include the filter size and stride. The resulting output is called a feature...
Instructional Video8:03
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - Introduction and Outline

Higher Ed
In this video, we will get introduced to the course and understand the learning objective. This clip is from the chapter "Welcome and Logistics" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".Welcome...
Instructional Video5:33
Curated Video

Data Science Prerequisites - Numpy, Matplotlib, and Pandas in Python - NumPy Section Introduction

Higher Ed
In this video, we will have a quick overview of NumPy. This clip is from the chapter "NumPy" of the series "Data Science Prerequisites - NumPy, Matplotlib, and Pandas in Python".In this section of the course, we will dive into the world...
Instructional Video10:48
Curated Video

How I Would Learn Machine Learning (If I Had To Start Over)

Higher Ed
If I had to learn machine learning from scratch, here’s how I’d do it.
Instructional Video7:46
APMonitor

Solve Linear Equations with Python

10th - Higher Ed
Linear equations such as A*x=b are solved with NumPy in Python. This tutorial demonstrates how to create a matrix (A) and vector (b) as NumPy arrays and solve the set of equations with linalg.solve
Instructional Video18:28
Zach Star

Physics Vs Math - How to Pick the Right Major

12th - Higher Ed
This video is about physics vs math and how to know which major is right for you. You may have enjoyed them both in high school so of course you may want to major in one in college. The good news is that if you major in physics then you...
Instructional Video17:05
Curated Video

Describe the applications of artificial intelligence systems : Essential Math for ML and AI

Higher Ed
From the section: An Introduction to Machine Learning. In this section, we are introduced to Machine Learning. We learn about its types and applications. There will an explanation on AI versus ML. An Introduction to Machine Learning:...
Instructional Video15:40
Zach Star

A Look at Some Higher Level Math Classes: Getting a Math Minor

12th - Higher Ed
This video goes over some of the extra math classes you can take if you get a math minor. Some of these include... Graph Theory Vector Analysis Topology Numerical Analysis Real Analysis Complex Analysis Abstract Algebra Differential...
Instructional Video7:02
Curated Video

Predictive Analytics with TensorFlow 1.1: The Course Overview

Higher Ed
This video will give you an overview about the course.
Instructional Video14:21
Virtually Passed

2DOF Spring Mass System Proof

Higher Ed
This is an alternate proof for finding the natural frequencies and natural modes for a 2 DOF system. This method can always be used, but it's easier to involve matrices for larger degrees of freedom. The equation of motion can be...
Instructional Video4:00
Zach Star

How to Take All the Math Classes You Need Right From Your Computer

12th - Higher Ed
This video goes over how you can learn all the math classes you need and self teach them, right from your computer. There are lots of resources out there when it comes to math help, however it can be disorganized making it hard to know...
Instructional Video32:04
Curated Video

Data Science and Machine Learning with R - Linear Regression - Real Model Section Introduction

Higher Ed
This video explains linear regression – a real model. This clip is from the chapter "Linear Regression - a Real Model" of the series "Data Science and Machine Learning with R from A-Z Course [Updated for 2021]".This section explains a...