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

AI 용어집

인공지능 완전 사전

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

MCMC (Markov Chain Monte Carlo)

Class of sampling algorithms that build a Markov chain with the posterior distribution as its stationary distribution to perform approximate inference in complex graphical models.

📖
용어

Metropolis-Hastings algorithm

General MCMC algorithm that uses a proposal distribution to generate new states and accepts/rejects these proposals according to a probability criterion ensuring convergence to the target distribution.

📖
용어

Burn-in

Initial MCMC sampling period during which samples are discarded because the chain has not yet reached its stationary distribution, eliminating the influence of the initial state.

📖
용어

Mixing time

Number of iterations required for a Markov chain to get sufficiently close to its stationary distribution, measuring the speed of convergence of MCMC algorithms.

📖
용어

Rejection sampling

Direct sampling technique that generates candidates from an envelope distribution and accepts them with a probability proportional to the ratio of the target/envelope densities.

📖
용어

Importance sampling

Monte Carlo method using importance weights to correct the bias introduced by sampling from a proposal distribution different from the target distribution.

📖
용어

Sequential Monte Carlo

Set of algorithms (particle filters) for inference in sequential models, using sets of weighted particles to approximate sequential distributions.

📖
용어

Hamiltonian Monte Carlo

Advanced MCMC variant that uses Hamiltonian mechanics to propose distant states with high acceptance probability, reducing the autocorrelation of the samples.

📖
용어

Gelman-Rubin Diagnostic

Statistical method for assessing the convergence of MCMC chains by comparing within-chain and between-chain variance, with a value close to 1 indicating convergence.

📖
용어

Thinning

Technique involving keeping only a subset of MCMC samples to reduce autocorrelation and storage, typically by keeping every k-th sample.

📖
용어

Approximate Evidence Inference

Methods for estimating the marginal likelihood (evidence) in graphical models, essential for model selection and Bayesian computation.

📖
용어

Slice Sampling

MCMC technique that introduces auxiliary variables to simplify sampling from complex distributions, particularly useful for multimodal distributions.

📖
용어

Blackwell-MacQueen Variant

Sequential sampling algorithm for Dirichlet processes, generating samples according to the Blackwell-MacQueen predictive distribution.

📖
용어

Antithetic Sampling

Variance reduction technique using negatively correlated sample pairs to improve the efficiency of Monte Carlo estimation.

🔍

결과를 찾을 수 없습니다