# Acronyms

> Source: https://aiwiki.ai/wiki/acronyms
> Updated: 2026-07-28
> Categories: Artificial Intelligence
> License: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) - attribute to "AI Wiki (aiwiki.ai)"
> Cite as: AI Wiki. "Acronyms." aiwiki.ai, 28 Jul 2026. https://aiwiki.ai/wiki/acronyms
> From AI Wiki (https://aiwiki.ai), the free encyclopedia of artificial intelligence. Reuse freely with attribution.

Acronyms is a practical glossary of abbreviations, shortened names, and recurring initialisms used across artificial intelligence, machine learning, statistics, robotics, data systems, and adjacent fields. In strict usage, an acronym is formed from initial letters and pronounced as a word, while an initialism is spoken letter by letter.[1][2] AI writing does not consistently observe that distinction, so this page follows common technical usage and includes both.

The same letters can mean different things across subfields. For example, BN can mean batch normalization or Bayesian network, SSL can mean self-supervised learning or semi-supervised learning, and SVD usually means singular value decomposition but can mean singing voice detection in music information retrieval. Read each entry in the context of its paper, software package, dataset, or application domain. Definitions below are compact identifiers, not substitutes for the linked topic articles or original sources.

*See also: [Guides](https://aiwiki.ai/wiki/guides), [Terms](https://aiwiki.ai/wiki/terms), and [Abbreviations](https://aiwiki.ai/wiki/abbreviations).*

## How to use this glossary

- Capitalization and punctuation can be meaningful. CoT, GloVe, Grad-CAM, i.i.d., and reCAPTCHA preserve source or conventional styling.
- A slash or semicolon marks a genuine context-dependent expansion, not interchangeable wording inside one method.
- Product and project names such as CatBoost, Gurobi, and SWI-Prolog appear because readers encounter them as shortened technical names, even when they are not strict acronyms.
- The glossary favors stable, source-backed expansions. It merges duplicate rows and removes malformed or unsupported expansions from the earlier version.

## A

| Term | Meaning |
|---|---|
| **[A*](https://aiwiki.ai/wiki/a)** | A* Search Algorithm |
| **A3C** | Asynchronous Advantage Actor-Critic |
| **ABAC** | Attribute-Based Access Control [4] |
| **A/B Testing** | A statistical method for comparing two or more treatments or algorithms [3] |
| **[ACE](https://aiwiki.ai/wiki/ace)** | Alternating conditional expectation algorithm |
| **ACO** | Ant Colony Optimization |
| **Adam** | Optimization algorithm named for adaptive moment estimation; Adam is not a strict initialism [32] |
| **ADASYN** | Adaptive Synthetic Sampling [75] |
| **ADT** | Automatic Drum Transcription |
| **AE** | Autoencoder |
| **AGC** | Adaptive Gradient Clipping [76] |
| **[AGI](https://aiwiki.ai/wiki/agi)** | [Artificial general intelligence](https://aiwiki.ai/wiki/artificial_general_intelligence) |
| **[AI](https://aiwiki.ai/wiki/ai)** | [Artificial intelligence](https://aiwiki.ai/wiki/artificial_intelligence) |
| **AIaaS** | Artificial Intelligence as a Service |
| **AL** | Active Learning |
| **AM** | Activation maximization [77] |
| **AMR** | Abstract Meaning Representation |
| **AMT** | Automatic music transcription [72] |
| **ANI** | Artificial Narrow Intelligence |
| **[ANN](https://aiwiki.ai/wiki/ann)** | Artificial neural network |
| **ANOVA** | Analysis of variance |
| **API** | Application Programming Interface |
| **[AR](https://aiwiki.ai/wiki/ar)** | [Augmented reality](https://aiwiki.ai/wiki/augmented_reality) |
| **ASI** | Artificial superintelligence |
| **ASIC** | Application-Specific Integrated Circuit |
| **ASR** | Automatic speech recognition |
| **AST** | Automated speech translation |
| **[AUC](https://aiwiki.ai/wiki/auc)** | [Area under the curve](https://aiwiki.ai/wiki/area_under_the_curve), usually the ROC curve unless another curve is named |
| **AutoML** | Automated Machine Learning [3] |

## B

| Term | Meaning |
|---|---|
| **BB84** | A quantum key distribution protocol (named after its inventors, Bennett and Brassard, and the year 1984) [59] |
| **BBO** | Biogeography-Based Optimization |
| **BCE** | Binary cross-entropy |
| **BDT** | Boosted Decision Tree |
| **[BERT](https://aiwiki.ai/wiki/bert)** | [Bidirectional Encoder Representations from Transformers](https://aiwiki.ai/wiki/bidirectional_encoder_representations_from_transformers) [10] |
| **BFS** | Breadth-First Search |
| **BI** | Business Intelligence |
| **BiFPN** | Bidirectional Feature Pyramid Network [134] |
| **BILSTM** | Bidirectional Long Short-Term Memory |
| **BLEU** | Bilingual evaluation understudy [46] |
| **BN** | Batch normalization; also Bayesian network |
| **BNN** | Bayesian neural network; also binarized neural network |
| **BO** | Bayesian Optimization |
| **[BP](https://aiwiki.ai/wiki/bp)** | [Backpropagation](https://aiwiki.ai/wiki/backpropagation) |
| **BPE** | Byte Pair Encoding [67] |
| **BPMF** | Bayesian Probabilistic Matrix Factorization [78] |
| **BPN** | Backpropagation Neural Network |
| **BPTT** | Backpropagation through time |
| **BQML** | BigQuery ML [74] |
| **BR** | Best-Response (in game theory) |
| **BRDF** | Bidirectional reflectance distribution function |
| **BRNN** | Bidirectional Recurrent Neural Network |
| **BRR** | Bayesian ridge regression |

## C

| Term | Meaning |
|---|---|
| **CAD** | Computer-Aided Design |
| **CAE** | Contractive Autoencoder |
| **CAM** | Class activation mapping in computer vision; also computer-aided manufacturing |
| **CAPTCHA** | Completely Automated Public Turing test to tell Computers and Humans Apart [79] |
| **CART** | Classification and Regression Trees |
| **CASE** | Computer-Aided Software Engineering |
| **CatBoost** | Categorical Boosting [80] |
| **CAV** | Concept activation vector |
| **CBAC** | Content-Based Access Control |
| **CBOW** | Continuous Bag of Words |
| **CBR** | Case-Based Reasoning |
| **CCA** | Canonical Correlation Analysis |
| **CCC** | Concordance correlation coefficient; canonical correlation coefficient in some multivariate contexts |
| **CCE** | Categorical cross-entropy |
| **CE** | Cross-Entropy |
| **CEC** | Constant Error Carousel |
| **CEGAR** | Counterexample-Guided Abstraction Refinement |
| **CEGIS** | Counterexample-Guided Inductive Synthesis |
| **CF** | Collaborative filtering |
| **cGAN** | Conditional Generative Adversarial Network [137] |
| **[CL](https://aiwiki.ai/wiki/cl)** | [Confident learning](https://aiwiki.ai/wiki/confident_learning); also contrastive learning and continual learning [98][99][51] |
| **CLIP** | Contrastive Language-Image Pre-Training [14] |
| **CLNN** | ConditionaL neural network, using the source paper's stylized capitalization [60] |
| **CMA** | Covariance Matrix Adaptation |
| **CMAC** | Cerebellar Model Articulation Controller |
| **CMA-ES** | Covariance Matrix Adaptation Evolution Strategy |
| **CNN** | [Convolutional neural network](https://aiwiki.ai/wiki/convolutional_neural_network) |
| **COIN-OR** | Computational Infrastructure for Operations Research |
| **ConvNet** | Convolutional Neural Network |
| **CoT** | Chain-of-thought [28] |
| **COTE** | Collective of Transformation-Based Ensembles [81] |
| **CoT prompting** | Chain-of-thought prompting [28] |
| **CP** | Constraint Programming |
| **CPLEX** | IBM mathematical optimization solver [130] |
| **CPN** | Colored Petri Nets |
| **CRBM** | Conditional Restricted Boltzmann Machine |
| **CRF** | Conditional Random Field |
| **CRNN** | Convolutional Recurrent Neural Network |
| **CSLR** | Continuous Sign Language Recognition |
| **CSP** | Constraint Satisfaction Problem |
| **CSV** | Comma-separated values |
| **CTC** | Connectionist Temporal Classification |
| **CT-LSTM** | Continuous-time long short-term memory; the abbreviation is paper-dependent |
| **CTR** | Collaborative Topic Regression [82] |
| **[CUDA](https://aiwiki.ai/wiki/cuda)** | Compute Unified Device Architecture [7] |
| **CV** | Computer vision; cross-validation; or coefficient of variation, depending on context |
| **Cyc** | CycL and OpenCyc, a knowledge representation and reasoning system [83] |

## D

| Term | Meaning |
|---|---|
| **D*** | Dynamic A* Search Algorithm |
| **DaaS** | Data as a Service |
| **DAE** | Denoising AutoEncoder or Deep AutoEncoder |
| **DAML** | DARPA Agent Markup Language |
| **DART** | Dropouts meet Multiple Additive Regression Trees, a tree-boosting regularization method [31] |
| **DBM** | Deep Boltzmann Machine |
| **DBN** | Deep belief network |
| **DBSCAN** | Density-Based Spatial Clustering of Applications with Noise [84] |
| **[DCAI](https://aiwiki.ai/wiki/dcai)** | [Data-centric AI](https://aiwiki.ai/wiki/data-centric_ai) |
| **DCGAN** | Deep Convolutional Generative Adversarial Network [138] |
| **DDPG** | Deep Deterministic Policy Gradient |
| **DE** | Differential evolution |
| **DeconvNet** | DeConvolutional Neural Network |
| **DeepLIFT** | Deep Learning Important FeaTures [25] |
| **DFS** | Depth-First Search |
| **DL** | Deep learning |
| **[DM](https://aiwiki.ai/wiki/dm)** | Data mining; also [diffusion model](https://aiwiki.ai/wiki/diffusion_model) in some machine learning literature |
| **DNN** | [Deep neural network](https://aiwiki.ai/wiki/deep_neural_network) |
| **DP** | Dynamic Programming |
| **DPO** | Direct preference optimization [37] |
| **[DQN](https://aiwiki.ai/wiki/dqn)** | Deep Q-network [34] |
| **DR** | Detection Rate |
| **DRL** | Deep Reinforcement Learning |
| **DS** | Data Science |
| **DSR** | Deep symbolic regression [85] |
| **DSRL** | Deep symbolic reinforcement learning [61] |
| **DSS** | Decision Support System |
| **DT** | Decision Tree |
| **DTD** | Deep Taylor Decomposition [86] |
| **DWT** | Discrete Wavelet Transform |

## E

| Term | Meaning |
|---|---|
| **EDA** | Exploratory data analysis |
| **EKF** | Extended Kalman Filter |
| **ELECTRA** | Efficiently Learning an Encoder that Classifies Token Replacements Accurately [13] |
| **ELM** | Extreme Learning Machine [87] |
| **ELMo** | Embeddings from Language Models [11] |
| **ELU** | Exponential Linear Unit [88] |
| **EM** | Expectation maximization |
| **EMD** | Earth mover's distance; also empirical mode decomposition and entropy-minimization discretization |
| **ERNIE** | Enhanced Representation through kNowledge IntEgration [89] |
| **ES** | Evolution Strategies |
| **ESN** | Echo State Network |
| **ETL** | Extract, Transform, Load |
| **EXT** | Extra-Trees, or extremely randomized trees |

## F

| Term | Meaning |
|---|---|
| **F1** | F1 score, the harmonic mean of precision and recall |
| **FALA** | Finite Action-set Learning Automata |
| **Fast R-CNN** | Fast Region-based Convolutional Network [20] |
| **FC** | Fully-Connected |
| **FCM** | Fuzzy C-Means |
| **FCN** | Fully Convolutional Network |
| **FER** | Facial Expression Recognition |
| **FFT** | Fast Fourier transform |
| **FL** | Federated Learning |
| **FLOP** | Floating-point operation |
| **FLOPS** | Floating-point operations per second, more clearly written FLOP/s |
| **FM** | [Foundation model](https://aiwiki.ai/wiki/foundation_model) |
| **[FN](https://aiwiki.ai/wiki/fn)** | [False negative](https://aiwiki.ai/wiki/false_negative) |
| **FNN** | Feedforward Neural Network |
| **FNR** | [False negative rate](https://aiwiki.ai/wiki/false_negative_rate) |
| **FOAF** | Friend of a Friend (ontology) |
| **[FP](https://aiwiki.ai/wiki/fp)** | [False positive](https://aiwiki.ai/wiki/false_positive) |
| **FPGA** | Field-Programmable Gate Array |
| **FPN** | Feature Pyramid Network [21] |
| **FPR** | False positive rate |
| **FSL** | Few-shot learning |
| **FST** | Finite state transducer |
| **FTL** | Federated transfer learning [90] |
| **FWA** | Fireworks Algorithm |
| **FWIoU** | Frequency Weighted Intersection over Union |

## G

| Term | Meaning |
|---|---|
| **GA** | Genetic Algorithm |
| **GALE** | Global Aggregations of Local Explanations [91] |
| **GAM** | Generalized Additive Model |
| **[GAN](https://aiwiki.ai/wiki/gan)** | Generative Adversarial Network [17] |
| **GAP** | Global Average Pooling |
| **GBDT** | Gradient Boosted Decision Tree |
| **GBM** | Gradient Boosting Machine |
| **GCN** | Graph convolutional network [52] |
| **GD** | [Gradient descent](https://aiwiki.ai/wiki/gradient_descent) |
| **GEBI** | Global Explanation for Bias Identification [92] |
| **GLCM** | Gray Level Co-occurrence Matrix |
| **GLM** | Generalized Linear Model |
| **GLOM** | A neural network architecture by Geoffrey Hinton [93] |
| **Gloss2Text** | A task of transforming raw glosses into meaningful sentences. |
| **GloVe** | Global Vectors for Word Representation [65] |
| **GLPK** | GNU Linear Programming Kit |
| **GLUE** | General Language Understanding Evaluation [50] |
| **GMM** | Gaussian mixture model |
| **GNN** | Graph neural network |
| **GP** | Gaussian process; also genetic programming |
| **GPR** | Gaussian process regression |
| **[GPT](https://aiwiki.ai/wiki/gpt)** | Generative Pre-trained Transformer [9] |
| **GPU** | Graphics processing unit |
| **GQA** | Grouped-Query Attention [45] |
| **Grad-CAM** | Gradient-weighted class activation mapping [27] |
| **GRU** | Gated recurrent unit [94] |
| **Gurobi** | An optimization solver (named after its founders, Zonghao Gu, Edward Rothberg, and Robert Bixby) |

## H

| Term | Meaning |
|---|---|
| **HamNoSys** | Hamburg Sign Language Notation System [73] |
| **HAN** | Hierarchical Attention Networks |
| **HC** | Hierarchical Clustering |
| **HDP** | Hierarchical Dirichlet process [95] |
| **[HF](https://aiwiki.ai/wiki/hf)** | [Hugging Face](https://aiwiki.ai/wiki/hugging_face) [96] |
| **hLDA** | Hierarchical Latent Dirichlet allocation |
| **HMM** | Hidden Markov Model |
| **HNN** | Hopfield Neural Network |
| **HOG** | Histogram of Oriented Gradients (feature descriptor) |
| **HPC** | High Performance Computing |
| **HRED** | Hierarchical Recurrent Encoder-Decoder |
| **HRI** | Human-Robot Interaction |
| **HSMM** | Hidden Semi-Markov Model |

## I

| Term | Meaning |
|---|---|
| **IaaS** | Infrastructure as a Service [5] |
| **ICA** | Independent component analysis |
| **ICP** | Iterative Closest Point (point cloud registration) |
| **ID3** | Iterative Dichotomiser 3 |
| **IDA*** | Iterative Deepening A* Search Algorithm |
| **IG** | Integrated gradients [97] |
| **[i.i.d.](https://aiwiki.ai/wiki/i_i_d)** | [Independently and identically distributed](https://aiwiki.ai/wiki/independently_and_identically_distributed) |
| **[IID](https://aiwiki.ai/wiki/iid)** | [Independently and identically distributed](https://aiwiki.ai/wiki/independently_and_identically_distributed) |
| **ILASP** | Inductive Learning of Answer Set Programs [100] |
| **ILP** | Integer linear programming; also inductive logic programming |
| **INFD** | Explanation Infidelity [101] |
| **IoA** | Internet of Agents [102] |
| **IoE** | Internet of Everything |
| **IoT** | Internet of Things |
| **[IoU](https://aiwiki.ai/wiki/iou)** | Jaccard index (intersection over union) |
| **IR** | Information Retrieval |
| **IRCoT** | Interleaving Retrieval CoT [131] |
| **ISIC** | International Skin Imaging Collaboration |
| **IVR** | Interactive Voice Response |

## J

| Term | Meaning |
|---|---|
| **JEPA** | Joint-embedding predictive architecture [41] |

## K

| Term | Meaning |
|---|---|
| **KAN** | Kolmogorov-Arnold network [40] |
| **KB** | Knowledge Base |
| **KDE** | Kernel Density Estimation |
| **KF** | Kalman Filter |
| **kFCV** | K-fold cross validation |
| **KL** | Kullback-Leibler divergence |
| **K-Means** | K-Means Clustering [3] |
| **KNN** | K-nearest neighbors |
| **KR** | Knowledge Representation |
| **KRR** | Kernel Ridge Regression |

## L

| Term | Meaning |
|---|---|
| **LAION** | Large-scale Artificial Intelligence Open Network [103] |
| **LAMA** | LAnguage Model Analysis |
| **[LaMDA](https://aiwiki.ai/wiki/lamda)** | Language Models for Dialog Applications [15] |
| **LBP** | Local Binary Pattern (texture descriptor) |
| **LDA** | Latent Dirichlet allocation; also linear discriminant analysis [66][135] |
| **LEPOR** | Length Penalty, Precision, n-gram Position difference Penalty and Recall [49] |
| **LightGBM** | Light Gradient Boosting Machine [104] |
| **LIME** | Local Interpretable Model-agnostic Explanations [105] |
| **LINGO** | A software for linear, nonlinear, and integer optimization |
| **LL** | Lifelong learning |
| **[LLM](https://aiwiki.ai/wiki/llm)** | [Large language model](https://aiwiki.ai/wiki/large_language_model) [3] |
| **LLS** | Linear least squares |
| **LMNN** | Large Margin Nearest Neighbor [106] |
| **LoRA** | Low-rank adaptation [35] |
| **LP** | Linear Programming |
| **LRP** | Layer-wise Relevance Propagation |
| **LSA** | Latent semantic analysis |
| **LSI** | Latent Semantic Indexing |
| **[LSTM](https://aiwiki.ai/wiki/lstm)** | Long short-term memory |
| **LSTM-CRF** | Long Short-Term Memory with Conditional Random Field |
| **LTR** | Learning To Rank |
| **LVQ** | Learning Vector Quantization |

## M

| Term | Meaning |
|---|---|
| **M2M** | Machine to Machine |
| **MADE** | Masked Autoencoder for Distribution Estimation [107] |
| **MAE** | Mean absolute error |
| **MAF** | Masked Autoregressive Flows [108] |
| **MAIRL** | Multi-Agent Inverse Reinforcement Learning |
| **MAP** | Maximum A Posteriori (MAP) Estimation |
| **MAPE** | Mean absolute percentage error |
| **MARL** | Multi-Agent Reinforcement Learning |
| **MART** | Multiple Additive Regression Trees [31] |
| **MaxEnt** | Maximum Entropy |
| **MAXSAT** | Maximum Satisfiability Problem |
| **MCLNN** | Masked ConditionaL Neural Networks [60] |
| **MCMC** | Markov Chain Monte Carlo |
| **MCP** | Model Context Protocol [54] |
| **MCTS** | Monte Carlo Tree Search |
| **MDL** | Minimum description length (MDL) principle |
| **MDN** | Mixture Density Network |
| **MDP** | Markov Decision Process |
| **MDRNN** | Multidimensional recurrent neural network |
| **MER** | Music Emotion Recognition |
| **METEOR** | Metric for Evaluation of Translation with Explicit ORdering [48] |
| **MHA** | Multi-head attention [68] |
| **MIL** | Multiple Instance Learning |
| **MILP** | Mixed-Integer Linear Programming |
| **MIoU** | Mean Intersection over Union |
| **MIP** | Mixed-Integer Programming |
| **[ML](https://aiwiki.ai/wiki/ml)** | [Machine learning](https://aiwiki.ai/wiki/machine_learning) |
| **MLA** | Multi-head latent attention [44] |
| **MLaaS** | Machine Learning as a Service |
| **MLE** | Maximum Likelihood Estimation |
| **MLLM** | Multimodal large language model |
| **MLM** | Masked language modeling or masked language model |
| **MLP** | Multi-Layer Perceptron |
| **MMI** | Maximum Mutual Information |
| **[MNIST](https://aiwiki.ai/wiki/mnist)** | Modified National Institute of Standards and Technology database [3] |
| **MoA** | Mixture of Agents [109] |
| **MoE** | Mixture of Experts [3] |
| **MOEA** | Multi-Objective Evolutionary Algorithm |
| **MPA** | Mean Pixel Accuracy |
| **MQA** | Multi-Query Attention [45] |
| **MR** | Mixed Reality |
| **MRF** | Markov Random Field |
| **MRR** | Mean Reciprocal Rank |
| **MRS** | Music Recommender System |
| **MSE** | Mean squared error |
| **MSR** | Music Style Recognition |
| **MTL** | Multi-Task Learning |

## N

| Term | Meaning |
|---|---|
| **NARX** | Nonlinear AutoRegressive with eXogenous input (neural network model) |
| **NAS** | Neural Architecture Search [3] |
| **NB** | Naive Bayes |
| **NDCG** | Normalized Discounted Cumulative Gain |
| **NE** | Nash Equilibrium (in game theory) |
| **NEAT** | NeuroEvolution of Augmenting Topologies [110] |
| **NER** | Named entity recognition |
| **NEST** | Neural Simulation Tool [111] |
| **NF** | Normalizing Flow |
| **NFL** | No Free Lunch (NFL) theorem |
| **NISQ** | Noisy intermediate-scale quantum |
| **NLG** | Natural Language Generation |
| **[NLP](https://aiwiki.ai/wiki/nlp)** | [Natural Language Processing](https://aiwiki.ai/wiki/natural_language_processing) |
| **[NLU](https://aiwiki.ai/wiki/nlu)** | Natural Language Understanding |
| **NMF** | Non-negative matrix factorization |
| **NMS** | Non Maximum Suppression |
| **NMT** | Neural Machine Translation |
| **[NN](https://aiwiki.ai/wiki/nn)** | [Neural network](https://aiwiki.ai/wiki/neural_network) |
| **NRMSE** | Normalized RMSE |
| **NSGA-II** | Non-dominated Sorting Genetic Algorithm II [112] |
| **NST** | Neural style transfer |
| **NTM** | Neural Turing Machine [113] |
| **NuSVC** | Nu-Support Vector Classification |
| **NuSVR** | Nu-Support Vector Regression |

## O

| Term | Meaning |
|---|---|
| **OCR** | Optical character recognition |
| **OD** | Object Detection |
| **ODF** | Onset Detection Function |
| **OIL** | Ontology Inference Layer |
| **OLR** | Ordinary Linear Regression |
| **OLS** | Ordinary Least Squares |
| **OMNeT++** | Objective Modular Network Testbed in C++ |
| **OMR** | Optical music recognition |
| **OOF** | Out-of-fold |
| **ORB** | Oriented FAST and Rotated BRIEF (feature descriptor) |
| **OWL** | Web Ontology Language [6] |

## P

| Term | Meaning |
|---|---|
| **PA** | Pixel Accuracy |
| **PaaS** | Platform as a Service [5] |
| **PaLM** | Pathways Language Model [16] |
| **PBAC** | Policy-Based Access Control |
| **PCA** | Principal component analysis |
| **PCL** | Point Cloud Library (3D perception) |
| **PEFT** | Parameter-efficient fine-tuning [70] |
| **PEGASUS** | Pre-training with Extracted Gap-sentences for Abstractive Summarization [114] |
| **PF** | Particle Filter |
| **PLSI** | Probabilistic Latent Semantic Indexing |
| **PM** | Project Manager |
| **PMF** | Probabilistic Matrix Factorization |
| **PMI** | Pointwise Mutual Information |
| **PNN** | Probabilistic Neural Network |
| **POC** | Proof of Concept |
| **POMDP** | Partially Observable Markov Decision Process |
| **POS** | Part of Speech (POS) Tagging |
| **PPL** | Perplexity (a measure of language model performance) |
| **PPMI** | Positive Pointwise Mutual Information |
| **PPO** | Proximal Policy Optimization [33] |
| **PReLU** | Parametric rectified linear unit [115] |
| **PRM** | Probabilistic Roadmap (motion planning algorithm) |
| **PSO** | Particle Swarm Optimization |
| **PU** | Positive-unlabeled learning [116] |
| **PYTM** | Pitman-Yor topic model |

## Q

| Term | Meaning |
|---|---|
| **QA** | Question Answering |
| **QAOA** | Quantum Approximate Optimization Algorithm |
| **QAP** | Quadratic Assignment Problem |
| **QEC** | Quantum Error Correction |
| **QFT** | Quantum Fourier Transform |
| **QIP** | Quantum Information Processing |
| **QKD** | Quantum Key Distribution |
| **QLoRA** | Quantized low-rank adaptation [36] |
| **QML** | Quantum Machine Learning |
| **QNN** | Quantum Neural Network |
| **QP** | Quadratic Programming |
| **QPE** | Quantum Phase Estimation |

## R

| Term | Meaning |
|---|---|
| **R2** | R-squared |
| **RAG** | Retrieval-Augmented Generation [30] |
| **RandNN** | Random Neural Network |
| **RANSAC** | RANdom SAmple Consensus |
| **RBAC** | Role-based access control |
| **RBF** | Radial Basis Function |
| **RBFNN** | Radial Basis Function Neural Network |
| **RBM** | Restricted Boltzmann Machine |
| **R-CNN** | Region-based Convolutional Neural Network [20] |
| **RDF** | Resource Description Framework [6] |
| **ReAct** | Reasoning and acting [29] |
| **REALM** | Retrieval-Augmented Language Model Pre-Training [132] |
| **reCAPTCHA** | Google's reCAPTCHA challenge service; "reverse CAPTCHA" is not its expansion [58] |
| **[ReLU](https://aiwiki.ai/wiki/relu)** | Rectified Linear Unit [3] |
| **REPTree** | Reduced Error Pruning Tree |
| **RETRO** | Retrieval-Enhanced Transformer [133] |
| **RF** | [Random forest](https://aiwiki.ai/wiki/random_forest) |
| **RFE** | Recursive Feature Elimination |
| **RGB** | Red Green Blue color model |
| **RICNN** | Rotation Invariant Convolutional Neural Network |
| **RIM** | Recurrent inference machine [62] |
| **RIPPER** | Repeated Incremental Pruning to Produce Error Reduction |
| **RISE** | Random Interval Spectral Ensemble; also Randomized Input Sampling for Explanation [117] |
| **[RL](https://aiwiki.ai/wiki/rl)** | [Reinforcement learning](https://aiwiki.ai/wiki/reinforcement_learning) |
| **RLAIF** | Reinforcement learning from AI feedback [38] |
| **[RLHF](https://aiwiki.ai/wiki/rlhf)** | Reinforcement Learning from Human Feedback [69] |
| **RMSE** | Root mean squared error |
| **RMSLE** | Root mean squared logarithmic error |
| **RMSprop** | Root Mean Square Propagation |
| **[RNN](https://aiwiki.ai/wiki/rnn)** | [Recurrent neural network](https://aiwiki.ai/wiki/recurrent_neural_network) |
| **RNNLM** | Recurrent Neural Network Language Model (RNNLM) |
| **RoBERTa** | Robustly Optimized BERT Pretraining Approach [118] |
| **ROC** | Receiver operating characteristic |
| **ROI** | Region Of Interest |
| **RoPE** | Rotary position embedding [39] |
| **ROS** | Robot Operating System [119] |
| **ROUGE** | Recall-Oriented Understudy for Gisting Evaluation (NLP metric) [47] |
| **RPA** | Robotic Process Automation |
| **RR** | Ridge Regression |
| **RRT** | Rapidly-exploring Random Tree (motion planning algorithm) |
| **[RSI](https://aiwiki.ai/wiki/rsi)** | [Recursive self-improvement](https://aiwiki.ai/wiki/recursive_self-improvement) [120] |
| **RTRL** | Real-Time Recurrent Learning |

## S

| Term | Meaning |
|---|---|
| **SA** | Simulated annealing |
| **SaaS** | Software as a Service [5] |
| **SAC** | Soft Actor-Critic |
| **SAE** | Sparse autoencoder; also stacked autoencoder |
| **[SAM](https://aiwiki.ai/wiki/sam)** | [Segment Anything Model](https://aiwiki.ai/wiki/segment_anything_model), introduced in [Segment Anything](https://aiwiki.ai/wiki/segment_anything) [24] |
| **SARSA** | State-Action-Reward-State-Action |
| **SAT** | Boolean satisfiability problem |
| **SBAC** | Situation-Based Access Control |
| **SBM** | Stochastic block model |
| **SBO** | Structured Bayesian optimization |
| **SBSE** | Search-based software engineering |
| **SCIP** | Solving Constraint Integer Programs |
| **SDAE** | Stacked denoising autoencoder [140] |
| **seq2seq** | Sequence to Sequence Learning |
| **SER** | Sentence Error Rate |
| **SFT** | Supervised fine-tuning [71] |
| **SGBoost** | Stochastic Gradient Boosting |
| **SGD** | Stochastic gradient descent [3] |
| **SGVB** | Stochastic Gradient Variational Bayes |
| **SHAP** | SHapley Additive exPlanations [26] |
| **SIFT** | Scale-Invariant Feature Transform (feature detection) |
| **[SL](https://aiwiki.ai/wiki/sl)** | [Supervised learning](https://aiwiki.ai/wiki/supervised_learning) |
| **SLAM** | Simultaneous Localization and Mapping |
| **SLDS** | Switching Linear Dynamical System |
| **SLM** | Small Language Model |
| **SLP** | Single-Layer Perceptron |
| **SLT** | Sign Language Translation [73] |
| **SMA*** | Simplified Memory-bounded A* Search Algorithm |
| **SMBO** | Sequential Model-Based Optimization |
| **SMO** | Sequential Minimal Optimization |
| **SMOTE** | Synthetic Minority Over-sampling Technique [121] |
| **SNN** | Spiking neural network; also sparse neural network |
| **SOM** | Self-Organizing Map |
| **SOTA** | State of the Art |
| **SPARQL** | SPARQL Protocol and RDF Query Language [6] |
| **SPM** | SentencePiece Model (subword tokenization) [63] |
| **SpRAy** | Spectral Relevance Analysis [122] |
| **SSD** | Single Shot MultiBox Detector |
| **SSL** | Self-supervised learning; also semi-supervised learning |
| **SSM** | State space model [42] |
| **ST** | Style transfer |
| **STaR** | Self-Taught Reasoner [123] |
| **STDP** | Spike Timing-Dependent Plasticity |
| **STL** | Self-taught learning [124] |
| **SUMO** | Simulation of Urban MObility [55] |
| **SURF** | Speeded-Up Robust Features (feature detection) |
| **SVC** | Support Vector Classification |
| **SVD** | Singular value decomposition; also singing voice detection |
| **SVM** | Support vector machine |
| **SVR** | Support Vector Regression |
| **SVS** | Singing Voice Separation |
| **SWI-Prolog** | An implementation of the Prolog programming language [57] |

## T

| Term | Meaning |
|---|---|
| **T5** | Text-To-Text Transfer Transformer [12] |
| **TD** | Temporal Difference |
| **TDA** | Topological data analysis [125] |
| **TDE** | Temporal Dictionary Ensemble [139] |
| **tf-idf** | term frequency-inverse document frequency |
| **THAID** | THeta Automatic Interaction Detection |
| **TL** | Transfer Learning |
| **[TN](https://aiwiki.ai/wiki/tn)** | [True negative](https://aiwiki.ai/wiki/true_negative) |
| **TNR** | True negative rate |
| **ToM** | Theory of Mind |
| **ToT** | Tree of thoughts [53] |
| **[TP](https://aiwiki.ai/wiki/tp)** | [True positive](https://aiwiki.ai/wiki/true_positive) |
| **TPOT** | Tree-based Pipeline Optimization Tool |
| **[TPR](https://aiwiki.ai/wiki/tpr)** | [True positive rate](https://aiwiki.ai/wiki/true_positive_rate) |
| **[TPU](https://aiwiki.ai/wiki/tpu)** | Tensor Processing Unit [8] |
| **TRPO** | Trust Region Policy Optimization |
| **TS** | Time series; also tabu search |
| **TSF** | Time Series Forest [81] |
| **t-SNE** | t-distributed stochastic neighbor embedding [126] |
| **TSP** | Traveling Salesman Problem |
| **TTS** | Text-to-Speech |

## U

| Term | Meaning |
|---|---|
| **UCT** | Upper Confidence bounds applied to Trees (Monte Carlo Tree Search variant) |
| **UDA** | Unsupervised Data Augmentation [127] |
| **UKF** | Unscented Kalman Filter |
| **[UL](https://aiwiki.ai/wiki/ul)** | [Unsupervised learning](https://aiwiki.ai/wiki/unsupervised_learning) |
| **ULMFiT** | Universal Language Model Fine-Tuning |
| **UMAP** | Uniform Manifold Approximation and Projection [64] |
| **[USM](https://aiwiki.ai/wiki/usm)** | [Universal Speech Model](https://aiwiki.ai/wiki/universal_speech_model) |

## V

| Term | Meaning |
|---|---|
| **VAD** | Voice Activity Detection |
| **VAE** | Variational AutoEncoder [18] |
| **VGG** | Visual Geometry Group |
| **VHRED** | Variational Hierarchical Recurrent Encoder-Decoder [128] |
| **VISSIM** | Verkehr In Stadten - SIMulationsmodell, a traffic microsimulation system [56] |
| **ViT** | Vision Transformer [23] |
| **VLA** | Vision-language-action model [43] |
| **VLM** | Vision-Language Model |
| **V-Net** | A fully convolutional network for volumetric medical image segmentation [141] |
| **VQE** | Variational Quantum Eigensolver |
| **VQ-VAE** | Vector-quantized variational autoencoder [136] |
| **VR** | Virtual reality |
| **VRP** | Vehicle Routing Problem |
| **VUI** | Voice User Interface |

## W

| Term | Meaning |
|---|---|
| **WCSP** | Weighted Constraint Satisfaction Problem |
| **WER** | Word Error Rate |
| **WFST** | Weighted finite-state transducer (WFST) |
| **WGAN** | Wasserstein Generative Adversarial Network [19] |
| **WMA** | Weighted Majority Algorithm |
| **WPE** | Weighted Prediction Error |

## X

| Term | Meaning |
|---|---|
| **[XAI](https://aiwiki.ai/wiki/xai)** | Explainable Artificial Intelligence |
| **XGBoost** | eXtreme Gradient Boosting [129] |
| **XOR** | Exclusive OR (a common problem in neural networks) |

## Y

| Term | Meaning |
|---|---|
| **YOLO** | You Only Look Once [22] |

## Z

| Term | Meaning |
|---|---|
| **ZSL** | Zero-Shot Learning |

## References

1. Cambridge Dictionary. "acronym." https://dictionary.cambridge.org/dictionary/english/acronym
2. Cambridge Dictionary. "initialism." https://dictionary.cambridge.org/dictionary/english/initialism
3. Google for Developers. "Machine Learning Glossary." https://developers.google.com/machine-learning/glossary
4. NIST. "Attribute Based Access Control." https://csrc.nist.gov/glossary/term/attribute_based_access_control
5. Mell, P., and Grance, T. (2011). "The NIST Definition of Cloud Computing." https://csrc.nist.gov/pubs/sp/800/145/final
6. World Wide Web Consortium. "Semantic Web Standards." https://www.w3.org/standards/semanticweb/
7. NVIDIA. "CUDA Documentation." https://docs.nvidia.com/cuda/
8. Google Cloud. "Cloud TPU documentation." https://cloud.google.com/tpu/docs
9. Eloundou, T., Manning, S., Mishkin, P., and Rock, D. (2023). "GPTs are GPTs: An early look at the labor market impact potential of large language models." https://openai.com/index/gpts-are-gpts/
10. Devlin, J., et al. (2019). "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding." https://aclanthology.org/N19-1423/
11. Peters, M. E., et al. (2018). "Deep contextualized word representations." https://aclanthology.org/N18-1202/
12. Raffel, C., et al. (2020). "Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer." https://www.jmlr.org/papers/v21/20-074.html
13. Clark, K., et al. (2020). "ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators." https://arxiv.org/abs/2003.10555
14. Radford, A., et al. (2021). "Learning Transferable Visual Models From Natural Language Supervision." https://openai.com/index/clip/
15. Thoppilan, R., et al. (2022). "LaMDA: Language Models for Dialog Applications." https://arxiv.org/abs/2201.08239
16. Chowdhery, A., et al. (2022). "PaLM: Scaling Language Modeling with Pathways." https://arxiv.org/abs/2204.02311
17. Goodfellow, I., et al. (2014). "Generative Adversarial Nets." https://papers.nips.cc/paper/5423-generative-adversarial-nets
18. Kingma, D. P., and Welling, M. (2013). "Auto-Encoding Variational Bayes." https://arxiv.org/abs/1312.6114
19. Arjovsky, M., Chintala, S., and Bottou, L. (2017). "Wasserstein Generative Adversarial Networks." https://proceedings.mlr.press/v70/arjovsky17a.html
20. Girshick, R. (2015). "Fast R-CNN." https://openaccess.thecvf.com/content_iccv_2015/html/Girshick_Fast_R-CNN_ICCV_2015_paper.html
21. Lin, T.-Y., et al. (2017). "Feature Pyramid Networks for Object Detection." https://openaccess.thecvf.com/content_cvpr_2017/html/Lin_Feature_Pyramid_Networks_CVPR_2017_paper.html
22. Redmon, J., et al. (2016). "You Only Look Once: Unified, Real-Time Object Detection." https://openaccess.thecvf.com/content_cvpr_2016/html/Redmon_You_Only_Look_CVPR_2016_paper.html
23. Dosovitskiy, A., et al. (2020). "An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale." https://arxiv.org/abs/2010.11929
24. Kirillov, A., et al. (2023). "Segment Anything." https://arxiv.org/abs/2304.02643
25. Shrikumar, A., Greenside, P., and Kundaje, A. (2017). "Learning Important Features Through Propagating Activation Differences." https://proceedings.mlr.press/v70/shrikumar17a.html
26. Lundberg, S. M., and Lee, S.-I. (2017). "A Unified Approach to Interpreting Model Predictions." https://papers.nips.cc/paper/7062-a-unified-approach-to-interpreting-model-predictions
27. Selvaraju, R. R., et al. (2017). "Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization." https://openaccess.thecvf.com/content_iccv_2017/html/Selvaraju_Grad-CAM_Visual_Explanations_ICCV_2017_paper.html
28. Wei, J., et al. (2022). "Chain-of-Thought Prompting Elicits Reasoning in Large Language Models." https://arxiv.org/abs/2201.11903
29. Yao, S., et al. (2022). "ReAct: Synergizing Reasoning and Acting in Language Models." https://arxiv.org/abs/2210.03629
30. Lewis, P., et al. (2020). "Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks." https://papers.neurips.cc/paper/2020/hash/6b493230205f780e1bc26945df7481e5-Abstract.html
31. Rashmi, K. V., and Gilad-Bachrach, R. (2015). "DART: Dropouts meet Multiple Additive Regression Trees." https://proceedings.mlr.press/v38/korlakaivinayak15.html
32. Kingma, D. P., and Ba, J. (2014). "Adam: A Method for Stochastic Optimization." https://arxiv.org/abs/1412.6980
33. Schulman, J., et al. (2017). "Proximal Policy Optimization Algorithms." https://arxiv.org/abs/1707.06347
34. Mnih, V., et al. (2015). "Human-level control through deep reinforcement learning." https://www.nature.com/articles/nature14236
35. Hu, E. J., et al. (2021). "LoRA: Low-Rank Adaptation of Large Language Models." https://arxiv.org/abs/2106.09685
36. Dettmers, T., et al. (2023). "QLoRA: Efficient Finetuning of Quantized LLMs." https://arxiv.org/abs/2305.14314
37. Rafailov, R., et al. (2023). "Direct Preference Optimization: Your Language Model is Secretly a Reward Model." https://arxiv.org/abs/2305.18290
38. Lee, H., et al. (2023). "RLAIF: Scaling Reinforcement Learning from Human Feedback with AI Feedback." https://arxiv.org/abs/2309.00267
39. Su, J., et al. (2021). "RoFormer: Enhanced Transformer with Rotary Position Embedding." https://arxiv.org/abs/2104.09864
40. Liu, Z., et al. (2024). "KAN: Kolmogorov-Arnold Networks." https://arxiv.org/abs/2404.19756
41. Assran, M., et al. (2023). "Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture." https://openaccess.thecvf.com/content/CVPR2023/html/Assran_Self-Supervised_Learning_From_Images_With_a_Joint-Embedding_Predictive_Architecture_CVPR_2023_paper.html
42. Gu, A., and Dao, T. (2023). "Mamba: Linear-Time Sequence Modeling with Selective State Spaces." https://arxiv.org/abs/2312.00752
43. Kim, M. J., et al. (2024). "OpenVLA: An Open-Source Vision-Language-Action Model." https://arxiv.org/abs/2406.09246
44. DeepSeek-AI (2024). "DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model." https://arxiv.org/abs/2405.04434
45. Ainslie, J., et al. (2023). "GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints." https://aclanthology.org/2023.emnlp-main.298/
46. Papineni, K., et al. (2002). "BLEU: a Method for Automatic Evaluation of Machine Translation." https://aclanthology.org/P02-1040/
47. Lin, C.-Y. (2004). "ROUGE: A Package for Automatic Evaluation of Summaries." https://aclanthology.org/W04-1013/
48. Banerjee, S., and Lavie, A. (2005). "METEOR: An Automatic Metric for MT Evaluation with Improved Correlation with Human Judgments." https://aclanthology.org/W05-0909/
49. Han, A. L. F., Wong, D. F., and Chao, L. S. (2012). "LEPOR: A Robust Evaluation Metric for Machine Translation with Augmented Factors." https://aclanthology.org/C12-2044/
50. Wang, A., et al. (2018). "GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding." https://openreview.net/forum?id=rJ4km2R5t7
51. Lopez-Paz, D., and Ranzato, M. (2017). "Gradient Episodic Memory for Continual Learning." https://papers.nips.cc/paper/7225-gradient-episodic-memory-for-continual-learning
52. Kipf, T. N., and Welling, M. (2016). "Semi-Supervised Classification with Graph Convolutional Networks." https://arxiv.org/abs/1609.02907
53. Yao, S., et al. (2023). "Tree of Thoughts: Deliberate Problem Solving with Large Language Models." https://arxiv.org/abs/2305.10601
54. Model Context Protocol. "Specification." https://modelcontextprotocol.io/specification/
55. Eclipse Foundation. "SUMO: Simulation of Urban MObility." https://eclipse.dev/sumo/
56. Schubert, R., et al. (2024). "An open-source VISSIM calibration framework." https://pmc.ncbi.nlm.nih.gov/articles/PMC10878954/
57. Wielemaker, J., et al. (2010). "SWI-Prolog." https://arxiv.org/abs/1011.5332
58. Google. "What is reCAPTCHA?" https://support.google.com/recaptcha/answer/6080904?hl=en
59. Bennett, C. H., and Brassard, G. (1984). "Quantum cryptography: Public key distribution and coin tossing." https://doi.org/10.1016/j.tcs.2014.05.025
60. Alqahtani, A., et al. (2018). "ConditionaL Neural Networks." https://arxiv.org/abs/1804.02665
61. Garnelo, M., et al. (2016). "Towards Deep Symbolic Reinforcement Learning." https://arxiv.org/abs/1609.05518
62. Putzky, P., and Welling, M. (2017). "Recurrent Inference Machines for Solving Inverse Problems." https://arxiv.org/abs/1706.04008
63. Kudo, T., and Richardson, J. (2018). "SentencePiece: A simple and language independent subword tokenizer and detokenizer for Neural Text Processing." https://aclanthology.org/D18-2012/
64. McInnes, L., Healy, J., and Melville, J. (2018). "UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction." https://arxiv.org/abs/1802.03426
65. Pennington, J., Socher, R., and Manning, C. D. (2014). "GloVe: Global Vectors for Word Representation." https://aclanthology.org/D14-1162/
66. Blei, D. M., Ng, A. Y., and Jordan, M. I. (2003). "Latent Dirichlet Allocation." https://www.jmlr.org/papers/v3/blei03a.html
67. Sennrich, R., Haddow, B., and Birch, A. (2016). "Neural Machine Translation of Rare Words with Subword Units." https://aclanthology.org/P16-1162/
68. Vaswani, A., et al. (2017). "Attention Is All You Need." https://arxiv.org/abs/1706.03762
69. Ouyang, L., et al. (2022). "Training language models to follow instructions with human feedback." https://arxiv.org/abs/2203.02155
70. Hugging Face. "Parameter-efficient fine-tuning." https://huggingface.co/docs/peft/
71. Hugging Face. "Supervised Fine-tuning Trainer." https://huggingface.co/docs/trl/sft_trainer
72. Wiggins, G. A., et al. (2024). "Automatic Music Transcription: A Survey." https://arxiv.org/abs/2406.15249
73. Koller, O. (2023). "Quantitative survey of the state of the art in sign language recognition." https://link.springer.com/article/10.1007/s10209-023-00992-1
74. Google Cloud. "What is BigQuery ML?" https://cloud.google.com/bigquery/docs/bqml-introduction
75. He, H., et al. (2008). "ADASYN: Adaptive Synthetic Sampling Approach for Imbalanced Learning." https://doi.org/10.1109/IJCNN.2008.4633969
76. Brock, A., De, S., Smith, S. L., and Simonyan, K. (2021). "High-Performance Large-Scale Image Recognition Without Normalization." https://arxiv.org/abs/2102.06171
77. Erhan, D., et al. (2010). "Why Does Unsupervised Pre-training Help Deep Learning?" https://proceedings.mlr.press/v9/erhan10a.html
78. Salakhutdinov, R., and Mnih, A. (2008). "Bayesian Probabilistic Matrix Factorization Using Markov Chain Monte Carlo." https://www.cs.toronto.edu/~rsalakhu/papers/bpmf.pdf
79. von Ahn, L., et al. (2003). "CAPTCHA: Using Hard AI Problems for Security." https://doi.org/10.1145/966389.966390
80. Prokhorenkova, L., et al. (2018). "CatBoost: unbiased boosting with categorical features." https://proceedings.neurips.cc/paper/2018/hash/14491b756b3a51daac41c24863285549-Abstract.html
81. Bagnall, A., et al. (2017). "The great time series classification bake off." https://arxiv.org/abs/1602.01711
82. Wang, C., and Blei, D. M. (2011). "Collaborative Topic Modeling for Recommending Scientific Articles." https://dl.acm.org/doi/10.1145/2020408.2020480
83. Cycorp. "The Cyc Knowledge Base." https://www.cyc.com/archives/service/cyc-knowledge-base/
84. Ester, M., et al. (1996). "A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise." https://dl.acm.org/doi/10.5555/3001460.3001507
85. Petersen, B. K., et al. (2019). "Deep symbolic regression: Recovering mathematical expressions from data via risk-seeking policy gradients." https://arxiv.org/abs/1912.04871
86. Montavon, G., et al. (2017). "Explaining nonlinear classification decisions with deep Taylor decomposition." https://doi.org/10.1016/j.patcog.2016.11.008
87. Huang, G.-B., Zhu, Q.-Y., and Siew, C.-K. (2006). "Extreme learning machine: Theory and applications." https://doi.org/10.1016/j.neucom.2005.12.126
88. Clevert, D.-A., Unterthiner, T., and Hochreiter, S. (2015). "Fast and Accurate Deep Network Learning by Exponential Linear Units." https://arxiv.org/abs/1511.07289
89. Sun, Y., et al. (2019). "ERNIE: Enhanced Representation through Knowledge Integration." https://arxiv.org/abs/1904.09223
90. Liu, Y., et al. (2018). "Secure Federated Transfer Learning." https://arxiv.org/abs/1812.03337
91. van der Linden, I., Haned, H., and Kanoulas, E. (2019). "Global Aggregations of Local Explanations for Black Box models." https://arxiv.org/abs/1907.03039
92. Mikolajczyk-Barela, A. (2023). "Data augmentation and explainability for bias discovery and mitigation in deep learning." https://arxiv.org/abs/2308.09464
93. Hinton, G. (2021). "How to represent part-whole hierarchies in a neural network." https://arxiv.org/abs/2102.12627
94. Cho, K., et al. (2014). "Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation." https://arxiv.org/abs/1406.1078
95. Teh, Y. W., et al. (2004). "Sharing Clusters among Related Groups: Hierarchical Dirichlet Processes." https://proceedings.neurips.cc/paper/2004/hash/fb4c835feb0a65cc39739320d7a51c02-Abstract.html
96. Hugging Face. "Documentation." https://huggingface.co/docs
97. Sundararajan, M., Taly, A., and Yan, Q. (2017). "Axiomatic Attribution for Deep Networks." https://proceedings.mlr.press/v70/sundararajan17a.html
98. Northcutt, C. G., Jiang, L., and Chuang, I. L. (2021). "Confident Learning: Estimating Uncertainty in Dataset Labels." https://jair.org/index.php/jair/article/view/12125
99. Chen, T., et al. (2020). "A Simple Framework for Contrastive Learning of Visual Representations." https://proceedings.mlr.press/v119/chen20j.html
100. Law, M., Russo, A., and Broda, K. (2021). "ILASP in the Fast Lane." https://www.ijcai.org/proceedings/2021/0223.pdf
101. Yeh, C.-K., et al. (2019). "On the (In)fidelity and Sensitivity for Explanations." https://arxiv.org/abs/1901.09392
102. Chen, W., et al. (2024). "Internet of Agents: Weaving a Web of Heterogeneous Agents for Collaborative Intelligence." https://arxiv.org/abs/2407.07061
103. Schuhmann, C., et al. (2022). "LAION-5B: An open large-scale dataset for training next generation image-text models." https://arxiv.org/abs/2210.08402
104. Ke, G., et al. (2017). "LightGBM: A Highly Efficient Gradient Boosting Decision Tree." https://proceedings.neurips.cc/paper/2017/hash/6449f44a102fde848669bdd9eb6b76fa-Abstract.html
105. Ribeiro, M. T., Singh, S., and Guestrin, C. (2016). "Why Should I Trust You? Explaining the Predictions of Any Classifier." https://arxiv.org/abs/1602.04938
106. Weinberger, K. Q., and Saul, L. K. (2009). "Distance Metric Learning for Large Margin Nearest Neighbor Classification." https://www.jmlr.org/papers/v10/weinberger09a.html
107. Germain, M., et al. (2015). "MADE: Masked Autoencoder for Distribution Estimation." https://proceedings.mlr.press/v37/germain15.html
108. Papamakarios, G., Pavlakou, T., and Murray, I. (2017). "Masked Autoregressive Flow for Density Estimation." https://papers.nips.cc/paper/6828-masked-autoregressive-flow-for-density-estimation
109. Wang, J., et al. (2024). "Mixture-of-Agents Enhances Large Language Model Capabilities." https://arxiv.org/abs/2406.04692
110. Stanley, K. O., and Miikkulainen, R. (2002). "Evolving Neural Networks through Augmenting Topologies." https://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf
111. NEST Initiative. "NEST Simulator documentation." https://www.nest-simulator.org/
112. Deb, K., et al. (2002). "A fast and elitist multiobjective genetic algorithm: NSGA-II." https://doi.org/10.1109/4235.996017
113. Graves, A., Wayne, G., and Danihelka, I. (2014). "Neural Turing Machines." https://arxiv.org/abs/1410.5401
114. Zhang, J., et al. (2020). "PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization." https://proceedings.mlr.press/v119/zhang20ae.html
115. He, K., et al. (2015). "Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification." https://openaccess.thecvf.com/content_iccv_2015/html/He_Delving_Deep_into_ICCV_2015_paper.html
116. Elkan, C., and Noto, K. (2008). "Learning classifiers from only positive and unlabeled data." https://cseweb.ucsd.edu/~elkan/posonly.pdf
117. Petsiuk, V., Das, A., and Saenko, K. (2018). "RISE: Randomized Input Sampling for Explanation of Black-box Models." https://arxiv.org/abs/1806.07421
118. Liu, Y., et al. (2019). "RoBERTa: A Robustly Optimized BERT Pretraining Approach." https://arxiv.org/abs/1907.11692
119. Open Robotics. "ROS Documentation." https://docs.ros.org/
120. Yudkowsky, E. (2007). "Artificial Intelligence as a Positive and Negative Factor in Global Risk." https://intelligence.org/files/AIPosNegFactor.pdf
121. Chawla, N. V., et al. (2002). "SMOTE: Synthetic Minority Over-sampling Technique." https://jair.org/index.php/jair/article/view/10302
122. Lapuschkin, S., et al. (2019). "Unmasking Clever Hans Predictors and Assessing What Machines Really Learn." https://arxiv.org/abs/1902.10178
123. Zelikman, E., et al. (2022). "STaR: Bootstrapping Reasoning With Reasoning." https://arxiv.org/abs/2203.14465
124. Raina, R., et al. (2007). "Self-taught learning: transfer learning from unlabeled data." https://dl.acm.org/doi/10.1145/1273496.1273592
125. Hensel, F., et al. (2021). "A Survey of Topological Machine Learning Methods." https://arxiv.org/abs/2101.05778
126. van der Maaten, L., and Hinton, G. (2008). "Visualizing Data using t-SNE." https://www.jmlr.org/papers/v9/vandermaaten08a.html
127. Xie, Q., et al. (2019). "Unsupervised Data Augmentation for Consistency Training." https://arxiv.org/abs/1904.12848
128. Serban, I. V., et al. (2016). "A Hierarchical Latent Variable Encoder-Decoder Model for Generating Dialogues." https://arxiv.org/abs/1605.06069
129. Chen, T., and Guestrin, C. (2016). "XGBoost: A Scalable Tree Boosting System." https://doi.org/10.1145/2939672.2939785
130. IBM. "CPLEX Optimizer documentation." https://www.ibm.com/docs/en/icos
131. Trivedi, H., et al. (2022). "Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions." https://arxiv.org/abs/2212.10509
132. Guu, K., et al. (2020). "REALM: Retrieval-Augmented Language Model Pre-Training." https://arxiv.org/abs/2002.08909
133. Borgeaud, S., et al. (2021). "Improving language models by retrieving from trillions of tokens." https://arxiv.org/abs/2112.04426
134. Tan, M., Pang, R., and Le, Q. V. (2020). "EfficientDet: Scalable and Efficient Object Detection." https://openaccess.thecvf.com/content_CVPR_2020/html/Tan_EfficientDet_Scalable_and_Efficient_Object_Detection_CVPR_2020_paper.html
135. Scikit-learn developers. "Linear and Quadratic Discriminant Analysis." https://scikit-learn.org/stable/modules/lda_qda.html
136. van den Oord, A., Vinyals, O., and Kavukcuoglu, K. (2017). "Neural Discrete Representation Learning." https://arxiv.org/abs/1711.00937
137. Mirza, M., and Osindero, S. (2014). "Conditional Generative Adversarial Nets." https://arxiv.org/abs/1411.1784
138. Radford, A., Metz, L., and Chintala, S. (2015). "Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks." https://arxiv.org/abs/1511.06434
139. Middlehurst, M., Large, J., and Bagnall, A. (2021). "The Temporal Dictionary Ensemble (TDE) Classifier for Time Series Classification." https://arxiv.org/abs/2105.03841
140. Vincent, P., et al. (2010). "Stacked Denoising Autoencoders: Learning Useful Representations in a Deep Network with a Local Denoising Criterion." https://jmlr.csail.mit.edu/papers/v11/vincent10a.html
141. Milletari, F., Navab, N., and Ahmadi, S.-A. (2016). "V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation." https://arxiv.org/abs/1606.04797

