Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.099 X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'algorithm': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'backward': 0.16; 'wrote:': 0.17; 'example': 0.23; 'idea': 0.24; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'url:wiki': 0.26; 'pile': 0.29; 'url:wikipedia': 0.29; 'much.': 0.33; 'to:addr:python-list': 0.33; 'code:': 0.33; 'pm,': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'url:en': 0.38; 'gives': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'help': 0.40; 'group,': 0.60; 'is.': 0.62; 'email addr:gmail.com': 0.63; 'forward': 0.66; 'dear': 0.66; 'kindly': 0.67; 'url:%1': 0.68; 'received:74.208': 0.71; 'received:74.208.4.194': 0.84 Date: Thu, 07 Feb 2013 15:38:35 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Forward Backward Algorithm in Python References: <361b7edd-68fb-4258-9409-5cab87c53e2a@googlegroups.com> In-Reply-To: <361b7edd-68fb-4258-9409-5cab87c53e2a@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:/4k3FcDeqS1AEHtnFXrnAXkJJXxvzjmWT5GbHatL3TS NwJnsPOwHAWMk/l0vod4HMy53u5+79Br85mXII/uhmRU/pf1xj znfRLA7u0/00Xv8SirTBQbe4geNpSbUcrTQ+NbFhId/jalyX3d mOHoCNoxMjd2uKuumARBz0gPlZjhnlDuy5Uy3t+k9zbBBd928c xnpwmhfSEBcspPIHYFviqMnXMreToPwKdrK4ZvlVP8MZdxPHGh woYf6A+uDynO4FwPzTLU+kr5xE/O4mBIUKfQaHK9jIrX/T2siX NwH+f39k9Y9SsHC6/+bH0g6q9jQV2JzLbZZVBmmjpGYiMwwZw= = X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360269540 news.xs4all.nl 6869 [2001:888:2000:d::a6]:35837 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38374 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