ARENA
Content
Chapter 0: Fundamentals Chapter 1: Transformer Interpretability Chapter 2: Reinforcement Learning Chapter 3: LLM Evaluations Chapter 4: Alignment Science
Planner Setup Instructions FAQ

Fundamentals

  • 0.0 Prerequisites
  • 0.1 Ray Tracing
  • 0.2 CNNs & ResNets
  • 0.3 Optimization
  • 0.4 Backpropagation
  • 0.5 VAEs & GANs
In this section
    On this page
    1. Content
    2. Fundamentals

    Chapter 0: Fundamentals

    Build your foundation in deep learning, from prerequisites through CNNs, optimization, backpropagation, and generative models.

    Sections

    0.0 Prerequisites Essential PyTorch basics, einops/einsum libraries, and tensor manipulation fundamentals.
    0.1 Ray Tracing Learn batched operations and linear algebra by rendering 3D meshes with raytracing.
    0.2 CNNs & ResNets Build neural networks from scratch, from MNIST classifiers to ResNets for CIFAR-10.
    0.3 Optimization Implement SGD, RMSprop & Adam optimizers, and use Weights & Biases for experiment tracking.
    0.4 Backpropagation Build your own autograd system from scratch and train MLPs with custom backpropagation.
    0.5 VAEs & GANs Implement GANs and VAEs, foundational architectures for generative image models.
    Select Context
    Select exercise content to download as text files, or to provide as context when asking questions below.
    Sections
    File type
    Visit a chapter section to download content
    Ask a Question
    Ask questions about the exercises. The model will use the context you've selected above to provide relevant answers.
    Ask questions about the exercises...

    ARENA - Alignment Research Engineer Accelerator