Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'algorithm': 0.03; 'subject:Python': 0.05; 'python': 0.09; 'friday,': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'properly': 0.15; 'backward': 0.16; 'wrote:': 0.17; 'cc:2**0': 0.23; 'example': 0.23; 'cc:no real name:2**0': 0.24; 'idea': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'url:wiki': 0.26; 'all.': 0.28; 'pile': 0.29; 'url:wikipedia': 0.29; 'checked': 0.30; 'much.': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'pm,': 0.35; 'but': 0.36; 'url:org': 0.36; 'subject:: ': 0.38; 'url:en': 0.38; 'gives': 0.39; 'help': 0.40; 'group,': 0.60; 'from:no real name:2**0': 0.60; 'is.': 0.62; 'email addr:gmail.com': 0.63; 'forward': 0.66; 'dear': 0.66; 'kindly': 0.67; 'url:%1': 0.68; '2013': 0.84; 'angel': 0.93 X-Received: by 10.49.24.14 with SMTP id q14mr356012qef.17.1360299009123; Thu, 07 Feb 2013 20:50:09 -0800 (PST) Newsgroups: comp.lang.python Date: Thu, 7 Feb 2013 20:50:09 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=122.161.122.233; posting-account=6SonuQoAAACzSakS5dCECcJQe6ylLrzY References: <361b7edd-68fb-4258-9409-5cab87c53e2a@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 122.161.122.233 MIME-Version: 1.0 Subject: Re: Forward Backward Algorithm in Python From: subhabangalore@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org 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: , Message-ID: Lines: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360299506 news.xs4all.nl 6859 [2001:888:2000:d::a6]:54543 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38402 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.