發表文章

目前顯示的是有「PyTorch」標籤的文章

解構 Claude 的神話:OpenMythos 理論重建框架 | Deconstructing the Claude Mythos: The OpenMythos Theoretical Framework

圖片
基於第一原理重建的遞迴深度 Transformer 架構,探索可變深度推理的邊界。 | A first-principles reconstruction of the Recurrent-Depth Transformer, exploring the boundaries of compute-adaptive reasoning. 🔎 工具速覽 / AT A GLANCE Category AI Architecture / Open Source Framework Pricing Free (Open Source) BestFor AI Researchers, LLM Architects, Depth-Variable Reasoning Studies GitHub Stars ⭐ 4148 🚀 引言 / Introduction OpenMythos 是一個開源的理論實作,旨在透過公開研究文獻,從第一原理出發重建 Claude Mythos 的模型架構。它為研究者提供了一個探索計算自適應與深度可變推理的實驗場。 | OpenMythos is an open-source theoretical implementation aimed at reconstructing the Claude Mythos architecture from first principles using available research literature, providing a sandbox for exploring compute-adaptive and depth-variable reasoning. 🛠️ 核心功能 / Key Features 採用三階段設計:前奏 (Prelude)、循環塊 (Recurrent Block) 與尾聲 (Coda)。 | Implements a three-stage design: Prelude, a...