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


Groups > comp.lang.python > #40838

Re: Python and Hidden Markov Model

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <oscar.j.benjamin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.172
X-Spam-Level *
X-Spam-Evidence '*H*': 0.66; '*S*': 0.00; 'subject:Python': 0.05; 'python': 0.09; 'cc:addr:python-list': 0.10; 'suggest': 0.11; 'cc:name:python list': 0.16; 'scratch': 0.16; 'wrote:': 0.17; 'appropriate': 0.20; 'trying': 0.21; 'cc:2**0': 0.23; 'somewhere': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'question': 0.27; 'message-id:@mail.gmail.com': 0.27; 'run': 0.28; 'specialist': 0.30; 'basic': 0.30; 'lists': 0.31; 'asking': 0.32; 'asked': 0.33; 'problem': 0.33; 'received:google.com': 0.34; 'whatever': 0.35; 'programming.': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'list.': 0.35; 'really': 0.36; 'but': 0.36; 'wanted': 0.36; 'scientific': 0.36; "i'll": 0.36; 'unable': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'your': 0.60; 'group,': 0.60; "you've": 0.61; 'first': 0.61; 'dedicated': 0.61; "you'll": 0.62; 'future.': 0.62; 'relatively': 0.62; 'here': 0.65; 'continuous': 0.65; 'dear': 0.66; '2013': 0.84; 'clearer': 0.84; 'discrete': 0.84; 'oscar': 0.84; 'stochastic': 0.84; 'subject:Model': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ykGC74PeIDBrztcNcMRLOzqATWgWi0HqFRb2rkIRzmg=; b=mWbFDQRNpijfSIkQEOFZAlcj8JDRn97fjA72XmqV//OU0KZpoaIYXmbcut24eFZH/z XG/slu0CP+5/jt6fSa4O/qS2a9l+3nUDPiin+ypOUtP+YWZuJe8tCH/bqZPwgc4IURRQ m+T2OaQkKh8uS63z3lqpF52UCb3PfT46ZdvUOo52brO5LsgPogtalT2m8OeruVI8P4oO 7FRWbDXRKWF3BbTooJg2q7TlQ2bx7ISBuwXE9v0sHjiwLU8kJbTSgVi8ZfgtqTnYcDeA NfPYJxZ5uFsYR2oV2U3RKP4HEFEAgHmT0ESrkPdqajyAHT6I9MZ2fDLUmjykZsr51BRQ Iijw==
X-Received by 10.221.9.136 with SMTP id ow8mr119186vcb.58.1362704172236; Thu, 07 Mar 2013 16:56:12 -0800 (PST)
MIME-Version 1.0
In-Reply-To <1c2a4627-4000-456a-9a5a-c61c3069b98f@googlegroups.com>
References <1c2a4627-4000-456a-9a5a-c61c3069b98f@googlegroups.com>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date Fri, 8 Mar 2013 00:55:52 +0000
Subject Re: Python and Hidden Markov Model
To Subhabrata Banerjee <subhabangalore@gmail.com>
Content-Type text/plain; charset=ISO-8859-1
Cc Python List <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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3064.1362704180.2939.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1362704180 news.xs4all.nl 6892 [2001:888:2000:d::a6]:39218
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:40838

Show key headers only | View raw


On 7 March 2013 20:48,  <subhabangalore@gmail.com> wrote:
> Dear Group,
>
> I was trying to learn Hidden Markov Model. In Python there are various packages, but I was willing to do some basic calculation starting from the scratch so that I can learn the model very aptly. Do you know of any thing such?

This question is not really appropriate on this list. Since this isn't
the first time you've asked relatively specialist questions here, I'll
suggest that you consider asking somewhere else in future. I would
start by looking at lists that are dedicated to scientific
programming.

Whether you ask here or somewhere else you'll need to be clearer about
what you actually want to do and why you are asking the list. Are you
looking to run stochastic simulations? Or is your problem to do with
model validation or inference of hidden state using data? Or something
else? Are you thinking of discrete or continuous time Markov systems?
Why are you currently unable to do whatever it is that you wanted to
do?


Oscar

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python and Hidden Markov Model subhabangalore@gmail.com - 2013-03-07 12:48 -0800
  Re: Python and Hidden Markov Model Dave Angel <davea@davea.name> - 2013-03-07 19:12 -0500
  Re: Python and Hidden Markov Model Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-03-08 00:55 +0000
  Re: Python and Hidden Markov Model subhabangalore@gmail.com - 2013-03-07 21:26 -0800
    Re: Python and Hidden Markov Model Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-03-08 14:29 +0000
      Re: Python and Hidden Markov Model Subhabrata <subhabangalore@gmail.com> - 2013-03-08 09:53 -0800

csiph-web