De transformer is een neurale netwerkarchitectuur (geïntroduceerd in 2017) die AI revolutioneerde, vooral natuurlijke taalverwerking. Het attention-mechanisme stelt het in staat sequenties effectief te verwerken, en het is de basis van moderne LLMs (GPT, Claude, enz.).
Wat transformers zijn
TRANSFORMER → a neural network architecture for processing SEQUENCES (text, etc.):
→ introduced in the 2017 paper 'Attention Is All You Need'
→ uses an ATTENTION mechanism (instead of processing strictly sequentially)
→ the foundation of modern LLMs and much of modern AI
→ revolutionized NLP and enabled the LLM era
