Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

tasercake/HiddenMarkov

Repository files navigation

Requirements

The only dependencies that aren't part of Python's standard library are numpy and tqdm.

Note that tqdm is a progress bar package and is purely decorative.

pip install numpy tqdm

Usage

Part 2 (Emission Parameters)

python3 src/part2.py

Outputs to data/*/dev.p2.out

Part 3 (Transition Parameters + Viterbi Algorithm)

python3 src/part3.py

Outputs to data/*/dev.p3.out

Part 4 (Top-7 Viterbi Algorithm)

python3 src/part4.py

Outputs to data/*/dev.p4.out

About

Hidden Markov Model Implementation for 50.007 Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors