<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>LLM on Jeanphilo Blog</title><link>https://shio-chan-dev.github.io/jeanblog/zh/categories/llm/</link><description>Recent content in LLM on Jeanphilo Blog</description><generator>Hugo -- 0.159.2</generator><language>zh-cn</language><lastBuildDate>Sat, 24 Jan 2026 16:28:18 +0800</lastBuildDate><atom:link href="https://shio-chan-dev.github.io/jeanblog/zh/categories/llm/index.xml" rel="self" type="application/rss+xml"/><item><title>动量（Momentum）优化的过程：从直觉到公式</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/momentum-optimizer-process/</link><pubDate>Sat, 24 Jan 2026 16:28:18 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/momentum-optimizer-process/</guid><description>解释动量优化的更新过程、直觉与工程取舍，并给出最小 PyTorch 示例。</description></item><item><title>优化器的了解：从 SGD 到 Adam 的工程取舍</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/optimizer-overview/</link><pubDate>Sat, 24 Jan 2026 16:27:20 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/optimizer-overview/</guid><description>系统讲清常见优化器原理与工程取舍，含最小 PyTorch 示例与实践建议。</description></item><item><title>BN 与 Dropout：训练与推理时的关键区别</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/bn-vs-dropout-train-infer/</link><pubDate>Sat, 24 Jan 2026 16:24:44 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/bn-vs-dropout-train-infer/</guid><description>系统对比 BatchNorm 与 Dropout 在训练/推理阶段的行为差异，并提供最小 PyTorch 示例。</description></item><item><title>Transformer 中可以用 BatchNorm 吗？</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/batchnorm-in-transformer/</link><pubDate>Sat, 24 Jan 2026 16:24:03 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/batchnorm-in-transformer/</guid><description>讨论 Transformer 使用 BatchNorm 的可行性、限制与工程取舍，并给出最小示例。</description></item><item><title>BN 与 LN 的区别：训练稳定性与工程取舍</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/batchnorm-vs-layernorm/</link><pubDate>Sat, 24 Jan 2026 16:23:47 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/batchnorm-vs-layernorm/</guid><description>对比 BatchNorm 与 LayerNorm 的原理、适用场景与工程代价，并提供最小 PyTorch 示例。</description></item><item><title>残差连接的作用：为什么深度网络离不开它</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/residual-connection-role/</link><pubDate>Sat, 24 Jan 2026 16:22:22 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/residual-connection-role/</guid><description>解释残差连接在深度网络中的作用与原理，并提供最小可运行示例。</description></item><item><title>Transformer 结构描述：从编码器到解码器</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/transformer-architecture-overview/</link><pubDate>Sat, 24 Jan 2026 16:18:19 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/transformer-architecture-overview/</guid><description>用 ACERS 框架讲清 Transformer 结构、模块职责与工程场景，并给出最小可运行示例。</description></item><item><title>为什么 GPT 是 Decoder-Only：自回归生成的最佳形态</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/why-gpt-decoder-only/</link><pubDate>Sat, 24 Jan 2026 16:15:34 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/why-gpt-decoder-only/</guid><description>解释 GPT 选择 decoder-only 结构的原因，并与 encoder-only / encoder-decoder 做工程对比。</description></item><item><title>BERT vs GPT：预训练任务与应用差异</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/bert-vs-gpt-pretraining-objectives/</link><pubDate>Sat, 24 Jan 2026 16:12:12 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/bert-vs-gpt-pretraining-objectives/</guid><description>对比 BERT 与 GPT 的预训练目标、架构假设与工程场景，并给出最小可运行示例。</description></item><item><title>SGD vs Adam：优化器原理与工程取舍</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/sgd-vs-adam-optimizer/</link><pubDate>Sat, 24 Jan 2026 16:12:12 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/sgd-vs-adam-optimizer/</guid><description>对比 SGD 与 Adam 的原理、收敛特性与应用场景，并提供最小 PyTorch 示例。</description></item><item><title>LoRA 初始化的常见方法与工程取舍</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/lora-initialization-methods/</link><pubDate>Sat, 24 Jan 2026 16:00:02 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/lora-initialization-methods/</guid><description>系统对比 LoRA 的常见初始化方式，并给出最小 PyTorch 示例与工程实践建议。</description></item><item><title>LLaMA 中 RMSNorm 相比 LayerNorm 的优势</title><link>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/rmsnorm-vs-layernorm-llama/</link><pubDate>Sat, 24 Jan 2026 15:52:58 +0800</pubDate><guid>https://shio-chan-dev.github.io/jeanblog/zh/ai/llm/rmsnorm-vs-layernorm-llama/</guid><description>从公式、复杂度与工程实践出发，解析 LLaMA 选择 RMSNorm 的原因，并给出最小 PyTorch 示例。</description></item></channel></rss>