#matrix-math
31 篇文章
高级
特征分解与对角化:万物之基
#matrix-math
#eigendecomposition
#diagonalization
#spectral-theorem
高级
矩阵数学全景图:ML 的通用语言
#matrix-math
#linear-algebra
#overview
高级
数据矩阵分解概述:问题、工具与方法谱系
#matrix-math
#decomposition
#overview
高级
奇异值分解:核心中的核心
#matrix-math
#svd
#low-rank-approximation
#pseudoinverse
#eckart-young
高级
矩阵范数、内积与条件数:度量的艺术
#matrix-math
#norms
#condition-number
#inner-product
#frobenius
#spectral
#nuclear
高级
矩阵微积分:从 Jacobian 到损失曲面
#matrix-math
#calculus
#jacobian
#hessian
#backpropagation
#loss-surface
#taylor-expansion
高级
PCA 与 Eigenfaces:从方差最大化到人脸识别
#matrix-math
#pca
#eigenfaces
#dimensionality-reduction
#covariance-matrix
#svd
高级
矩阵补全:从极少观测恢复低秩矩阵
#matrix-math
#matrix-completion
#nuclear-norm
#convex-relaxation
#incoherence
#low-rank
高级
MF 与 FM:协同过滤的矩阵分解视角
#matrix-math
#matrix-factorization
#factorization-machines
#recommender-systems
#collaborative-filtering
高级
NMF:非负约束下的 Parts-Based 分解
#matrix-math
#nmf
#non-negative-matrix-factorization
#parts-based
#topic-modeling
高级
算子矩阵全景:当矩阵不再装数据
#matrix-math
#operator
#markov
#laplacian
#kernel
#overview
高级
随机化 SVD:当精确分解算不动的时候
#matrix-math
#randomized-svd
#johnson-lindenstrauss
#random-projection
#low-rank-approximation
高级
马尔可夫链与转移矩阵:当矩阵编码概率
#matrix-math
#markov-chains
#transition-matrix
#perron-frobenius
#mixing-time
高级
Robust PCA:低秩 + 稀疏分解
#matrix-math
#robust-pca
#low-rank
#sparse
#nuclear-norm
#convex-optimization
#principal-component-pursuit
高级
张量分解与知识图谱嵌入:从二维到高阶
#matrix-math
#tensor-decomposition
#knowledge-graph
#CP-decomposition
#Tucker-decomposition
#DistMult
#ComplEx
高级
Word2Vec 与 GloVe:隐式 vs 显式矩阵分解
#matrix-math
#word2vec
#glove
#pmi
#word-embeddings
#implicit-factorization
高级
隐马尔可夫模型:当状态看不见
#matrix-math
#hmm
#hidden-markov-model
#forward-backward
#viterbi
#baum-welch
高级
连续时间线性系统与 Kalman 滤波:从离散步进到平滑流动
#matrix-math
#linear-systems
#kalman-filter
#matrix-exponential
#state-space
#continuous-time
#discretization
高级
Attention 的低秩结构与 Efficient Attention
#matrix-math
#attention
#low-rank
#linformer
#performer
#efficient-attention
#kernel
高级
图扩散、热核与 GNN 消息传递:从热方程到图神经网络
#matrix-math
#graph-diffusion
#heat-kernel
#gnn
#message-passing
#graph-laplacian
#gcn
高级
图 Laplacian 与谱聚类:从图结构到最优分割
#matrix-math
#graph-laplacian
#spectral-clustering
#fiedler-vector
#graph-partitioning
高级
Kernel 矩阵与再生核:数据定义的给定算子
#matrix-math
#kernel
#mercer-theorem
#kernel-pca
#gaussian-process
#rkhs
高级
学习算子中的低秩结构:为什么神经网络权重是低秩的?
#matrix-math
#learned-operator
#low-rank
#intrinsic-dimension
#lora
#overview
高级
LoRA:低秩分解在 LLM 微调中的应用
#matrix-math
#lora
#low-rank
#fine-tuning
#parameter-efficient
#qlora
高级
PageRank 与幂迭代:图上的马尔可夫链
#matrix-math
#pagerank
#power-iteration
#markov-chains
#spectral-gap
高级
随机游走与图嵌入:DeepWalk/Node2Vec
#matrix-math
#random-walk
#graph-embedding
#deepwalk
#node2vec
#transition-matrix
高级
SSM / Mamba:矩阵对角化的胜利
#matrix-math
#ssm
#mamba
#hippo
#diagonalization
#state-space
#s4
#selective-ssm
高级
矩阵结构的几何:二次型、正定性与协方差
#matrix-math
#quadratic-form
#positive-definite
#covariance
#gram-matrix
#trace
#determinant
高级
向量空间的几何:内积、投影、秩与子空间
#matrix-math
#inner-product
#projection
#rank
#null-space
#orthogonality
高级
核心性质速查:概念关系图与公式速查表
#matrix-math
#linear-algebra
#cheatsheet
高级
优化算法:从梯度下降到牛顿法
#matrix-math
#optimization
#gradient-descent
#newton-method
#sgd
#convergence