transformer คือสถาปัตยกรรม neural network (เปิดตัวในปี 2017) ที่ปฏิวัติวงการ AI โดยเฉพาะการประมวลผลภาษาธรรมชาติ กลไก attention ของมันทำให้ประมวลผลลำดับได้อย่างมีประสิทธิภาพ และมันเป็นรากฐานของ LLM สมัยใหม่ (GPT, Claude ฯลฯ)
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
