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

AI 용어집

인공지능 완전 사전

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

Markov Chain

Discrete-time stochastic process where the probability of the future state depends only on the present state and not on past states (Markov property).

📖
용어

Hidden States

Random variables not directly observable from the system that evolve according to a Markov chain and generate the visible observations.

📖
용어

Transition Probabilities

Matrix defining the probabilities of transitioning from one hidden state to another at each moment, characterizing the system's dynamics.

📖
용어

Emission Probabilities

Conditional probability distribution that associates with each hidden state the probability of generating each possible observation.

📖
용어

Viterbi Algorithm

Dynamic programming algorithm that finds the most likely sequence of hidden states that generated a given observation sequence.

📖
용어

Baum-Welch Algorithm

Variant of the EM algorithm for estimating the parameters of an HMM from unlabeled observation sequences.

📖
용어

Observation Sequence

Ordered set of observable data produced by the system, serving as input for inference in HMMs.

📖
용어

Emission Matrix

Matrix where each element b(j,k) represents the probability of emitting symbol k from hidden state j.

📖
용어

Initial distribution

Probability vector defining the distribution of the hidden state at time t=0 before any observation.

📖
용어

Decoding problem

Fundamental question of finding the most likely sequence of hidden states that generated a given observation sequence.

📖
용어

Evaluation problem

Calculation of the probability that a given HMM model generated a specific observation sequence.

📖
용어

Learning problem

Automatic adjustment of HMM parameters (transition and emission probabilities) from training data.

📖
용어

Discrete HMM

Hidden Markov model where observations come from a finite set of discrete symbols with discrete emission probabilities.

📖
용어

Continuous HMM

HMM variant where observations are continuous variables, typically modeled by Gaussian mixtures.

📖
용어

HMM topology

Structure of allowed connections between hidden states, determining the possible transitions in the model.

📖
용어

Absorbing states

Special states in an HMM with a transition probability of 1 to themselves, preventing any exit once reached.

📖
용어

Parameter smoothing

Technique of adding pseudo-counts to avoid zero probabilities during HMM parameter estimation.

📖
용어

Posterior marginal

Posterior probability of a hidden state at a given time, calculated by marginalizing over all other hidden states.

🔍

결과를 찾을 수 없습니다