Machine Learning
149 views
Markov Chain
Quick Definition
Stochastic model where events depend only on previous state
Full Definition
A stochastic model describing a sequence of events where the probability of each event depends only on the previous state.
Examples
page ranking, text generation, state transitions, random walks
Related Terms
hidden-markov-model
probability
stochastic-process
More Machine Learning Terms
UMAP
Fast dimensionality reduction preserving local and global structure
Ensemble Learning
Combining multiple models for better predictions
Bayesian Optimization
Optimizing expensive functions using a probabilistic model
K-Nearest Neighbors
Classifying based on majority class of k nearest neighbors
Dropout
Regularization randomly deactivating neurons during training
Gradient Descent
Optimization algorithm minimizing loss by steepest descent