Skip to content

paper2code: Minimal PyTorch implementations with documentation of deep learning architectures.

Notifications You must be signed in to change notification settings

jwei302/paper2code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

paper2code

Minimal PyTorch implementations of foundational deep learning papers. Each implementation focuses on clarity and educational value while remaining faithful to the original architecture.

Implementations

Paper Directory Description
Deep Residual Learning for Image Recognition resnets/ ResNet-18 for image classification
Language Models are Unsupervised Multitask Learners transformers/ GPT-2 decoder-only transformer

Requirements

  • PyTorch >= 1.0
  • NumPy
  • Matplotlib
  • tiktoken (for transformers)

Usage

Each implementation includes:

  • Well-documented model code with paper references
  • Training and evaluation utilities
  • README with architecture overview and examples

See individual directories for detailed usage instructions.

About

paper2code: Minimal PyTorch implementations with documentation of deep learning architectures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages