[Tutor] question on python!

sachin mehra bindas_qwerty@hotmail.com
Wed Nov 20 19:01:01 2002


This is a multi-part message in MIME format.

------=_NextPart_000_2ea9_25a4_5eca
Content-Type: text/plain; format=flowed




_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

------=_NextPart_000_2ea9_25a4_5eca
Content-Type: message/delivery-status

Reporting-MTA: dns;hotmail.com
Received-From-MTA: dns;mail.hotmail.com
Arrival-Date: Wed, 20 Nov 2002 15:58:21 -0800

Final-Recipient: rfc822;tutor@ptython.org
Action: failed
Status: 5.0.0


------=_NextPart_000_2ea9_25a4_5eca
Content-Type: message/rfc822

Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Wed, 20 Nov 2002 15:58:21 -0800
Received: from 128.138.177.36 by sea2fd.sea2.hotmail.msn.com with HTTP;
	Wed, 20 Nov 2002 23:58:21 GMT
X-Originating-IP: [128.138.177.36]
From: "sachin mehra" <bindas_qwerty@hotmail.com>
To: dyoo@hkn.eecs.berkeley.edu
Cc: tutor@ptython.org
Bcc: 
Subject: Re: [Tutor] need some help for program!! [More hidden markov models in Python]
Date: Thu, 21 Nov 2002 05:28:21 +0530
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F63JLtosJ3Ih7jtrSBy000233c4@hotmail.com>
X-OriginalArrivalTime: 20 Nov 2002 23:58:21.0490 (UTC) FILETIME=[B4841120:01C290F0]

Hi Danny,
I had another question for you. I want to incorporate some unix commands in 
my python program.How can i do it? How about I want to execute 3-4 unix 
commands continuously??
Please let me know.
thanx,
Manish






>From: Danny Yoo <dyoo@hkn.eecs.berkeley.edu>
>To: sachin mehra <bindas_qwerty@hotmail.com>
>CC: tutor@python.org
>Subject: Re: [Tutor] need some help for program!!   [More hidden markov 
>models in Python]
>Date: Sun, 17 Nov 2002 23:47:18 -0800 (PST)
>
>
>
> > Again, the page at:
> >
> >     http://datamining.anu.edu.au/software/febrl/febrldoc/node7.html
> >
> > has an example that should help clarify why HMM's are appropriate for
> > your problem.
>
>Hi Sachin,
>
>Argh, darn it!  I can't help myself but look into your question some more.
>Why did you have to ask a question on such an interesting topic?  *grin* I
>have to control my curiosity or else I'll end up writing this program too.
>
>
>There's a great source of information on Hidden Markov Models in the
>source code of Logilab's 'hmm' module:
>
>     http://www.logilab.org/hmm/
>
>This is a Python module that implements HMM's, and is excellent.  You may
>need to install an extension called Numeric Python to get it to work, but
>it's definitely worth it:
>
>     http://www.pfdubois.com/numpy/
>
>
>There are some real gems in there, not just the module itself, but in the
>test cases they've embedded in the source code.  In particular, if we take
>a close look at the logilab.hmm.hmm.test2() function, we'll see that they
>train a Hidden Markov Model to recognize French sentences (and evaluate
>their likelihood!).  If you read and understand their test2() function,
>you should be able to apply that knowledge toward your problem.
>
>
>Another good source of information on HMM's includes the classic article,
>"A Tutorial on Hidden Markov Models and Selected Applications in Speech
>Recognition", by Lawrence R. Rabiner.  Here's a link to the paper:
>
>     http://www.cc.gatech.edu/ccg/paper_of_week/Rabiner-Markov.pdf
>
>I just read the first few pages, and my own fuzzy ideas about HMM's just
>became a lot clearer.
>
>
>Anyway, I must stop myself now, or else I won't be able to sleep.  This is
>why I hate seeing homework questions...
>
>Good luck to you.
>
>
>_______________________________________________
>Tutor maillist  -  Tutor@python.org
>http://mail.python.org/mailman/listinfo/tutor


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail




------=_NextPart_000_2ea9_25a4_5eca--