Deep Learning Papers

A research-dossier demo: landmark deep-learning papers as a linked graph of papers, researchers, concepts, and paper-to-paper citations.

  • Convolutional Neural Networks

    Layered convolutional filters that learn spatial feature hierarchies — the backbone of modern computer vision.

  • Sequence-to-Sequence Learning

    Mapping one variable-length sequence to another with an encoder–decoder, the framing behind neural translation and beyond.

  • Pretraining & Transfer Learning

    Training a large model on a broad corpus once, then adapting it to many downstream tasks — the paradigm behind BERT and GPT.

  • Generative Models

    Learning to generate data — images, text, audio — by modeling its distribution, often through an adversarial game.

  • Attention Mechanism

    Letting a model weight over all positions of its input, so it can focus on the relevant parts rather than a fixed-size summary.