Large Language Model (LLM) je AI model treniran na ogromnim količinama teksta kako bi razumio i generirao ljudski jezik — predviđajući i proizvodim tekst. LLM-ovi (poput GPT, Claude, Gemini) pogonjavaju moderne AI aplikacije kao što su chatbotovi, asistenti i generiranje sadržaja.
Što je 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)
