## Definition
LLM stands for Large Language Model, a type of neural network trained on vast text data to understand and produce human-like language.
## How It Works
LLMs use transformer architectures and token-based training to predict next words and generate coherent sentences.
## Examples or Use Cases
Models like GPT-4, Claude, and Gemini are examples of LLMs.
## Related Terms
– [Transformer Model](#)
– [Fine-tuning](#)
– [Prompt Engineering](#)
## Summary
LLMs are foundational in modern AI, powering chatbots, summarization, and code generation tasks.