๐ŸŽ“How I Study AIHISA
๐Ÿ“–Read
๐Ÿ“„Papers๐Ÿ“ฐBlogs๐ŸŽฌCourses
๐Ÿ’กLearn
๐Ÿ›ค๏ธPaths๐Ÿ“šTopics๐Ÿ’กConcepts๐ŸŽดShorts
๐ŸŽฏPractice
๐Ÿ“Daily Log๐ŸŽฏPrompts๐Ÿง Review
SearchSettings
How I Study AI - Learn AI Papers & Lectures the Easy Way

Concepts9

Groups

๐Ÿ“Linear Algebra15๐Ÿ“ˆCalculus & Differentiation10๐ŸŽฏOptimization14๐ŸŽฒProbability Theory12๐Ÿ“ŠStatistics for ML9๐Ÿ“กInformation Theory10๐Ÿ”บConvex Optimization7๐Ÿ”ขNumerical Methods6๐Ÿ•ธGraph Theory for Deep Learning6๐Ÿ”ตTopology for ML5๐ŸŒDifferential Geometry6โˆžMeasure Theory & Functional Analysis6๐ŸŽฐRandom Matrix Theory5๐ŸŒŠFourier Analysis & Signal Processing9๐ŸŽฐSampling & Monte Carlo Methods10๐Ÿง Deep Learning Theory12๐Ÿ›ก๏ธRegularization Theory11๐Ÿ‘๏ธAttention & Transformer Theory10๐ŸŽจGenerative Model Theory11๐Ÿ”ฎRepresentation Learning10๐ŸŽฎReinforcement Learning Mathematics9๐Ÿ”„Variational Methods8๐Ÿ“‰Loss Functions & Objectives10โฑ๏ธSequence & Temporal Models8๐Ÿ’ŽGeometric Deep Learning8

Category

๐Ÿ”ทAllโˆ‘Mathโš™๏ธAlgo๐Ÿ—‚๏ธDS๐Ÿ“šTheory

Level

AllBeginnerIntermediate
๐Ÿ“šTheoryIntermediate

Embedding Spaces & Distributed Representations

Embedding spaces map discrete things like words or products to dense vectors so that similar items are close together.

#embeddings#dense vectors#cosine similarity+12
๐Ÿ“šTheoryAdvanced

Random Matrix Theory in High-Dimensional Statistics

Random Matrix Theory (RMT) explains how eigenvalues of large random matrices behave when the dimension p is comparable to the sample size n.

#random matrix theory
Advanced
Filtering by:
#pca
#marchenko-pastur
#wigner semicircle
+12
โˆ‘MathAdvanced

Marchenko-Pastur Distribution

The Marchenkoโ€“Pastur (MP) distribution describes the limiting eigenvalue distribution of sample covariance matrices S = (1/n) XX^{\top} when both the dimension p and the sample size n grow with p/n \to \gamma.

#marchenko-pastur#random matrix theory#sample covariance+10
โˆ‘MathAdvanced

Manifolds & Manifold Hypothesis

A manifold is a space that locally looks like Euclidean space, stitched together by coordinate charts and smooth transition maps.

#manifold#topological manifold#smooth manifold+12
โˆ‘MathIntermediate

Low-Rank Approximation

Low-rank approximation replaces a big matrix with one that has far fewer degrees of freedom while preserving most of its action.

#low-rank approximation#eckart-young theorem#svd+12
โˆ‘MathIntermediate

Eigendecomposition

Eigendecomposition expresses a matrix as a change of basis times a diagonal scaling, revealing its natural stretching directions.

#eigendecomposition#eigenvalue#eigenvector+11
๐Ÿ“šTheoryIntermediate

Singular Value Decomposition (SVD)

Singular Value Decomposition (SVD) factors any mร—n matrix A into A = UฮฃV^{T}, where U and V are orthogonal and ฮฃ is diagonal with nonnegative entries.

#singular value decomposition#svd#truncated svd+12
๐Ÿ“šTheoryIntermediate

Eigenvalue Decomposition

Eigenvalue decomposition rewrites a square matrix as a change of basis that reveals how it stretches and rotates space.

#eigenvalue decomposition#spectral theorem#power iteration+12
๐Ÿ“šTheoryIntermediate

Linear Algebra Theory

Linear algebra studies vectors, linear combinations, and transformations that preserve addition and scalar multiplication.

#linear algebra#vector space#basis+12