🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links

AI Glossary

The complete dictionary of Artificial Intelligence

162
categories
2,032
subcategories
23,060
terms
📖
terms

Non-negativity constraint

Restriction requiring all elements of the factorized matrices to be positive or zero, ensuring physical interpretability and additive representations.

📖
terms

Additive representations

Modeling where data are reconstructed by addition of elementary components, as opposed to subtractions possible in other factorization methods.

📖
terms

Alternating Least Squares (ALS)

Optimization method alternating the resolution of least squares problems on each factorized matrix while keeping the other fixed.

📖
terms

Basis matrix (W matrix)

First factorized matrix containing the basis vectors or dictionary representing the fundamental characteristics of the data.

📖
terms

Coefficient matrix (H matrix)

Second factorized matrix containing the activation coefficients indicating how each sample is composed from the basis vectors.

📖
terms

Lee-Seung algorithm

Pioneering algorithm for NMF using multiplicative update rules based on minimization of quadratic error or KL divergence.

📖
terms

NMF cost function

Optimization criterion measuring reconstruction quality, typically mean squared error or Kullback-Leibler divergence.

📖
terms

Sparsity in NMF

Desirable property where factorized matrices contain many zeros, improving interpretability and parsimony of representations.

📖
terms

NMF Convergence

Property of the algorithm reaching a stable point where successive iterations no longer significantly modify the factorized matrices.

📖
terms

NMF Regularization

Addition of penalty terms in the cost function to control sparsity, smoothness, or other desired properties of the factors.

📖
terms

Supervised NMF

Extension of NMF incorporating label information to guide factorization towards discriminative representations for classification.

📖
terms

NMF Correlation Coefficient

Evaluation measure quantifying the similarity between obtained factors and expected structures or reference factors.

📖
terms

NMF Computational Complexity

Analysis of time and memory resources required for executing NMF algorithms, typically O(mnr) per iteration.

🔍

No results found