🏠 Strona Główna
Benchmarki
📊 Wszystkie benchmarki 🦖 Dinozaur v1 🦖 Dinozaur v2 ✅ Aplikacje To-Do List 🎨 Kreatywne wolne strony 🎯 FSACB - Ostateczny pokaz 🌍 Benchmark tłumaczeń
Modele
🏆 Top 10 modeli 🆓 Darmowe modele 📋 Wszystkie modele ⚙️ Kilo Code
Zasoby
💬 Biblioteka promptów 📖 Słownik AI 🔗 Przydatne linki

Słownik AI

Kompletny słownik sztucznej inteligencji

162
kategorie
2 032
podkategorie
23 060
pojęcia
📖
pojęcia

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).

📖
pojęcia

Hidden States

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

📖
pojęcia

Transition Probabilities

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

📖
pojęcia

Emission Probabilities

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

📖
pojęcia

Viterbi Algorithm

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

📖
pojęcia

Baum-Welch Algorithm

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

📖
pojęcia

Observation Sequence

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

📖
pojęcia

Emission Matrix

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

📖
pojęcia

Initial distribution

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

📖
pojęcia

Decoding problem

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

📖
pojęcia

Evaluation problem

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

📖
pojęcia

Learning problem

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

📖
pojęcia

Discrete HMM

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

📖
pojęcia

Continuous HMM

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

📖
pojęcia

HMM topology

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

📖
pojęcia

Absorbing states

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

📖
pojęcia

Parameter smoothing

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

📖
pojęcia

Posterior marginal

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

🔍

Nie znaleziono wyników