Large Language Model (LLM) je AI model trénovaný na obrovských množstvích textu, aby rozuměl a generoval lidský jazyk — předpovídá a produkuje text. LLM (jako GPT, Claude, Gemini) pohánějí moderní AI aplikace, jako jsou chatboty, asistenti a generování obsahu.
Co 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)
