annotated_deep_learning_paper_implementations

labmlai / annotated_deep_learning_paper_implementations

60+深度学习论文实现与教程,带对照注释,涵盖Transformer、优化器、GAN、强化学习等,帮助理解与复现论文。

Python 模型训练 数据科学 AIGC 深度学习 论文实现 PyTorch Transformer 强化学习

为什么值得看

编辑点评

每个实现都有配套笔记,适合想深入理解论文细节的开发者;代码结构清晰,覆盖范围广,从经典到前沿都有。注意:实现并非官方版本,需结合原文阅读;部分模型需要较深基础,适合有一定PyTorch经验的人。

Star 趋势

近 7 日
  • Star 总数67,448
  • 今日新增+0
  • 7 日增速-100%
  • Fork6,757

同类项目

同场景 · 模型训练 / 数据科学 / AIGC

项目文档

来自 GitHub README · master 分支

labml.ai Deep Learning Paper Implementations

This is a collection of simple PyTorch implementations of neural networks and related algorithms. These implementations are documented with explanations,

The website renders these as side-by-side formatted notes. We believe these would help you understand these algorithms better.

Screenshot

We are actively maintaining this repo and adding new implementations almost weekly. for updates.

Paper Implementations

Transformers

Low-Rank Adaptation (LoRA)

Eleuther GPT-NeoX

Diffusion models

Generative Adversarial Networks

Recurrent Highway Networks

LSTM

HyperNetworks - HyperLSTM

ResNet

ConvMixer

Capsule Networks

U-Net

Sketch RNN

✨ Graph Neural Networks

Counterfactual Regret Minimization (CFR)

Solving games with incomplete information such as poker with CFR.

Reinforcement Learning

Optimizers

Normalization Layers

Distillation

Adaptive Computation

Uncertainty

Activations

Langauge Model Sampling Techniques

Scalable Training/Inference

Installation

pip install labml-nn

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。