Transformer je arhitektura neuronske mreže (uvedena 2017.) koja je revolucionizirala AI, pogotovo obradu prirodnog jezika. Njegov mehanizam pažnje omogućava mu da učinkovito obradi sekvence, a on je temelj modernih LLM-ova (GPT, Claude, itd.).
Što su transformeri
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
