awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDynamic Memory Integration

Integration of dynamic external memory states into the inference process to expand LLM knowledge capacity.

Distinct from Large Language Models: Focuses specifically on the integration of external memory states into inference, not general LLM resources.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Dynamic Memory Integration. Refine with filters or upvote what's useful.

Awesome Dynamic Memory Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • deepseek-ai/engramdeepseek-ai 的头像

    deepseek-ai/Engram

    4,462在 GitHub 上查看↗

    Engram 是一个用于大语言模型的动态知识检索系统和记忆增强框架。它作为一个可扩展的记忆查找层和稀疏架构组件,旨在将静态模型知识与动态外部状态融合,以提高事实准确性并减少幻觉。 该系统利用条件记忆检索和可微记忆寻址,将输入 Token 映射到大规模关联记忆存储中的特定索引。这允许模型通过将权重存储在外部查找表中,并仅为给定输入激活相关的知识片段,从而增加其总可用参数量。 该框架涵盖了模型稀疏性优化和可扩展增强,使用键值检索和动态参数融合来提升特定任务的性能,而无需对网络进行全面重训练。

    Expands the knowledge capacity of language models by integrating dynamic external memory states during inference.

    Python
    在 GitHub 上查看↗4,462
  1. Home
  2. Artificial Intelligence & ML
  3. Large Language Models
  4. Dynamic Memory Integration