Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 503 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 503 Bytes

Forward-backward Algorithm

This project contains two implementations of Forward and Backward Algorithm. Both the implementations have the same result, however, the one which does not involve normalizing at every stage is faster with a less accurate probability table.

The jupyter notebook explains the algorithm and it also tells the difference between the two files in the last note.

Tutorial Link