# HiddenMarkovModel_Pytorch **Repository Path**: mantte6199/HiddenMarkovModel_Pytorch ## Basic Information - **Project Name**: HiddenMarkovModel_Pytorch - **Description**: Pytorch中的隐马尔可夫模型 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-01 - **Last Updated**: 2021-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hidden Markov Model in Pytorch This is a practical project for the learning of PGM, which is based on the [tensorflow implementation](https://github.com/MarvinBertin/HiddenMarkovModel_TensorFlow) from [Marvin Bertin](https://github.com/MarvinBertin). Viterbi, Forward-Backward and Baum Welch are implemented. For details, please check the [Jupyter Notebook Guide](https://github.com/TreB1eN/HiddenMarkovModel_Pytorch/blob/master/HiddenMarkovModel.ipynb)