Skip to content

Home

🗺️ 70 years of ideas, one diagram first

graph LR
  Per[1958 Perceptron] --> BP[1986 Backprop]
  BP --> LSTM[1997 LSTM]
  BP --> LeNet[1998 LeNet]
  LeNet --> Alex[2012 AlexNet]
  IN[2009 ImageNet] --> Alex
  Alex --> Res[2015 ResNet]

  LSTM --> S2S[2014 Seq2Seq]
  W2V[2013 Word2Vec] -.-> S2S
  S2S --> Att[2014 Attention]
  Res --> Tr[2017 Transformer]
  Att --> Tr

  DQN[2015 Nature DQN] --> AGo[2016 AlphaGo]
  AGo --> AZero[2017 AlphaZero]

  Tr --> BERT[2018 BERT]
  Tr --> GPT[2018 GPT-1]
  Tr --> ViT[2020 ViT]
  Res --> ViT

  GPT --> G3[2020 GPT-3]
  ViT --> CLIP[2021 CLIP]

  Tr --> AF2[2021 AlphaFold2]
  G3 --> IGPT[2022 InstructGPT]
  G3 --> CoT[2022 CoT]

  GPT --> LLaMA[2023 LLaMA]
  ViT --> SAM[2023 SAM]
  CLIP --> SAM
  Tr -.-> Mamba[2023 Mamba]
  IGPT --> o1[2024 o1]
  CoT -.-> o1
  AZero -.-> o1
  o1 --> R1[2025 DeepSeek-R1]

  click Per "era1_foundations/1958_perceptron/" "Perceptron note"
  click BP "era1_foundations/1986_backprop/" "Backprop note"
  click LSTM "era1_foundations/1997_lstm/" "LSTM note"
  click LeNet "era1_foundations/1998_lenet/" "LeNet note"
  click IN "era1_foundations/2009_imagenet/" "ImageNet note"
  click Alex "era2_deep_renaissance/2012_alexnet/" "AlexNet note"
  click W2V "era2_deep_renaissance/2013_word2vec/" "Word2Vec note"
  click S2S "era2_deep_renaissance/2014_seq2seq/" "Seq2Seq note"
  click Att "era2_deep_renaissance/2014_attention/" "Bahdanau Attention note"
  click Res "era2_deep_renaissance/2015_resnet/" "ResNet note"
  click DQN "era2_deep_renaissance/2015_dqn_nature/" "Nature DQN note"
  click AGo "era2_deep_renaissance/2016_alphago/" "AlphaGo note"
  click Tr "era3_attention/2017_transformer/" "Transformer note"
  click AZero "era3_attention/2017_alphazero/" "AlphaZero note"
  click BERT "era3_attention/2018_bert/" "BERT note"
  click GPT "era3_attention/2018_gpt1/" "GPT-1 note"
  click G3 "era4_foundation_models/2020_gpt3/" "GPT-3 note"
  click ViT "era4_foundation_models/2020_vit/" "ViT note"
  click CLIP "era4_foundation_models/2021_clip/" "CLIP note"
  click AF2 "era4_foundation_models/2021_alphafold2/" "AlphaFold2 note"
  click IGPT "era4_foundation_models/2022_instructgpt/" "InstructGPT note"
  click CoT "era4_foundation_models/2022_cot/" "CoT note"
  click LLaMA "era5_genai_explosion/2023_llama/" "LLaMA note"
  click SAM "era5_genai_explosion/2023_sam/" "SAM note"
  click Mamba "era5_genai_explosion/2023_mamba/" "Mamba note"
  click o1 "era5_genai_explosion/2024_o1/" "o1 note"
  click R1 "era5_genai_explosion/2025_deepseek_r1/" "DeepSeek-R1 note"

27 nodes across 5 mainlines: CNN · sequence modeling · reinforcement learning · multimodal · reasoning. Solid arrows mark direct inheritance; dashed arrows mark indirect influence or sibling branches. This is only a skeleton — click any node to open the full biography, where the "Idea Lineage" section unpacks the real ancestors, descendants, and misreadings.


📅 Full 116-paper timeline

28 papers · Era index →

30 papers · Era index →

20 papers · Era index →

24 papers · Era index →