10 notes · co-occurs with 9 tags · last updated Jul 31, 2026

Notes tagged #architecture
01
Attention
The original Transformer paper. Neural sequence attention predates it: Bahdanau et al., 2014 introduced soft alignment for machine translation.
Jul 31, 2026
Deep Learning
02
Contrastive Language-Image Pre-training
CLIP (Contrastive Language-Image Pre-training) is a neural net model developed by OpenAI that efficiently learns visual concepts from natural language supervision.
Jul 31, 2026
Deep Learning
03
Deep & Cross Network
Deep & Cross Network (DCN) is a neural network architecture developed by Google that combines a cross network with a deep network to efficiently learn explicit and implicit feature interactions.
Jul 31, 2026
Deep Learning
04
Deep Learning Recommendation Model
Deep Learning Recommendation Model is a neural network architecture developed by Facebook to handle large-scale recommendation tasks efficiently.
Jul 31, 2026
Deep Learning
05
Neural Collaborative Filtering
Neural Collaborative Filtering (NCF) is a deep learning approach to collaborative filtering for recommendation systems that aims to learn the complex user-item interaction function using neural networks.
Jul 31, 2026
Deep Learning
06
Two-tower
Two-tower architecture is a neural network approach used in recommendation systems for candidate generation and retrieval.
Jul 31, 2026
Deep Learning
07
Wide & Deep Learning
Wide & Deep Learning is a joint model architecture developed by Google for recommendation systems and search ranking.
Jul 31, 2026
Deep Learning
08
BERT
Most of the information is available in the BERT paper. Key details: Multi-head attention. Transformer encoder.
Jul 31, 2026
NLP
09
RNN
Recurrent Neural Networks are a type of neural networks designed for processing sequential data.
Jul 31, 2026
NLP
10
Transformer
The first Transformer was introduced in the Attention Is All You Need paper, soon after that BERT was published.
Jul 31, 2026
NLP