Educational Cards

Learn from video content, text, and interactive tasks

Filters
Clear
Characteristic polynomial: $\det(A-\lambda I)=0$

Search for scalars lambda such that A - lambda I is singular. A nontrivial kernel then supplies...

Advanced Mathematics
Eigenbasis and diagonalization

When eigenvectors form a basis, A = B D B^-1 with diagonal D listing eigenvalues on the diagonal...

Advanced Mathematics
Eigenvector: stays on its span, only stretches or flips

An eigenvector mathbfv satisfies Amathbfv = lambda mathbfv: the map acts on mathbfv purely by the...

Advanced Mathematics
Bridge to the quick $2\times2$ eigenvalue trick

Chapter 15 compresses the quadratic characteristic polynomial for 2 times 2 matrices using trace...

Advanced Mathematics
The naive cross-interchange identity usually fails

For a general linear map T:mathbbR^3tomathbbR^3, do not assume T(mathbfatimesmathbfb)=Tmathbfatimes...

Advanced Mathematics
Example walkthrough without carrying minors

The workflow is recite, then compute: read t=a+d and p=det A, set m=t/2, then write...

Intermediate Mathematics
Algebraic cofactor mirror

Minors and cofactors reorganize the same volume ratios into Laplace expansion form [@2]. The...

Intermediate Mathematics
Mean, square-root mnemonic

If two numbers share mean m and product p, they sit symmetrically about m: write them as mpm d for...

Intermediate Mathematics
Many things are "vectorish"

Arrows in the plane, tuples of numbers, polynomials, and signals can all reuse linear algebra...

Advanced Mathematics
Why depth needs nonlinear breaks

Before the algebra, the narrative asks for a hope about hidden layers: maybe a penultimate layer...

Beginner Machine learning
Stochasticity: minibatches approximate the full-data gradient

Exact gradient descent recomputes nabla C using every training example each step. For MNIST that is...

Beginner Machine learning
Momentum and adaptive methods (conceptual)

Plain SGD uses only the current batch gradient. Momentum maintains a velocity vector mathbfv that...

Beginner Machine learning