DSWoK — Data Science Well of Knowledge
Search
Search
Dark mode
Light mode
Explorer
#architecture
10 notes
· co-occurs with
9 tags
· last updated
May 18, 2026
Co-tags
#
nlp
5
#
recsys
5
#
transformer
3
#
attention
2
#
algorithm
2
#
cv
1
#
multimodal
1
#
pre-trained
1
#
embeddings
1
Notes tagged
#architecture
01
Attention
The original paper Attention is a mechanism that lets neural networks focus on specific parts of an input sequence.
May 18, 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.
May 18, 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.
May 18, 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.
May 18, 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.
May 18, 2026
Deep Learning
06
Two-tower
Two-tower architecture is a neural network approach used in recommendation systems for candidate generation and retrieval.
May 18, 2026
Deep Learning
07
Wide & Deep Learning
Wide & Deep Learning is a joint model architecture developed by Google for recommendation systems and search ranking.
May 18, 2026
Deep Learning
08
BERT
Most of the information is available in the BERT paper. Key details: Multi-head attention. Transformer encoder.
May 18, 2026
NLP
09
RNN
Recurrent Neural Networks are a type of neural networks designed for processing sequential data.
May 18, 2026
NLP
10
Transformer
The first Transformer was introduced in the Attention Is All You Need paper, soon after that BERT was published.
May 18, 2026
NLP