paper-with-me

홈 › Papers

A Concise Information-Theoretic Derivation of the Baum-Welch algorithm

2014-06-24 · Alireza Nejati, Charles Unsworth

We derive the Baum-Welch algorithm for hidden Markov models (HMMs) through an information-theoretical approach using cross-entropy instead of the Lagrange multiplier approach which is universal in machine learning literature. The proposed approach provides a more concise derivation of the Baum-Welch method and naturally generalizes to multiple observations.

📄 PDF Abstract BibTeX arXiv:1406.7002

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Statistical and Computational Guarantees for the Baum-Welch Algorithm

2015-12-27 · Fanny Yang, Sivaraman Balakrishnan, Martin J. Wainwright

The Hidden Markov Model (HMM) is one of the mainstays of statistical modeling of discrete time series, with applications including speech recognition, computational biology, computer vision and econometrics. Estimating a…

Econometricsspeech-recognitionSpeech RecognitionTime Series+1

A reaction network scheme which implements inference and learning for Hidden Markov Models

2019-06-22 · Abhinav Singh, Carsten Wiuf, Abhishek Behera, Manoj Gopalkrishnan

With a view towards molecular communication systems and molecular multi-agent systems, we propose the Chemical Baum-Welch Algorithm, a novel reaction network scheme that learns parameters for Hidden Markov Models (HMMs).…

ApHMM: Accelerating Profile Hidden Markov Models for Fast and Energy-Efficient Genome Analysis

2022-07-20 · Can Firtina, Kamlesh Pillai, Gurpreet S. Kalsi, Bharathwaj Suresh 외

Profile hidden Markov models (pHMMs) are widely employed in various bioinformatics applications to identify similarities between biological sequences, such as DNA or protein sequences. In pHMMs, sequences are represented…

CPUGPUMultiple Sequence Alignment

Bridging HMMs and RNNs through Architectural Transformations

2018-10-22 · NIPS Workshop IRASL 2018 · Anonymous

A distinct commonality between HMMs and RNNs is that they both learn hidden representations for sequential data. In addition, it has been noted that the backward computation of the Baum-Welch algorithm for HMMs is a spec…

Language ModelingLanguage Modelling

Hidden Markov Models with Momentum

2022-06-08 · Andrew Miller, Fabio Di Troia, Mark Stamp

Momentum is a popular technique for improving convergence rates during gradient descent. In this research, we experiment with adding momentum to the Baum-Welch expectation-maximization algorithm for training Hidden Marko…