Der Transformer ist eine neuronale Netzwerk-Architektur (eingeführt 2017), die die KI revolutioniert hat, besonders die Verarbeitung natürlicher Sprache. Der Attention-Mechanismus ermöglicht es ihm, Sequenzen effektiv zu verarbeiten, und er ist die Grundlage moderner LLMs (GPT, Claude, etc.).
Was Transformer sind
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
