https://github.com/macanv/viterbi
Viterbi algorithm implement
https://github.com/macanv/viterbi
Last synced: 3 months ago
JSON representation
Viterbi algorithm implement
- Host: GitHub
- URL: https://github.com/macanv/viterbi
- Owner: macanv
- Created: 2016-12-07T14:09:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T04:45:16.000Z (over 8 years ago)
- Last Synced: 2024-12-28T19:43:01.073Z (5 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Viterbi
Viterbi algorithm implement in HMM with an simple test
参考李航《统计学习方法》中HMM的概率预测中的维特比算法实现.