<?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>MoE on 有趣的AI</title>
    <link>http://www.wfcoding.com/tags/moe/</link>
    <description>Recent content in MoE on 有趣的AI</description>
    <generator>Hugo -- 0.164.0</generator>
    <language>zh-CN</language>
    <copyright>火云</copyright>
    <lastBuildDate>Sat, 27 Sep 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://www.wfcoding.com/tags/moe/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>程序员应该熟悉的概念(5)MoE</title>
      <link>http://www.wfcoding.com/articles/theory/10/</link>
      <pubDate>Sat, 27 Sep 2025 00:00:00 +0000</pubDate>
      <guid>http://www.wfcoding.com/articles/theory/10/</guid>
      <description>&lt;p&gt;&lt;strong&gt;MoE&lt;/strong&gt;(Mixture of Experts,专家混合模型）是当前大模型（尤其是 GPT-4、Gemini、Mixtral、DeepSeek 等）架构中非常核心的一个概念。&lt;br&gt;
&lt;strong&gt;MoE&lt;/strong&gt; 的思想非常直白：不同的 &lt;code&gt;专家/Expert&lt;/code&gt; 只负责处理自己擅长的那一类输入，而不是让整个模型的所有参数都去处理所有任务。&lt;br&gt;
&lt;img loading=&#34;lazy&#34; src=&#34;image/MoE.jpg&#34; alt=&#34;MoE架构图&#34;  /&gt;
&lt;br&gt;
也就是说：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;一个 &lt;strong&gt;MoE&lt;/strong&gt; 模型内部其实包含了很多个“子网络”（这些子网络叫做 &lt;code&gt;专家/Expert&lt;/code&gt;）；&lt;/li&gt;
&lt;li&gt;每次输入一句话或一段文本时，模型不会激活所有 &lt;code&gt;专家/Expert&lt;/code&gt;，而是通过一个 &lt;code&gt;路由/Router&lt;/code&gt;来挑选 最合适的几个专家；&lt;/li&gt;
&lt;li&gt;只有被选中的那几个 &lt;code&gt;专家/Expert&lt;/code&gt; 会参与这次计算，从而节省大量算力。&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
