- hmm - Implementation of Hidden Markov Models
- hmm_guide.ipynb is a guide for implementing the HMM algorithms (forward, backward and Viterbi)
- hmm.py contains the implementations described in the guide
- test.py contains an example of usage
- utils.py contains some useful functions
 
Implementations are based on numpy arrays.
pip install numpyIn order to play with the guides make sure to install Jupyter Notebook.
pip install notebookgit clone https://github.com/katarinaelez/bioinformatics-algorithmsMIT @ Katarina Elez