Ein Large Language Model (LLM) ist ein KI-Modell, das auf riesigen Mengen von Textdaten trainiert wird, um menschliche Sprache zu verstehen und zu generieren — Text vorherzusagen und zu produzieren. LLMs (wie GPT, Claude, Gemini) unterstützen moderne KI-Anwendungen wie Chatbots, Assistenten und Content-Generierung.
Was ein LLM ist
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)
