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

Concepts39

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

Lie Groups & Lie Algebras

Lie groups model continuous symmetries like rotations and rigid-body motions, combining algebra (group law) and calculus (smooth manifolds).

#lie group#lie algebra#so(3)+12
โˆ‘MathAdvanced

Curvature

Curvature measures how a geometric object bends, and it comes in several flavors: Gaussian, sectional, and Ricci curvature.

#gaussian curvature#sectional curvature
1234
Advanced
#ricci curvature
+11
โˆ‘MathAdvanced

Geodesics & Exponential Map

Geodesics are the โ€œstraightest possibleโ€ paths on curved spaces (manifolds) and locally minimize distance.

#geodesic#exponential map#riemannian metric+12
โˆ‘MathAdvanced

Smooth Manifolds & Tangent Spaces

A smooth manifold is a space that looks like ordinary Euclidean space when you zoom in, glued together using charts that transition smoothly.

#smooth manifolds#tangent space#chart+11
โˆ‘MathAdvanced

Betti Numbers

Betti numbers count independent k-dimensional holes: ฮฒโ‚€ counts connected components, ฮฒโ‚ counts independent loops/tunnels, and ฮฒโ‚‚ counts voids.

#betti numbers#homology#simplicial complex+12
โˆ‘MathAdvanced

Persistent Homology

Persistent homology tracks how topological features (components, loops, voids) appear and disappear as you grow a scale parameter over a filtered simplicial complex.

#persistent homology#filtration#vietoris-rips+12
โˆ‘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
โˆ‘MathAdvanced

Topological Spaces & Continuity

A topological space abstracts the idea of โ€œclosenessโ€ using open sets instead of distances, allowing geometry without measuring lengths.

#topological space#open set#continuity+12
โˆ‘MathAdvanced

KKT Conditions

KKT conditions generalize Lagrange multipliers to handle inequality constraints in constrained optimization problems.

#kkt conditions#lagrangian#complementary slackness+12
โˆ‘MathAdvanced

Floor Sum Formula

The floor sum computes S(n,m,a,b) = sum_{i=0}^{n-1} floor((a i + b)/m) efficiently in O(log(min(a,m))) time.

#floor sum#atcoder library#euclidean algorithm+12
โˆ‘MathAdvanced

Generating Functions - EGF

Exponential generating functions (EGFs) encode a sequence (a_n) as A(x) = \sum_{n \ge 0} a_n \frac{x^n}{n!}, which naturally models labeled combinatorial objects.

#exponential generating function#egf#binomial convolution+11
โˆ‘MathAdvanced

Pรณlya Enumeration

Pรณlya Enumeration Theorem generalizes Burnsideโ€™s Lemma by turning counting under symmetry into a polynomial substitution problem.

#pรณlya enumeration#cycle index#burnside lemma+12