Large Language Model (LLM) on tekoälymallia, joka on koulutettu valtavilla tekstimäärillä ymmärtämään ja tuottamaan ihmiskieltä — ennustamalla ja tuottamalla tekstiä. LLM:t (kuten GPT, Claude, Gemini) mahdollistavat modernit tekoälyä hyödyntävät sovellukset, kuten chatbotit, assistentit ja sisällön generointi.
Mikä LLM on
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)
