Skip to content
AI Wiki
CtrlK
All PagesCategoriesRecentRandom
Log inSign up
Loading
AI WikiAI Wiki

The free encyclopedia of artificial intelligence. Explore 4,066 articles on AI concepts, models, tools, and applications.

Navigate

HomeAll PagesCategoriesRecent ChangesRandom ArticleRequested ArticlesStatisticsSearch

Popular

ChatGPTLarge Language ModelsDeep LearningNeural Networks

About

AboutPoliciesCorrectionsContent LicenseAI & Developer AccessPrivacy PolicyTerms of Service

AIWiki.ai · Text is available under CC BY 4.0; reuse welcome

RSS Feed

Open knowledge for everyone

Recent changes

RSS

4,066 articles updated. New pages start at v1; higher version numbers mean an existing article was revised. Page 11 of 41.

Saturday, July 11, 2026

  • HuggingFace TRLv3TRL (Transformer Reinforcement Learning, now stylized as Transformers Reinforcement Learning) is an open-source Python library maintained by Hugging Face for...
  • EXAONEv2EXAONE (an acronym for EXpert AI for EveryONE) is the family of large language models and foundation models developed by LG AI Research, the artificial...
  • Attention Is All You Needv9"Attention Is All You Need" is the 2017 research paper that introduced the transformer, the neural network architecture that underpins virtually every modern...
  • Vanishing Gradient Problemv8See also: Machine learning terms The vanishing gradient problem is a difficulty in training deep neural networks where the gradients used to update the network...
  • Momentumv6See also: Machine learning terms, Optimizer, Gradient descent Momentum is an optimization technique that accelerates gradient descent by accumulating an...
  • Convergencev5Convergence in machine learning is the point at which an iterative optimization algorithm reaches a stable solution, meaning the loss function stops decreasing...
  • Episode (Reinforcement Learning)v6An episode in reinforcement learning is one complete sequence of interaction between an agent and its environment, starting from an initial state and ending...
  • YaRNv5YaRN (Yet another RoPE extensioN) is a compute-efficient method for extending the context window of large language models that use Rotary Position Embeddings...
  • SwiGLUv5SwiGLU (Swish-Gated Linear Unit) is the activation function used inside the feed-forward sublayer of most modern transformer large language models, including...
  • Markov chainv4A Markov chain is a stochastic process in which the probability of the next state depends only on the current state and not on the sequence of states that came...
  • Temporal-difference learningv4Temporal-difference (TD) learning is a class of model-free reinforcement learning methods that learn value-function estimates by bootstrapping: updating each...
  • DDPMv9Denoising Diffusion Probabilistic Models (DDPM) are a class of generative model introduced by Jonathan Ho, Ajay Jain, and Pieter Abbeel of UC Berkeley in their...
  • Q-Functionv7The Q-function, also called the action-value function or state-action value function and written , is the function in reinforcement learning (RL) that returns...
  • Random Forestv10See also: Machine learning terms A random forest is a supervised machine learning algorithm that builds many decision trees on random subsets of the data and...
  • Dense Layerv7A dense layer, also called a fully connected (FC) layer, linear layer, or affine layer, is a layer in an artificial neural network where every input neuron is...
  • Attentionv15See also: Machine learning terms > This article gives a high-level overview of attention as a family of mechanisms in machine learning. For deeper treatments,...
  • Singular value decompositionv7See also: principal component analysis, eigenvalue decomposition, linear algebra, matrix factorization, pseudoinverse, low-rank adaptation, Eckart-Young...
  • Discount Factorv4The discount factor, almost always written as the Greek letter (gamma), is a scalar hyperparameter in reinforcement learning that controls how much an agent...
  • Trajectory (Reinforcement Learning)v6A trajectory in reinforcement learning is a sequence of states, actions, and rewards that an agent experiences while interacting with an environment. Formally...
  • Markov propertyv9The Markov property is the condition that a stochastic process is memoryless: the future of the process depends only on its present state, not on the path the...
  • Prologv2Prolog (a contraction of the French PROgrammation en LOGique) is a logic programming language, first implemented in 1972 by Alain Colmerauer's group at the...
  • NuminaMathv4NuminaMath is a family of openly licensed competition-mathematics resources developed by the non-profit Project Numina, spanning the largest public dataset of...
  • Fairlearnv2Fairlearn is an open-source Python toolkit for assessing and improving the fairness of machine-learning models with respect to sensitive attributes such as...
  • Alec Radfordv3Alec Radford is an American machine learning researcher who was the first author of the papers introducing the DCGAN generative adversarial network, the...
  • Ridge Regressionv4Ridge regression is a method of estimating the coefficients of a linear regression model by adding a penalty proportional to the sum of squared coefficients...
  • Positional encodingv11Positional encoding is a technique used to inject information about token order into transformer models. Because transformers process all tokens in a sequence...
  • L2 Regularizationv7See also: machine learning terms, regularization, L1 regularization, elastic net, overfitting L2 regularization is a technique in machine learning and...
  • Cross-Entropy Lossv5Cross-entropy loss is the standard loss function for classification and language modeling, defined as the negative log-probability a model assigns to the...
  • Greedy Policyv5In reinforcement learning, a greedy policy is a decision rule that, in every state, selects the action with the highest estimated value, formally the action...
  • Q-Learningv8See also: Machine learning terms Q-learning is a model-free, off-policy reinforcement learning algorithm that learns the value of taking a given action in a...
  • Empirical Risk Minimizationv4Empirical risk minimization (ERM) is the foundational principle of statistical learning theory: because the true risk (the expected loss over the unknown data...
  • Multi-Head Self-Attentionv7Multi-head self-attention is the core sequence-mixing mechanism of the Transformer architecture: it runs several scaled dot-product attention operations...
  • Convex Functionv8A convex function is a real-valued function whose graph curves upward into a bowl or cup shape, so that the line segment (chord) connecting any two points on...
  • Convex Optimizationv6Convex optimization is the branch of mathematical optimization that minimizes a convex function over a convex set, a problem class with one defining advantage:...
  • Hinge Lossv6Hinge loss is the margin-based loss function defined as max(0, 1 - y f(x)), used to train support vector machines (SVMs) and other maximum-margin classifiers,...
  • DQNv6The Deep Q-Network (DQN) is a model-free, off-policy reinforcement learning algorithm that combines Q-learning with a deep neural network function...
  • Tabular Q-Learningv4Tabular Q-learning is the classic form of Q-learning, a model-free reinforcement learning algorithm that stores the action-value function Q(s, a) explicitly in...
  • Bahdanau attentionv7Bahdanau attention is the first attention mechanism for neural networks, introduced in 2014 to let a sequence-to-sequence decoder soft-align to every encoder...
  • Policyv6See also: Reinforcement learning, Q-learning, Markov decision process In reinforcement learning (RL), a policy is the function that maps an agent's observed...
  • Gradient Descentv9Gradient descent is a first-order iterative optimization algorithm that minimizes a differentiable loss function by repeatedly stepping in the direction of the...
  • Self-attentionv8Self-attention is a mechanism that lets a neural network weigh how much every element of a single input sequence should influence every other element,...
  • Parameter updatev5See also: Machine learning terms A parameter update is the step in neural-network training where a model's trainable weights are adjusted using the gradient of...
  • Hyperplanev5A hyperplane is a flat, affine subspace of dimension n-1 embedded in an n-dimensional space, defined by the linear equation , where w is a normal vector and b...
  • State-Action Value Functionv6The state-action value function, written Q^π(s, a) and also called the action-value function or Q-function, gives the expected discounted return an agent...
  • AdaGradv6See also: Machine learning terms AdaGrad (short for Adaptive Gradient Algorithm) is an optimizer for gradient descent-based machine learning that gives every...
  • Softmaxv9See also: Machine learning terms The softmax function is a mathematical function that converts a vector of real numbers, often called logits, into a...
  • Return (Reinforcement Learning)v6In reinforcement learning, the return (commonly denoted ) is the total cumulative reward an agent receives from time step onward, usually with future...
  • Multi-head Latent Attentionv6Multi-head Latent Attention (MLA) is an attention mechanism for transformer models that achieves a 93.3% reduction in key-value cache size while maintaining or...
  • Bellman Equationv8See also: reinforcement learning, Markov decision process, Q-learning, dynamic programming, value function, Machine learning terms The Bellman equation is a...

Friday, July 10, 2026

  • Nvidiav11--- Public company (Nasdaq: NVDA) Industry April 5, 1993 Founders Santa Clara, California, US Key people Data center GPUs (Hopper, Blackwell,...
  • Artificial Intelligencev7Artificial intelligence (AI) is the field of computer science dedicated to creating systems that perform tasks normally requiring human intelligence, such as...
  • GPT-4v13GPT-4 (Generative Pre-trained Transformer 4) is a large language model developed by OpenAI and released on March 14, 2023. It was the fourth main entry in the...
  • Reinforcement learningv13Reinforcement learning (RL) is a branch of machine learning in which an agent learns to make decisions by taking actions in an environment to maximize a...
  • Google DeepMindv11Google DeepMind is Alphabet's central artificial intelligence research and product organization, formed on April 20, 2023 by merging the DeepMind lab (founded...

Thursday, July 9, 2026

  • Anthropicv13--- Type Artificial intelligence Founded Dario Amodei (CEO)<br />Daniela Amodei (President)<br />Tom Brown<br />Chris Olah<br />Sam McCandlish<br...
  • Machine Learningv7See also: Machine learning terms and artificial intelligence Machine learning (ML) is a branch of artificial intelligence that gives computers the ability to...
  • OpenAIv17Public Benefit Corporation (OpenAI Group, formerly OpenAI Global LLC); Non-profit foundation (OpenAI Foundation) Industry December 11, 2015 Founders ...
  • Large Language Modelv11See also: Machine learning terms, Natural language processing, Transformer A large language model (LLM) is an artificial intelligence system built on a...

Tuesday, July 7, 2026

  • Swarm intelligencev4Swarm intelligence (SI) is a branch of artificial intelligence concerned with the collective behavior of decentralized, self-organized systems, in which many...
  • Mastrav2Mastra is an open-source TypeScript framework for building AI agents, workflows, and retrieval-augmented generation pipelines. The project is developed by...
  • Machine learning terms/Recommendation Systemsv4See also: Machine learning terms A recommendation system (also called a recommender system) is a class of machine learning software that predicts the...
  • Toyota Human Support Robot (HSR)v3The Human Support Robot (often abbreviated HSR) is a compact, single-armed mobile manipulation robot built by Toyota Motor Corporation as a standardised...
  • ChatGPT Usesv3
NewerPage 11 of 41Older
See also: ChatGPT, OpenAI, Prompt Engineering, Custom GPTs, GPT Store. ChatGPT is a general purpose chat assistant built by OpenAI on top of the GPT family of...
  • Runway Act-Twov2Runway Act-Two is a generative motion capture and character animation model developed by Runway, publicly introduced on July 15, 2025. The model accepts a...
  • Pika 2.5v2Pika 2.5 is a generative video model developed by Pika Labs, the San Francisco based AI video startup co-founded in April 2023 by Stanford AI Lab dropouts Demi...
  • Machine learning terms/Decision Forestsv3See also: Machine learning terms Decision forests are a family of machine learning models built from collections of decision trees. Instead of relying on a...
  • Agility Robotics Digitv4Digit is a bipedal humanoid robot built by Agility Robotics, an Oregon-based company that spun out of Oregon State University in 2015. The robot is roughly the...
  • Persona AIv3Private Industry May 2024 Founders Houston, Texas, United States Other offices Nicolaus Radford (Co-Founder, CEO), Dr. Jerry Pratt (Co-Founder, CTO),...
  • Inductive biasv2Inductive bias (also called learning bias) is the set of assumptions that a learning algorithm uses to predict outputs for previously unseen inputs. Without an...
  • XPENG PX5v5--- General information XPENG Robotics (Pengxing Intelligence) Parent company China Year introduced Prototype (succeeded by XPENG IRON) Height ...
  • Motion 2v4--- Developer Humanoid robot Generation Vietnam Unveiled 178 cm (5 ft 10 in) Weight 31 proprietary smart motors Payload Two hot-swappable...
  • Task budgetsv3Task budgets are an Anthropic API feature, in beta, that lets a developer tell the model how many tokens it has for a full agentic loop, including thinking,...
  • SwitchBot Onero H1v6--- General information SwitchBot (Wonderlabs, Inc.) Country of origin 2026 (CES 2026) Status US$9,999 (official pre-order listing); "less than...
  • One-Shot Learningv5One-shot learning is a machine learning approach in which a model learns to recognize or classify new categories from only a single labeled example per class....
  • Roboligent Robinv4--- General information Roboligent Country of origin 2025 (Automate 2025) Status 150 cm Weight 14 Payload capacity 8 hours Max speed ...
  • Mixture of Agentsv4Mixture of Agents (MoA) is a multi-model collaboration framework that combines multiple large language models (LLMs) in a layered architecture, where models in...
  • Foundation Phantom MK1v5--- General information Foundation Type United States Unveiled Active (deployed) Height 80 kg (176 lb) Degrees of freedom 20 kg continuous; 36...
  • Experimenter's Biasv4Experimenter's bias (also called the observer-expectancy effect, experimenter expectancy effect, or experimenter effect) is a type of cognitive bias in which a...
  • DeepSeekMathv3DeepSeekMath is a family of open-weight large language models specialized for mathematical reasoning, released by Chinese AI laboratory DeepSeek in February...
  • Yejin Choiv5Yejin Choi (born 1977) is a South Korean-American computer scientist and the Dieter Schwarz Foundation HAI Professor and Professor of Computer Science at...
  • Weighted Sumv6A weighted sum is a mathematical operation that combines multiple input values by multiplying each value by a corresponding weight (coefficient) and then...
  • Temporal datav3See also: Machine learning terms Temporal data is data where each observation is tagged with a timestamp, so the order in which observations arrive carries...
  • Inception Labsv2Inception Labs (often referred to simply as Inception) is a Palo Alto, California-based artificial intelligence startup that commercializes diffusion language...
  • Goedel-Proverv3Goedel-Prover is an open-source large language model designed for automated formal theorem proving in Lean 4. Developed by researchers at Princeton Language...
  • Quanta Computerv3Quanta Computer Inc. (Chinese: 廣達電腦; pinyin: Guǎngdá Diànnǎo; TWSE: 2382) is a Taiwanese electronics manufacturer headquartered in Taoyuan, Taiwan, and one of...
  • InfiniteBenchv6InfiniteBench (stylized as ∞Bench) is a long-context benchmark that tests whether large language models (LLMs) can genuinely process and reason over inputs...
  • HaluEvalv3HaluEval (Hallucination Evaluation) is a large-scale benchmark for measuring how well large language models (LLMs) can recognize hallucinated content, that is,...
  • Genesis (simulator)v2Genesis is an open-source, generative physics simulation platform for robotics and embodied AI, released on December 19, 2024 after a roughly two-year...
  • Vespa (search engine)v3Vespa is an open-source big-data serving engine that combines vector search, lexical search, and structured search inside a single query, with real-time...
  • Organizationsv5See also: Terms, Models, Applications, Companies and Non-profit Organizations Organizations that build, fund, govern, and study artificial intelligence span...
  • MenteeBot V3v7--- General information Mentee Robotics Country of origin 2025 Status menteebot.com Category Value ------ Physical 175 cm (5 ft 9 in) Physical ...
  • Centre for the Governance of AI (GovAI)v4The Centre for the Governance of AI (GovAI) is an independent nonprofit research organisation whose stated mission is "to help institutions make better AI...
  • CycleGANv2CycleGAN (Cycle-Consistent Generative Adversarial Network) is a deep learning architecture for unpaired image-to-image translation. It learns a mapping G: X to...
  • Jet-Nemotronv2Jet-Nemotron is a family of small hybrid-architecture language models released by NVIDIA Research in August 2025.[1] The family ships in two sizes,...
  • TPU v5pv4TPU v5p (Cloud TPU v5p) is Google's fifth-generation, performance-tier Tensor Processing Unit, a custom AI accelerator that delivers 459 bfloat16 TFLOPS per...
  • David Silverv6David Silver is a British computer scientist whose work has defined the modern field of deep reinforcement learning and computer game-playing. For more than a...
  • Cosine learning rate schedulev3The cosine learning rate schedule, also called cosine annealing, is a learning rate decay strategy that lowers the optimizer step size from a peak value to a...
  • Compound AI Systemv4A compound AI system is an AI system that achieves its objectives by combining multiple interacting components, such as large language models, retrieval...
  • Naver Labs Ambidexv8--- General information Naver Labs Country of origin 2017 Status Dual-arm cable-driven manipulator Website Naver Labs Ambidex (stylized as...
  • Inference-time scalingv2Inference-time scaling (also called test-time compute scaling) is the practice of improving an AI model's output quality by allocating more computational...