<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>深度学习 on Kerroの奇妙冒険</title><link>https://blog.kerro.cn/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/</link><description>Recent content from Kerroの奇妙冒険</description><generator>Hugo</generator><language>zh-CN</language><copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright><lastBuildDate>Fri, 17 Jul 2026 11:00:00 +0800</lastBuildDate><atom:link href="https://blog.kerro.cn/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/index.xml" rel="self" type="application/rss+xml"/><item><title>拆开 LLM（一）：纯 numpy 手写 mini-autograd——反向传播不是魔法</title><link>https://blog.kerro.cn/2026/07/17/llm-anatomy-01-autograd/</link><pubDate>Fri, 17 Jul 2026 11:00:00 +0800</pubDate><guid>https://blog.kerro.cn/2026/07/17/llm-anatomy-01-autograd/</guid><description>
<![CDATA[<h1>拆开 LLM（一）：纯 numpy 手写 mini-autograd——反向传播不是魔法</h1><p>作者：Kerro（）</p>
        
          <blockquote>
<p><a href="https://github.com/KerroKapple/llm-anatomy">llm-anatomy</a> 是一个&quot;拆开 LLM&quot;的教学项目：不调库，把大语言模型的每个零件——自动微分、注意力、训练循环——亲手造一遍（前两章纯 numpy，第 3 章起 PyTorch 登场）。<a href="/2026/07/17/llm-anatomy-00-roadmap/">上一篇（第零章）：知识地图</a> 画了整张路线图；这一篇造第一个零件：自动微分引擎，外加一整条优化器推导链。</p>
        
        <hr><p>本文2026-07-17首发于<a href='https://blog.kerro.cn/'>Kerroの奇妙冒険</a>，最后修改于2026-07-17</p>]]></description><category>项目实战</category></item><item><title>拆开 LLM（零）：知识地图——每代架构都在修上一代的一个 bug</title><link>https://blog.kerro.cn/2026/07/17/llm-anatomy-00-roadmap/</link><pubDate>Fri, 17 Jul 2026 10:00:00 +0800</pubDate><guid>https://blog.kerro.cn/2026/07/17/llm-anatomy-00-roadmap/</guid><description>
<![CDATA[<h1>拆开 LLM（零）：知识地图——每代架构都在修上一代的一个 bug</h1><p>作者：Kerro（）</p>
        
          <blockquote>
<p><a href="https://github.com/KerroKapple/llm-anatomy">llm-anatomy</a> 是一个教学导向的开源项目：不调库，把 LLM 的每个零件亲手造一遍——搞清楚模型为什么长这样，而不只是怎么调它。</p>
<p>它和 <a href="/2026/07/14/credis-00-skeleton/">credis</a> 是这个博客的两根支柱：credis 拆&quot;计算机怎么工作&quot;（系统底层），这个系列拆&quot;模型为什么长这样&quot;（模型底层）。这是连载第一篇。</p>
        
        <hr><p>本文2026-07-17首发于<a href='https://blog.kerro.cn/'>Kerroの奇妙冒険</a>，最后修改于2026-07-17</p>]]></description><category>项目实战</category></item></channel></rss>