Academic Milestones

Seminal Research

The most influential publications that defined modern artificial intelligence. Read the original texts that sparked industry revolutions.

Attention Is All You Need2017

Vaswani et al. (Google Brain)

Proposed the Transformer architecture, dispensing with recurrence and convolutions entirely. This paper laid the groundwork for modern LLMs like ChatGPT and BERT.

#Transformers#NLP#Sequence Modeling
Read Paper
Deep Residual Learning for Image Recognition2015

Kaiming He et al.

Introduced ResNet, solving the vanishing gradient problem in deep neural networks by utilizing identity shortcut connections (skip connections).

#Computer Vision#ResNet#CNN
Read Paper
Generative Adversarial Nets2014

Ian Goodfellow et al.

A framework for estimating generative models via an adversarial process, in which two models are trained simultaneously: a generative model G, and a discriminative model D.

#GANs#Generative AI#Frameworks
Read Paper
Adam: A Method for Stochastic Optimization2014

Diederik P. Kingma, Jimmy Ba

Introduced Adam, an algorithm for first-order gradient-based optimization of stochastic objective functions, based on adaptive estimates of lower-order moments. One of the most widely used optimizers today.

#Optimization#Algorithms#Training
Read Paper
BERT: Pre-training of Deep Bidirectional Transformers2018

Jacob Devlin et al.

Introduced a new language representation model designed to pre-train deep bidirectional representations from unlabeled text by jointly conditioning on both left and right context.

#BERT#NLP#Language Models
Read Paper
Playing Atari with Deep Reinforcement Learning2013

Volodymyr Mnih et al. (DeepMind)

The first successful deep learning model to automatically learn control policies directly from high-dimensional sensory input using reinforcement learning.

#Reinforcement Learning#DQN#Agents
Read Paper