Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38367 > unrolled thread

Forward Backward Algorithm in Python

Started bysubhabangalore@gmail.com
First post2013-02-07 12:13 -0800
Last post2013-02-07 21:03 -0800
Articles 5 — 3 participants

Back to article view | Back to comp.lang.python


Contents

  Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 12:13 -0800
    Re: Forward Backward Algorithm in Python Dave Angel <d@davea.name> - 2013-02-07 15:38 -0500
      Re: Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 20:50 -0800
      Re: Forward Backward Algorithm in Python subhabangalore@gmail.com - 2013-02-07 20:50 -0800
    Re: Forward Backward Algorithm in Python xDog Walker <thudfoo@gmail.com> - 2013-02-07 21:03 -0800

#38367 — Forward Backward Algorithm in Python

Fromsubhabangalore@gmail.com
Date2013-02-07 12:13 -0800
SubjectForward Backward Algorithm in Python
Message-ID<361b7edd-68fb-4258-9409-5cab87c53e2a@googlegroups.com>
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. 

[toc] | [next] | [standalone]


#38374

FromDave Angel <d@davea.name>
Date2013-02-07 15:38 -0500
Message-ID<mailman.1457.1360269540.2939.python-list@python.org>
In reply to#38367
On 02/07/2013 03:13 PM, subhabangalore@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

[toc] | [prev] | [next] | [standalone]


#38401

Fromsubhabangalore@gmail.com
Date2013-02-07 20:50 -0800
Message-ID<ca451649-a126-4885-a171-96ac42482515@googlegroups.com>
In reply to#38374
On Friday, February 8, 2013 2:08:35 AM UTC+5:30, Dave Angel wrote:
> On 02/07/2013 03:13 PM, subhabangalore@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

Thanks Dave, but these are not properly explained. I checked almost all.
Regards,
Subhabrata.

[toc] | [prev] | [next] | [standalone]


#38402

Fromsubhabangalore@gmail.com
Date2013-02-07 20:50 -0800
Message-ID<mailman.1471.1360299506.2939.python-list@python.org>
In reply to#38374
On Friday, February 8, 2013 2:08:35 AM UTC+5:30, Dave Angel wrote:
> On 02/07/2013 03:13 PM, subhabangalore@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

Thanks Dave, but these are not properly explained. I checked almost all.
Regards,
Subhabrata.

[toc] | [prev] | [next] | [standalone]


#38403

FromxDog Walker <thudfoo@gmail.com>
Date2013-02-07 21:03 -0800
Message-ID<mailman.1473.1360299875.2939.python-list@python.org>
In reply to#38367
On Thursday 2013 February 07 12:38, Dave Angel wrote:
> On 02/07/2013 03:13 PM, subhabangalore@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

Maybe this will do:

http://code.activestate.com/recipes/576991-browser-history-data-structure/

-- 
Yonder nor sorghum stenches shut ladle gulls stopper torque wet 
strainers.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web