🏠 Trang chủ
Benchmark
📊 Tất cả benchmark 🦖 Khủng long v1 🦖 Khủng long v2 ✅ Ứng dụng To-Do List 🎨 Trang tự do sáng tạo 🎯 FSACB - Trình diễn cuối cùng 🌍 Benchmark dịch thuật
Mô hình
🏆 Top 10 mô hình 🆓 Mô hình miễn phí 📋 Tất cả mô hình ⚙️ Kilo Code
Tài nguyên
💬 Thư viện prompt 📖 Thuật ngữ AI 🔗 Liên kết hữu ích

Thuật ngữ AI

Từ điển đầy đủ về Trí tuệ nhân tạo

162
danh mục
2.032
danh mục con
23.060
thuật ngữ
📖
thuật ngữ

Online Matrix Factorization (OMF)

Set of techniques decomposing a matrix into lower-rank factors sequentially, updating the factors as new data arrives, without requiring complete retraining.

📖
thuật ngữ

Stochastic Gradient Descent (SGD) for OMF

Iterative optimization algorithm that updates matrix factors using the gradient of the loss function computed on a single sample (or mini-batch) at a time, ideal for data streams.

📖
thuật ngữ

Incremental SVD

Variant of Singular Value Decomposition that updates existing singular vectors and singular values to incorporate new columns or rows of data without recalculating from scratch.

📖
thuật ngữ

Projection Approximate Subspace Tracking (PAST)

Recursive algorithm that tracks the subspace spanned by the dominant eigenvectors of a covariance matrix in real-time, minimizing a least squares cost function.

📖
thuật ngữ

Exponential Forgetting

Mechanism giving more weight to recent observations than to older ones in the update process, allowing the model to adapt to changes in data distribution (concept drift).

📖
thuật ngữ

Streaming Recommender Systems

Recommendation systems that use online matrix factorization to continuously update user and item profiles from new interactions, ensuring relevant suggestions in real-time.

📖
thuật ngữ

Recursive Least Squares (RLS) Method

Adaptation algorithm that minimizes a weighted least squares cost function recursively, offering fast convergence at the cost of higher computational complexity than SGD.

📖
thuật ngữ

Block Update

Strategy where matrix factors are not updated for each new data point, but after accumulating a block of observations, offering a compromise between responsiveness and computational efficiency.

📖
thuật ngữ

Online Non-negative Matrix Factorization (NMF)

Online variant of matrix factorization that imposes non-negativity constraints on the factors, producing additive and interpretable decompositions, often used for text or image analysis.

📖
thuật ngữ

Online Loss Function

Error measure calculated on new observations to guide the update of factors, typically mean squared error or a divergence (e.g., KL-divergence for count data).

📖
thuật ngữ

Robustness to Outliers

Ability of an online factorization algorithm to not be significantly degraded by the presence of noise or erroneous observations in the data stream, often through robust loss functions.

📖
thuật ngữ

Per-Sample Complexity

Measure of the computational cost (time and memory) required to update matrix factors with a single new observation, a key criterion for evaluating the scalability of online algorithms.

📖
thuật ngữ

Cold-Start

Challenge in online factorization where the model must provide predictions before having accumulated enough data to reliably estimate latent factors for new users or items.

📖
thuật ngữ

Oja's Algorithm

Simple stochastic algorithm for the online computation of the principal eigenvector of a covariance matrix, fundamental for real-time subspace tracking.

🔍

Không tìm thấy kết quả