AdvancedScaling Laws for LLMs
Empirical patterns showing that LLM capabilities improve predictably as model size, training data, and compute increase — enabling reliable planning of AI investments
Glossary of AI concepts, explained simply
40 concepts
AdvancedEmpirical patterns showing that LLM capabilities improve predictably as model size, training data, and compute increase — enabling reliable planning of AI investments
BeginnerWhen an LLM confidently generates false or fabricated information
BeginnerThe process of running a trained LLM to generate output from input
IntermediateTraining a pre-trained LLM further on domain-specific data to specialize its behavior
BeginnerA parameter controlling the randomness of LLM output — lower values produce consistent results, higher values increase creativity
IntermediateA decoding method that samples from the smallest set of tokens whose cumulative probability exceeds a threshold p — adapting candidate pool size to model confidence
BeginnerThe maximum number of tokens an LLM can process in a single request
BeginnerA neural network trained on massive text data to understand and generate human-like language
BeginnerA network of interconnected artificial neurons that learns patterns from data — the foundational architecture behind all modern AI
BeginnerThe input text or instructions given to an LLM to generate a response
BeginnerThe smallest unit of text an LLM processes — approximately 4 characters or 0.75 words
IntermediateA numerical vector that captures the semantic meaning of text, enabling similarity search
IntermediateBatch size (examples per update) and learning rate (step size for weight updates) are the two most important hyperparameters controlling how neural networks train.
BeginnerOverfitting means a model memorizes training data without generalizing; underfitting means a model is too simple to learn the underlying patterns. Balancing them is key to effective ML.
BeginnerArtificial intelligence is the field of computer science that builds systems capable of performing tasks normally requiring human intelligence, such as learning, reasoning, and perception.
AdvancedCatastrophic forgetting is when training a neural network on new data overwrites previously learned knowledge, causing it to lose earlier capabilities.
AdvancedContinual learning enables AI systems to learn new tasks over time without forgetting previous knowledge, solving the stability-plasticity dilemma.
IntermediateCosine similarity measures how similar two vectors are by computing the cosine of the angle between them — the standard metric for comparing AI embeddings.
BeginnerDeep learning is a machine learning technique using multi-layered neural networks that automatically learn hierarchical data representations, powering modern AI breakthroughs.
IntermediateFeature engineering transforms raw data into informative input variables for ML models — selecting, creating, and encoding features that help models learn effectively.
AdvancedFederated learning trains AI models across decentralized devices by sharing model updates instead of raw data, enabling privacy-preserving machine learning.
BeginnerGenerative AI is a category of AI systems that create new content — text, images, audio, code — rather than just analyzing existing data.
IntermediateGradient descent is the optimization algorithm that trains neural networks by iteratively adjusting parameters in the direction that reduces prediction error.
AdvancedLatent space is the internal representation space learned by neural networks — a compressed mathematical space where data is mapped to vectors capturing essential features and relationships.
BeginnerMachine learning is a branch of AI where systems learn patterns from data to improve at a task without being explicitly programmed.
BeginnerNatural language processing is the AI field that enables computers to understand, interpret, and generate human language, underpinning chatbots, translation, and LLMs.
IntermediatePre-training is the initial training phase where an AI model learns broad patterns from a large general-purpose dataset before being adapted for specific tasks.
IntermediateAI reasoning is the ability of models to think step by step, using techniques like Chain-of-Thought and reasoning models (o1, o3) for complex problem-solving.
IntermediateReinforcement learning is a machine learning paradigm where an agent learns optimal behavior through trial-and-error interaction with an environment, guided by reward signals.
IntermediateSelf-supervised learning trains models by generating labels from the data itself — like predicting the next token — enabling pre-training on virtually unlimited unlabeled data.
BeginnerSupervised learning is a machine learning approach where models learn from labeled input-output pairs to make predictions on new data.
IntermediateSynthetic data is artificially generated data that mimics real-world patterns, used when real data is scarce, biased, or privacy-restricted.
IntermediateTransfer learning is a technique where knowledge from a model trained on one task is reused for a different task, enabling powerful AI with less data and compute.
BeginnerUnsupervised learning is a machine learning approach where models discover patterns and structure in unlabeled data without being given correct outputs.
BeginnerA benchmark is a standardized test used to measure and compare AI model performance, providing reproducible scores across tasks like reasoning, coding, and knowledge.
BeginnerA classifier is an ML model that assigns inputs to predefined categories — the foundation of spam filters, sentiment analysis, image recognition, and fraud detection.
IntermediateA loss function measures how wrong a model's predictions are, providing the error signal that training algorithms minimize to improve the model.
BeginnerA tokenizer converts raw text into tokens — the discrete units a language model processes — using subword algorithms like BPE or SentencePiece.
BeginnerClassification predicts categories (spam/not spam); regression predicts continuous values (house price). These are the two fundamental supervised ML problem types.
BeginnerTraining teaches a model by adjusting its parameters on data (expensive, done once); inference uses the trained model to make predictions (cheap, done millions of times).
I can help you apply this concept to your business.
We use cookies to improve your experience. You can choose which types of cookies to allow.