Patches item #2793714, was opened at 2009-05-19 05:01 Message generated for change (Settings changed) made by mokhov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=502902&aid=2793714&group_id=63118
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open >Resolution: Accepted Priority: 5 Private: No Submitted By: Anshul Dube (anshd) >Assigned to: Serguei A. Mokhov (mokhov) Summary: Implementation of Hidden Markov Model with Gaussian Output Initial Comment: This was my course project. Hope it is of some use. This is implementation of Hidden Markov Model, the states emit output based on a multi-variate Gaussian distribution. The parameters required can be set in the main file. When the program is run it takes the training sequences from the training data and trains a HMM model for each class using Baum-Welch Algorithm, it calculates the log likelihood value based on the Viterbi Algorithm. Finally it generates a confusion matrix of classified examples. It needs a HMM toolkit for operating, which can be found at: http://www.cs.ubc.ca/~murphyk/Software/HMM/hmm.html This package is also open source. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=502902&aid=2793714&group_id=63118 ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ marf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/marf-devel
