๐ŸŽ“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

Concepts98

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
โˆ‘MathIntermediate

Markov Chains

A Markov chain models a system that moves between states where the next step depends only on the current state, not the past.

#markov chain#transition matrix#stationary distribution+11
โˆ‘MathIntermediate

Multivariate Gaussian Distribution

A multivariate Gaussian (normal) distribution models a vector of real-valued variables with a bell-shaped probability hill in many dimensions.

#multivariate normal
23456
Advanced
#gaussian distribution
#covariance matrix
+11
โˆ‘MathIntermediate

Expectation, Variance & Moments

Expectation is the long-run average value of a random variable and acts like the balance point of its distribution.

#expectation#variance#moments+12
โˆ‘MathIntermediate

Random Variables & Distributions

A random variable maps uncertain outcomes to numbers and is described by a distribution that assigns likelihoods to values or ranges.

#random variable#pmf#pdf+12
โˆ‘MathIntermediate

Probability Axioms & Rules

Kolmogorovโ€™s axioms define probability as a measure on events: non-negativity, normalization, and countable additivity.

#kolmogorov axioms#probability measure#sample space+12
โˆ‘MathIntermediate

Lagrange Multipliers & Constrained Optimization

Lagrange multipliers let you optimize a function while strictly satisfying equality constraints by introducing auxiliary variables (the multipliers).

#lagrange multipliers#constrained optimization#kkt conditions+11
โˆ‘MathIntermediate

Implicit Differentiation & Implicit Function Theorem

Implicit differentiation lets you find slopes and higher derivatives even when y is given indirectly by an equation F(x,y)=0.

#implicit differentiation#implicit function theorem#jacobian+12
โˆ‘MathIntermediate

Taylor Series & Approximation

Taylor series approximate a complicated function near a point by a simple polynomial built from its derivatives.

#taylor series#taylor polynomial#maclaurin series+12
โˆ‘MathIntermediate

Hessian Matrix

The Hessian matrix collects all second-order partial derivatives of a scalar function and measures local curvature.

#hessian matrix#second derivatives#curvature+11
โˆ‘MathIntermediate

Jacobian Matrix

The Jacobian matrix collects all first-order partial derivatives of a vector-valued function, describing how small input changes linearly affect each output component.

#jacobian matrix#partial derivatives#multivariable calculus+11
โˆ‘MathIntermediate

Multivariable Chain Rule

The multivariable chain rule explains how rates of change pass through a pipeline of functions by multiplying the right derivatives (Jacobians) in the right order.

#multivariable chain rule#jacobian#gradient+12
โˆ‘MathIntermediate

Gradient & Directional Derivatives

The gradient \(\nabla f\) points in the direction of steepest increase of a scalar field and its length equals the maximum rate of increase.

#gradient#directional derivative#partial derivative+12