Forward Backward Algorithm in Python

Dave Angel d at davea.name
Thu Feb 7 15:38:35 EST 2013


On 02/07/2013 03:13 PM, subhabangalore at gmail.com wrote:
> Dear Group,
> If any one can kindly help me with a simple Forward Backward algorithm implementation. I tried to search in web but did not help much.
>
> Thanking You in Advance,
> Regards,
> Subhabrata.
>

No idea what forward-backward-algorithm is.  But a simple search with 
DuckDuckGo gives a pile of refs, including the following with Python 
example code:

https://en.wikipedia.org/wiki/Forward%E2%80%93backward_algorithm


-- 
DaveA



More information about the Python-list mailing list