Newsgroups: comp.ai
Path: cantaloupe.srv.cs.cmu.edu!rochester!pook
From: pook@cs.rochester.edu (Polly Pook)
Subject: Re: MARKOV MODELLING
Message-ID: <1994Nov21.165540.7812@cs.rochester.edu>
Organization: University of Rochester Computer Science Department
References: <djbaikie.2.2ECFB96A@its.dundee.ac.uk>
Date: Mon, 21 Nov 1994 16:55:40 GMT
Lines: 40

In article <djbaikie.2.2ECFB96A@its.dundee.ac.uk>,
DEREK BAIKIE <djbaikie@its.dundee.ac.uk> wrote:
>
>Is there anybody out there who knows of any articles on Markov Modelling, 
>whether on the system , or in journals ?
>
>Thanks in advance 
>
>Derek Baikie

2 terrific articles are:

  author = "Rabiner, L.R. and Juang, B.H.",
  title = "An introduction to Hidden markov models",
  journal = "{IEEE ASSP Magazine}",
  year = 1986, month=jan

author  = "L. R. Rabiner",
title   = "A Tutorial on Hidden {M}arkov Models and Selected
Applications in Speech Recognition",
journal = "Proceedings of the IEEE",
volume  = 77, number  = 2,
month   = "February", year = 1989

The first is an excellent tutorial on the algorithms and their
derivations; the second is a long version of the first with
everything you need to implement straight HMM's.  Ray Rimey
coded the algorithms into a menu-driven kit written in C++
when he was at the Univ. of Rochester and I've added a bit
to it.  If you're interested, I'm sure we could give you the
(completely unsupported) code.

Polly Pook
CS Dept., Univ. of Rochester
Rochester, NY 14627

pook@cs.rochester.edu



