Large Language Model (LLM) คือโมเดล AI ที่ฝึกจากข้อความปริมาณมหาศาลเพื่อ เข้าใจและสร้างภาษามนุษย์ โดยการทำนายและสร้างข้อความ LLM (เช่น GPT, Claude, Gemini) ขับเคลื่อนแอปพลิเคชัน AI สมัยใหม่อย่าง chatbot, assistant และการสร้างเนื้อหา
LLM คืออะไร
LLM = a large neural network (transformer) trained on MASSIVE amounts of text:
→ learns patterns of language → understands and GENERATES human-like text
→ fundamentally PREDICTS the next token (word/piece) given context → produces coherent text
→ LARGE → billions of parameters, trained on enormous text datasets
→ examples: GPT (OpenAI), Claude (Anthropic), Gemini (Google), Llama (Meta)
