Technical AI/ML reference for practitioners

Recent Topics

AlexNet
Jan 13, 2026
The deep CNN that won ImageNet 2012 and sparked the deep learning revolution
The Annotated Transformer
Jan 13, 2026
Line-by-line PyTorch implementation of the Transformer architecture
Neural Machine Translation by Jointly Learning to Align and Translate
Jan 13, 2026
The paper that introduced the attention mechanism for sequence-to-sequence models
Quantifying the Rise and Fall of Complexity in Closed Systems
Jan 13, 2026
The Coffee Automaton paper formalizing how complexity peaks then declines
The First Law of Complexodynamics
Jan 13, 2026
Why complexity rises then falls while entropy only increases
CS231n: CNNs for Visual Recognition
Jan 13, 2026
Stanford's foundational course on deep learning for computer vision
Deep Speech 2: End-to-End Speech Recognition
Jan 13, 2026
Scaling up end-to-end speech recognition with RNNs and CTC
Multi-Scale Context Aggregation by Dilated Convolutions
Jan 13, 2026
Expanding receptive fields exponentially without losing resolution or adding parameters
GPipe: Easy Scaling with Micro-Batch Pipeline Parallelism
Jan 13, 2026
Training giant neural networks by pipelining micro-batches across devices
Kolmogorov Complexity and Algorithmic Randomness
Jan 13, 2026
The mathematical foundation for measuring information content and randomness
Machine Super Intelligence
Jan 13, 2026
Shane Legg's PhD thesis formalizing universal intelligence and the AIXI agent
A Tutorial Introduction to the Minimum Description Length Principle
Jan 13, 2026
Grünwald's comprehensive guide to MDL for model selection and learning
Keeping Neural Networks Simple by Minimizing the Description Length of the Weights
Jan 13, 2026
Hinton's MDL approach to neural network regularization through noisy weights
Neural Message Passing for Quantum Chemistry
Jan 13, 2026
A unified framework for graph neural networks applied to molecular property prediction
Neural Turing Machines
Jan 13, 2026
Neural networks augmented with external memory and attention-based read/write heads
Order Matters: Sequence to Sequence for Sets
Jan 13, 2026
How input and output ordering affects seq2seq learning on set-structured data
Pointer Networks
Jan 13, 2026
Neural architecture that outputs pointers to input positions, enabling variable-size outputs
A Simple Neural Network Module for Relational Reasoning
Jan 13, 2026
Relation Networks for learning to reason about object relationships
Relational Recurrent Neural Networks
Jan 13, 2026
RNNs with relational memory that enables reasoning across time
Identity Mappings in Deep Residual Networks
Jan 13, 2026
Pre-activation ResNet design that enables training of 1000+ layer networks
ResNet
Jan 13, 2026
Deep residual learning with skip connections that enabled training of 152+ layer networks
The Unreasonable Effectiveness of Recurrent Neural Networks
Jan 13, 2026
Andrej Karpathy's influential blog post demonstrating RNN capabilities through character-level generation
Recurrent Neural Network Regularization
Jan 13, 2026
How to apply dropout to LSTMs without disrupting memory dynamics
Scaling Laws for Neural Language Models
Jan 13, 2026
Empirical laws governing how language model performance scales with compute, data, and parameters
Attention Is All You Need
Jan 13, 2026
The Transformer architecture that replaced recurrence with self-attention
Understanding LSTM Networks
Jan 13, 2026
Christopher Olah's visual guide to Long Short-Term Memory networks
Variational Autoencoder (VAE)
Jan 13, 2026
Probabilistic generative model with structured latent space
Variational Lossy Autoencoder
Jan 13, 2026
Connecting VAEs to lossy compression and the bits-back coding argument
Gradient Boosted Decision Trees
Jan 10, 2026
Sequential tree ensembles optimized via gradient descent
NODE (Neural Oblivious Decision Ensembles)
Jan 10, 2026
Differentiable decision trees and oblivious ensembles for tabular learning
Pre-training
Jan 10, 2026
The initial phase of training foundation models on vast amounts of data
Stable Marriage Problem
Jan 10, 2026
Finding stable matchings via the Gale–Shapley algorithm
World of Bits
Jan 10, 2026
Open-domain platform for web-based reinforcement learning agents