flâneur — a map of the web's best reading

Generalized Transformers from Applicative Functors

glaive-research.org · 8,129 words · saved by 1 readers

Transformers are a machine-learning model at the foundation of many state-of-the-art systems in modern AI, originally proposed in [arXiv:1706.03762]. In this post, we are going to build a generalization of Transformer models that can operate on (almost) arbitrary structures such as functions, graphs, probability distributions, not just matrices and vectors.

Generalized Transformers from Applicative Functors 11 February 2025 Generalized Transformers from Applicative Functors by Tuomas Laakkonen Transformers are a machine-learning model at the foundation of many state-of-the-art systems in modern AI, originally proposed in [arXiv:1706.03762] . In this post, we are going to build a generalization of Transformer models that can operate on (almost) arbitrary structures such as functions, graphs, probability distributions, not just matrices and vectors. We will do this using the language of applicative functors , and indeed many of the constructions he

Explore this link on the map →

related reading