🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크

AI 용어집

인공지능 완전 사전

162
카테고리
2,032
하위 카테고리
23,060
용어
📖
용어

Matrix Factorization

Algebraic technique that decomposes a user-item matrix into the product of two lower-rank matrices to reveal latent features of preferences.

📖
용어

Singular Value Decomposition (SVD)

Factorization method that decomposes a matrix M into UΣV' where U and V are orthogonal and Σ is diagonal, enabling optimal dimensional reduction.

📖
용어

Latent Factors

Unobservable hidden variables representing the intrinsic characteristics of users and items, learned automatically during factorization.

📖
용어

Stochastic Gradient Descent (SGD)

Iterative optimization algorithm that updates factorization parameters using a random sample at each iteration to minimize prediction error.

📖
용어

Alternating Least Squares (ALS)

Optimization method that alternates between fixing one factor matrix to analytically solve for the other, guaranteeing convergence to a local optimum.

📖
용어

Regularization

Technique that prevents overfitting by adding a penalty on the magnitude of parameters, favoring more general and robust solutions.

📖
용어

Vectorization

Process of representing entities (users/items) as dense vectors in a reduced-dimension latent space.

📖
용어

Non-Negative Matrix Factorization (NMF)

Factorization variant that constrains all resulting matrices to contain only non-negative values, improving the interpretability of factors.

📖
용어

User and Item Bias

Additional terms capturing systematic tendencies of users (general tendencies to rate high/low) and items (intrinsic popularity).

📖
용어

Pairwise Learning

Approach that directly optimizes the relative ranking of items by considering pairs (positive item, negative item) rather than absolute ratings.

📖
용어

Cold Start Problem

Major challenge where factorization fails to generate reliable recommendations for new users or items lacking interaction history.

📖
용어

Tensor Factorization

Multidimensional extension of matrix factorization that allows modeling multiple dimensions simultaneously (user, item, context, time).

📖
용어

Deep Learning for Factorization

Integration of neural networks to capture complex non-linear relationships between latent factors, improving recommendation accuracy.

📖
용어

Loss Function

Measure quantifying the gap between the predictions of the factorized model and actual values, serving as an objective to minimize during training.

📖
용어

Learning Rate

Hyperparameter controlling the magnitude of parameter updates during optimization, influencing the speed and stability of convergence.

📖
용어

Hybrid Embedding

Combination of matrix factorization with content-based embeddings, merging collaborative and content-based approaches.

🔍

결과를 찾을 수 없습니다