论文里程碑 #20:Layer Normalization2026-09-20·9342 字·19 分钟LLM LLM 论文里程碑 LayerNorm RMSNorm 归一化 Pre-LN Jimmy Ba
论文里程碑 #19:Adam: A Method for Stochastic Optimization2026-09-16·7668 字·16 分钟LLM LLM 论文里程碑 Adam 优化器 学习率 AdamW Kingma
论文里程碑 #18:Effective Approaches to Attention-based Neural Machine Translation2026-09-09·10192 字·21 分钟LLM LLM 论文里程碑 Attention Luong 机器翻译 消融实验 点积注意力
24 MoE(Mixture of Experts):稀疏激活与路由策略2026-09-09·11672 字·24 分钟LLM LLM MoE 稀疏激活 路由 Mixtral DeepSeek 负载均衡
论文里程碑 #17:Neural Machine Translation by Jointly Learning to Align and Translate2026-08-30·8477 字·17 分钟LLM LLM 论文里程碑 Attention Bahdanau 机器翻译 Seq2Seq 对齐
论文里程碑 #16:GloVe: Global Vectors for Word Representation2026-08-23·7320 字·15 分钟LLM LLM 论文里程碑 GloVe 词向量 Word2Vec 共现矩阵 Pennington
22 推理是串行的:Prefill 与 Decode 的两阶段2026-08-23·8973 字·18 分钟LLM LLM 推理 Prefill Decode KV Cache TTFT TPOT Batching
论文里程碑 #15:Convolutional Neural Networks for Sentence Classification2026-08-16·9309 字·19 分钟LLM LLM 论文里程碑 TextCNN CNN 文本分类 词向量 Kim
21 多头注意力的现代变体:MHA → MQA/GQA → MLA2026-08-16·12575 字·26 分钟LLM LLM Attention MHA MQA GQA MLA KV Cache 推理优化