PulseAugur
实时 20:04:03
English(EN) Built & Trained a Transformer from Scratch in Pure PyTorch for English-to-Tamil Machine Translation [Math + Code Breakdown] [P]

从头开始构建的 Transformer 架构用于英语到泰米尔语翻译

某个人使用 PyTorch 从头开始开发和训练了一个 Transformer 神经网络架构。该模型专门用于英语到泰米尔语的机器翻译,并基于 "Attention Is All You Need" 论文。该项目包括详细的数学解析和分步教程,代码可在 GitHub 上找到,数据集托管在 Hugging Face 上。 AI

影响 提供了机器翻译的基础 Transformer 模型的一个详细的、从头开始的实现。

排序理由 该集群描述了从头开始创建和训练神经网络架构,这属于研究范畴。[lever_c_demoted from research: ic=1 ai=1.0]

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

从头开始构建的 Transformer 架构用于英语到泰米尔语翻译

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/imrancoder ·

    Built & Trained a Transformer from Scratch in Pure PyTorch for English-to-Tamil Machine Translation [Math + Code Breakdown] [P]

    <!-- SC_OFF --><div class="md"><p>Hi everyone! 👋</p> <p>I built and trained the complete <strong>Transformer architecture from scratch</strong> using pure PyTorch (`torch.nn` primitives) based on the original &quot;<strong>Attention Is All You Need</strong>&quot; paper.</p> <p>I …