Back to prompts
Dense 与 MoE 神经网络信息图

Example images

Dense 与 MoE 神经网络信息图 1
Charts & InfographicsYouMindcharts-infographics图表信息图en

Dense 与 MoE 神经网络信息图

一份技术信息图,通过网络图和要点对比了 Dense 和 Mixture of Experts (MoE) AI 模型。

Category
Charts & Infographics
Model
GPT Image 2
Creator
Vania
Source language
en
Views0
Source ID
13633
Published
Apr 14, 2026
Use in StudioOpen source

Full prompt

{
  "type": "infographic comparison diagram",
  "header": {
    "title": "{argument name=\"main title\" default=\"Dense と MoE の違い\"}"
  },
  "layout": {
    "structure": "two main columns separated by a central VS badge, with a split footer at the bottom",
    "sections": [
      {
        "position": "left column",
        "theme_color": "blue",
        "header": "{argument name=\"left model name\" default=\"Dense モデル\"}",
        "subtitle": "全てのニューロンが活性化",
        "diagram": {
          "type": "fully connected neural network",
          "elements": [
            "1 orange input node labeled 入力",
            "4 hidden layers with 4, 5, 4, and 2 nodes respectively",
            "nodes colored white, blue, and yellow",
            "dense intersecting connection lines between all adjacent nodes"
          ]
        },
        "bullet_points": {
          "count": 2,
          "items": [
            "{argument name=\"left bullet point\" default=\"全てのパラメータが使用\"}",
            "計算コストが高い"
          ]
        }
      },
      {
        "position": "right column",
        "theme_color": "orange",
        "header": "{argument name=\"right model name\" default=\"MoE モデル\"}",
        "subtitle": "一部の専門家が選択的に活性化",
        "diagram": {
          "type": "mixture of experts network",
          "elements": [
            "1 orange input node labeled 入力",
            "3 rectangular blocks labeled Expert 1, Expert 2, Expert 3",
            "1 yellow output node labeled 出力",
            "branching arrows connecting input to experts, and experts to output"
          ]
        },
        "bullet_points": {
          "count": 2,
          "items": [
            "{argument name=\"right bullet point\" default=\"一部のエキスパートのみ使用\"}",
            "効率的でスケーラブル"
          ]
        }
      },
      {
        "position": "center",
        "element": "red circular badge with text VS",
        "connections": "blue arrow pointing left, orange arrow pointing right"
      },
      {
        "position": "footer left",
        "background": "light blue",
        "text": "Dense: すべての層が常時稼働し全パラメータを使用",
        "icon": "1 CPU chip graphic",
        "label": "高い消費電力"
      },
      {
        "position": "footer right",
        "background": "light orange",
        "text": "MoE: 必要なエキスパートのみを動員",
        "icons": "2 circular graphics (orange arrows, blue lightning bolt)",
        "label": "低コスト・高効率"
      }
    ]
  }
}
Translations

Dense 与 MoE 神经网络信息图

en

{ "type": "infographic comparison diagram", "header": { "title": "{argument name=\"main title\" default=\"Dense と MoE の違い\"}" }, "layout": { "structure": "two main columns separated by a central VS badge, with a split footer at the bottom", "sections": [ { "position": "left column", "theme_color": "blue", "header": "{argument name=\"left model name\" default=\"Dense モデル\"}", "subtitle": "全てのニューロンが活性化", "diagram": { "type": "fully connected neural network", "elements": [ "1 orange input node labeled 入力", "4 hidden layers with 4, 5, 4, and 2 nodes respectively", "nodes colored white, blue, and yellow", "dense intersecting connection lines between all adjacent nodes" ] }, "bullet_points": { "count": 2, "items": [ "{argument name=\"left bullet point\" default=\"全てのパラメータが使用\"}", "計算コストが高い" ] } }, { "position": "right column", "theme_color": "orange", "header": "{argument name=\"right model name\" default=\"MoE モデル\"}", "subtitle": "一部の専門家が選択的に活性化", "diagram": { "type": "mixture of experts network", "elements": [ "1 orange input node labeled 入力", "3 rectangular blocks labeled Expert 1, Expert 2, Expert 3", "1 yellow output node labeled 出力", "branching arrows connecting input to experts, and experts to output" ] }, "bullet_points": { "count": 2, "items": [ "{argument name=\"right bullet point\" default=\"一部のエキスパートのみ使用\"}", "効率的でスケーラブル" ] } }, { "position": "center", "element": "red circular badge with text VS", "connections": "blue arrow pointing left, orange arrow pointing right" }, { "position": "footer left", "background": "light blue", "text": "Dense: すべての層が常時稼働し全パラメータを使用", "icon": "1 CPU chip graphic", "label": "高い消費電力" }, { "position": "footer right", "background": "light orange", "text": "MoE: 必要なエキスパートのみを動員", "icons": "2 circular graphics (orange arrows, blue lightning bolt)", "label": "低コスト・高効率" } ] } }

Dense 与 MoE 神经网络信息图

zh-CN

{ "type": "信息图对比图", "header": { "title": "{argument name=\"main title\" default=\"Dense 与 MoE 的区别\"}" }, "layout": { "structure": "两列式布局,中间由 VS 徽章分隔,底部设有分栏页脚", "sections": [ { "position": "左侧栏", "theme_color": "蓝色", "header": "{argument name=\"left model name\" default=\"Dense 模型\"}", "subtitle": "所有神经元均被激活", "diagram": { "type": "全连接神经网络", "elements": [ "1 个橙色输入节点,标注为“输入”", "4 个隐藏层,节点数分别为 4、5、4 和 2", "节点颜色为白色、蓝色和黄色", "所有相邻节点间密集的交叉连接线" ] }, "bullet_points": { "count": 2, "items": [ "{argument name=\"left bullet point\" default=\"使用所有参数\"}", "计算成本高" ] } }, { "position": "右侧栏", "theme_color": "橙色", "header": "{argument name=\"right model name\" default=\"MoE 模型\"}", "subtitle": "选择性激活部分专家", "diagram": { "type": "混合专家网络", "elements": [ "1 个橙色输入节点,标注为“输入”", "3 个矩形块,分别标注为 Expert 1、Expert 2、Expert 3", "1 个黄色输出节点,标注为“输出”", "连接输入到专家、以及专家到输出的分支箭头" ] }, "bullet_points": { "count": 2, "items": [ "{argument name=\"right bullet point\" default=\"仅使用部分专家\"}", "高效且可扩展" ] } }, { "position": "中心", "element": "带有 VS 文字的红色圆形徽章", "connections": "指向左侧的蓝色箭头,指向右侧的橙色箭头" }, { "position": "页脚左侧", "background": "浅蓝色", "text": "Dense:所有层常驻运行并使用全部参数", "icon": "1 个 CPU 芯片图形", "label": "高功耗" }, { "position": "页脚右侧", "background": "浅橙色", "text": "MoE:仅调用必要的专家", "icons": "2 个圆形图形(橙色箭头、蓝色闪电)", "label": "低成本、高效率" } ] } }

Prompt/Image Similar

12

神经网络架构图

神经网络架构图

用于生成特定 AI 架构高分辨率技术图表的简短提示词。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
繁体中文人类大脑信息图

繁体中文人类大脑信息图

生成一张详细的繁体中文教育海报,解释人类大脑解剖结构、神经系统结构、功能及学习要点,适用于课堂或科学传播用途。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
周末旅行打包信息图

周末旅行打包信息图

一张温暖的编辑风格旅行打包海报,展示了行李袋的平铺场景,配有带标签的清单面板和步骤卡片,非常适合生活方式信息图、旅行指南和以打包为主题的社交内容。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
神经-AI 混合系统信息图

神经-AI 混合系统信息图

用于创建科学认知工程手册页面的提示词,重点展示人脑与 AI 电路及数字网络的融合。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
详细医学解剖信息图

详细医学解剖信息图

生成一张高度详细、带有标注的人体解剖医学插图,采用肌肉与内部结构的分屏视图,并附带图例和比例尺。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
霓虹罗马历史信息图

霓虹罗马历史信息图

一张大胆的赛博朋克风格中文教育海报,阐述了罗马的建立与早期发展,适用于历史信息图表和社交媒体知识图谱。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
蓝图风格纪念碑信息图海报

蓝图风格纪念碑信息图海报

此提示词可生成一张方形、信息密集型历史纪念碑建筑信息图海报,适用于城市遗产、旅游或教育可视化展示。

Charts & InfographicsYouMindcharts-infographics
GPT Image 21 Views
床上用品套装信息图

床上用品套装信息图

生成一份详细的产品套装信息图,包含主视觉生活方式图、组件拆解、独立产品卡片以及价格表。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
神经元连接可视化

神经元连接可视化

一个展示神经元如何连接的科学可视化提示词,由 GPT Image 2 生成。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
技术标注信息图风格

技术标注信息图风格

一种建筑草图风格的信息图,在白色背景上将逼真的食物与技术钢笔画、标签和测量数据叠加在一起。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
专业信息图表:影响力人物海报

专业信息图表:影响力人物海报

一款高端编辑风格的信息图表海报,采用深海军蓝与金色奢华背景,并配有肖像网格,适用于排名或目录展示。

Charts & InfographicsYouMindcharts-infographics
GPT Image 20 Views
电商耳机信息图提示词

电商耳机信息图提示词

一份专业的无线耳机电商信息图提示词,详细描述了产品特写、模特造型及复杂的文字叠加效果。

Charts & InfographicsYouMindcharts-infographics
GPT Image 21 Views