Transformer adalah arsitektur jaringan saraf (diperkenalkan pada 2017) yang merevolusi AI, khususnya pemrosesan bahasa alami. Mekanisme perhatiannya memungkinkannya memproses urutan dengan efektif, dan ini adalah fondasi dari LLM modern (GPT, Claude, dll.).
Apa itu transformer
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
