TadieB / hmm-1

An implementation of the Viterbi Algorithm for training Hidden Markov models. This repo accompanies the video found here: https://www.youtube.com/watch?v=kqSzLo9fenk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Implementation of the Viterbi Algorithm for training Hidden Markov Models.

This is an implementation of the Viterbi Algorithm for training Hidden Markov models based on Luis Serrano's YouTube video on the subject. This repo accompanies the video found here: https://www.youtube.com/watch?v=kqSzLo9fenk

This implementation can handle prior probabilities, and any sized probability transition matrix. It cannot handle exit probabilities though.

Example sets

Choose any one of the function names in the example_sets class file and use it like so in the main:

example_sets.function_name()

About

An implementation of the Viterbi Algorithm for training Hidden Markov models. This repo accompanies the video found here: https://www.youtube.com/watch?v=kqSzLo9fenk


Languages

Language:Jupyter Notebook 100.0%