🏠 Beranda
Benchmark
📊 Semua Benchmark 🦖 Dinosaurus v1 🦖 Dinosaurus v2 ✅ Aplikasi To-Do List 🎨 Halaman Bebas Kreatif 🎯 FSACB - Showcase Utama 🌍 Benchmark Terjemahan
Model
🏆 Top 10 Model 🆓 Model Gratis 📋 Semua Model ⚙️ Kilo Code
Sumber Daya
💬 Perpustakaan Prompt 📖 Glosarium AI 🔗 Tautan Berguna

Glosarium AI

Kamus lengkap Kecerdasan Buatan

162
kategori
2.032
subkategori
23.060
istilah
📖
istilah

SVD (Singular Value Decomposition)

Fundamental method decomposing any matrix M into the product UΣVᵀ where U and V are orthogonal and Σ is diagonal with singular values. Provides the best rank-k approximation in the least squares sense and reveals the intrinsic structure of the data.

📖
istilah

Truncated Singular Value Decomposition

Variant of SVD retaining only the k largest singular values and associated vectors to explicitly reduce dimensionality. Optimizes the bias-variance trade-off by eliminating noise while preserving the main components of information.

📖
istilah

LU Decomposition

Factorization of a square matrix into the product of a lower triangular matrix L and an upper triangular matrix U. Fundamental for efficiently solving systems of linear equations and calculating determinants.

📖
istilah

QR Decomposition

Decomposition of a matrix into the product of an orthogonal matrix Q and an upper triangular matrix R. Essential for solving least squares problems and implementing numerically stable algorithms.

📖
istilah

PARAFAC Factorization

Extension of matrix factorization to higher-order tensors using a parallel factors decomposition. Captures multi-dimensional interactions in tensor data for applications such as multi-sensor signal analysis.

📖
istilah

Tucker Decomposition

Generalization of SVD to tensors decomposing a tensor into a core tensor and factor matrices for each mode. Offers greater flexibility than PARAFAC by allowing different ranks for each dimension.

📖
istilah

ALS (Alternating Least Squares) Factorization

Iterative algorithm alternately optimizing each matrix factor while fixing the others. Efficiently converges to local solutions and constitutes the reference method for large-scale recommendation systems.

📖
istilah

Low-Rank Optimization

Optimization problem seeking the best matrix approximation under minimal rank constraint. Fundamental for data compression, denoising, and structure extraction in high-dimensional data.

📖
istilah

Matrix Completion

Task of imputing missing values in a matrix by assuming an underlying low-rank structure. Key applications in recommendation systems and reconstruction of partially observed data.

📖
istilah

Rank-k Approximation Reconstruction

Eckart-Young theorem guaranteeing that SVD truncation provides the best rank-k approximation in terms of Frobenius norm. Theoretically establishes the optimality of dimension reduction methods based on SVD.

📖
istilah

Probabilistic Matrix Factorization

Bayesian approach treating latent factors as random variables with prior distributions. Naturally allows for regularization incorporation and quantifies uncertainty in predictions.

📖
istilah

Stochastic SVD Decomposition

Randomized algorithm computing an SVD approximation using random projections to reduce computational complexity. Particularly effective for massive matrices where exact SVD is prohibitively expensive.

📖
istilah

Diagonal Block Factorization

Specialized decomposition exploiting a block structure to parallelize computation and reduce memory complexity. Essential for distributed processing of large-scale structured matrices.

📖
istilah

Independent Component Decomposition

Factorization separating a multivariate signal into statistically independent components maximizing non-Gaussianity. Fundamental for signal processing and blind source separation.

📖
istilah

Outlier-Robust Factorization

Matrix factorization variant resistant to corrupted observations or anomalies using robust norms. Critical for real-world data often contaminated by noise or measurement errors.

🔍

Tidak ada hasil ditemukan