Hidden Markov Models are a model for understanding and predicting sequential data in statistics and machine learning, commonly used in natural language processing and bioinformatics.

learn more… | top users | synonyms

0
votes
1answer
45 views

HMM Confusion with gesture recognition

I have been reading about HMM theory. From what i understand we need intial probability, transition probability and emission probability to coninue with HMM. The examples I saw about implementation of ...
-4
votes
0answers
59 views

Predicting High frequency Finance time series [closed]

I have data in the following form Stock Price Broker632Behavior Broker666 Behavior Broker667Behavior 5.7 IP IP IP 5.6 ...
0
votes
0answers
33 views

Forward-Backward and Viterbi Algorithm

I am referring to Jason Eisner's nifty "An interactive spreadsheet for teaching the forward-backward algorithm" (http://www.cs.jhu.edu/~jason/papers/#tnlp02). What does p(STOP|C) and p(STOP|H) ...
1
vote
0answers
29 views

forward-backward algorithm for secondary structure prediction

I want to use HMM (forward backward model) for protein secondary structure prediction. Basically, a three-state model is used: States = {H=alpha helix, B=beta sheet, C=coil} and each state has a ...
6
votes
1answer
59 views

Efficiently computing element wise product of transition matrices (m*m) * (n*n) to give (mn*mn) matrix

Consider input matrices X and Y of shapes (m,m) and (n,n) respectively. As an output we need to give a (mn,mn) shape matrix such that it multiplies corresponding entries in the two matrices. These two ...
1
vote
1answer
155 views

Building HMM for Kinect based gesture recognition

I have a conceptional problem. I'm creating a program that uses Kinect for gesture recognition. I have some gesture data divided on categories (circles, swipes, etc.). For now I analyze only one hand. ...
0
votes
1answer
131 views

HMM implementation with Matlab

I am not that familiar with HMM, but I want to implement in Matlab. I want to use this toolbox HMM Toolbox. I am not sure if I have understood the way I have to implement it. If have many training ...
0
votes
1answer
80 views

Building HMM from the data

I have a problem with Hidden Markov Models. I'm writing an app in C# on Kinect for gesture recognition (simple gestures as swipes, waves, circles etc.). I wrote a system for gesture recording, after ...
0
votes
0answers
45 views

Classifying observations using Jahmm

I am currently working on a gesture recognition application and I am using HMMs (through Jahmm). Currently I have two gestures (up and down) so I built 2 HMMs, with some training data. I trained them ...
1
vote
0answers
100 views

Vector Quantization Algorithms used to provide observation sequences for Hidden Markov Models

I am currently building a gesture recognition application. I am extracting certain features from the hand (such as [angle of motion, width: length ratio,...]). This is my feature vector. But ...
0
votes
2answers
119 views

How to perform a Prediction with Matlabs Hidden Markov Model? (Statistics Toolbox)

I have trained a HMM in matlab using the hmmtrain-function from the statistics package. Using hmmdecode and my given evidence between t_0 and t_1, I can do Filtering and Smoothing to compute the ...
0
votes
1answer
112 views

Hidden Markov Model Tools : Jahmm

I am a novice to machine learning, I have read about the HMM but I still have a few questions: When applying the HMM for machine learning, how can the initial, emmission and transition probabilities ...
0
votes
1answer
103 views

Hand shape analysis with Hidden Markov Model

I am currently working on a dynamic gesture recognition system. I opted to go for the curvature feature of the hand shape. At the moment I am able to obtain a list of angles of the hand contour ...
0
votes
1answer
55 views

Hidden markov model next state only depends on previous one state? What about previous n states?

I am working on a prototype framework. Basically I need to generate a model or profile for each individual's lifestyle based on some sensor data about him/her, such as GPS, motions, heart rate, ...
1
vote
1answer
188 views

Feature Extraction Methods for Hand gesture/posture recognition

I am currently working on a Sign Language Recognition application, where I would like to use a Hidden Markov Model as the classification stage, meaning that I will classify a gesture/posture to obtain ...
0
votes
1answer
167 views

C# HMM Gesture Recognition usng Kinect

I'm working on a solution to do gesture recognition using the Kinect sensor. Now I'm using Accord .NET to train the HMM. I have a dataset with saved gestures. This dataset has 11 gestures and each one ...
3
votes
2answers
211 views

Hidden Markov Model Multiple Observation values for each state

I am new to Hidden Markov Model. I understand the main idea and I have tried some Matlab built-in HMM functions to help me understand more. If I have a sequence of observations and corresponding ...
2
votes
2answers
477 views

Viterbi algorithm in java

I'm doing the coursera NLP course and the first programming assignment is to build a Viterbi decoder. I think I'm really close to finishing it but there is some elusive bug which I cannot seem to be ...
1
vote
1answer
243 views

Understanding Viterbi Algorithm

I'm trying to implement some code from here And I have trained the HMM with my coefficients but do not understand how the Viterbi Decoder algorithm works, for example: viterbi_decode(MFCC, M, ...
0
votes
0answers
104 views

HMM - Forward-backward approach

I'm trying to understand the process of a Hidden Markov Model for training data and then using a dynamic programming algorithm to "score" against another input. So far, I have the MFCC Coefficients ...
0
votes
0answers
102 views

how to define emission matrix in HMM matlab statistical toolbox

I am new to image processing in Matlab, Now i am working on character recognition using HMM with Matlab Statistical toolbox. I have an input image width : 400, height : 100 and the image is binary ...
3
votes
1answer
321 views

What machine learning algorithm is appropriate for predicting one time-series from another?

You are a plane tracking an enemy ship that travels across the ocean, so you have collected a series of (x,y,time) coordinates of the ship. You know that a hidden submarine travels with the ship to ...
0
votes
1answer
51 views

Markov models with known states

I'm new to hidden-markov models and trying to figure out what is the best way to model the following problem: I have a random variable that can be in three different states. Similar to hidden markov ...
0
votes
0answers
145 views

HMM - Training data and format

I'm wanting to implement an HMM (Hidden Markov Model) in order to identify particular words. So far, I have managed to extract the Coefficients (MFCC) of the signal and wondered if this is ok data in ...
4
votes
2answers
992 views

HMM algorithm for gesture recognition

I want to develop an app for gesture recognition using Kinect and hidden Markov models. I watched a tutorial here: HMM lecture But I don't know how to start. What is the state set and how to ...
2
votes
1answer
102 views

Given 100,000 word-to-phonemes mappings, how can I split the original words on the phoneme boundaries?

I have a mapping of 100,000+ words to their phonemes (CMUdict), like: ABANDONED => [ 'AH', 'B', 'AE', 'N', 'D', 'AH', 'N', 'D' ] I want to split the original words' letters into a number of ...
0
votes
1answer
269 views

using HMM with Viterbi Algorithm to correct typographical errors

I want to use HMM with Viterbi Algorithm to correct typographical errors, I calculated the required probability but when I apply Viterbi algorithm I got very bad results, I checked the code line by ...
1
vote
0answers
105 views

Hidden Markov Model Initial Guess

I'm training a 2-state HMM on a large English text (first 50,000 characters of Brown Corpus, including only letters and spaces), my algorithm follows from Mark Stamp's tutorial ...
2
votes
0answers
154 views

How to make future prediction with Hidden Markov Models

I have many sequences of variable length. For these I want to train a Hidden Markov Model that I want to use later to predict possible continuations of (partial) sequences. I have found two ways to ...
2
votes
1answer
183 views

Finding the top - k viterbi paths in HMM

I need to write an algorithm that finds the top-k viterbi paths in a HMM (using the regular viterbi algorithm to find the best path). I think I probably need to save a list V_t,N of size k for each ...
0
votes
1answer
83 views

Viterbi Search - Hypothetical Probabilities

I'm constructing an Hidden Markov Model to identify whether someone is saying either "Yes" or "No". I have developed the Hidden Markov Model and I have come across a tutorial from this page: ...
0
votes
0answers
102 views

Explain testing and training steps of implementing HMM ( Giza++ or Mallet or any JAVA api)

There are works like jahmm , mallet, lingpipe. But their HMM parts are not well documented. If you have any experience in HMM, please tell me the steps to follow to implement it, for training and ...
-7
votes
1answer
356 views

how to implement hmm using JAVA? [closed]

I need to implement hmm in java. Please suggest me some api and give me examples. Also give me Training and Testing steps. ( I have tried to use mallet , but their sample code is not working and ...
1
vote
0answers
246 views

Handling Underflow with HMM Forward-Algorithm

I'm trying to implement the Forward-Algorithm for a Hidden Markov Model (HMM) and I'm facing the underflow issue when filling the alpha table. I normalized the alpha values using the method described ...
0
votes
2answers
46 views

Attribute Error? Program Is Close to Running

Hello: Just a quick question.. I hope. I am trying to use this program to generate random text from a corpus.. in this case a portion of a book. I have a text file that is my corpus: (This is the ...
7
votes
1answer
586 views

Any Matlab functions out there for handling Hidden Markov Models with continuous observation variables?

In the Matlab Statistics toolbox there are several functions for handling Hidden Markov Models (HMM), but they all work with discrete observation symbols. Does anyone know if there are toolboxes or ...
0
votes
2answers
214 views

Hidden Markov Models - Identifying Phonemes

I'm developing a project that identifies Phonemes to be able to identify whether someone is saying either "Yes" or "No". So far in the project, I have used Zero-crossings to identify what the person ...
0
votes
0answers
69 views

Connect C++ application with

These days I'm trying to implement gesture recognition system. I done my core application using visual C++ and decide to use HMM as recognition tool. In HMM case I found excellent toolkit call GART. ...
4
votes
1answer
898 views

viterbi training vs baum-welch algorithm

I'm trying to find the most probable path (i.e. sequence of states) on an HMM using the Viterbi algorithm. However, I don't know the transition and emission matrices, which I need to estimate from ...
1
vote
0answers
253 views

Dynamic gesture recognition using HMM

I'm a final year university student and currently doing my final year project. It is basically vision based gesture recognition system(using web cam and OpenCV). I want to track dynamic hand motions ...
0
votes
1answer
116 views

Generating a set of emissions given a transition matrix and starting state in a hidden markov model

I have the transition matrix, emission matrix and starting state for a hidden Markov model. I want to generate a sequence of observations (emissions). However, I'm stuck on one thing. I understand ...
0
votes
1answer
138 views

POS tagger implementation [closed]

On implementing a pos tagger, given a training set, a development set and a test set, how do I start about building a tagger? Given a training set, i build a model from the training set. So after ...
1
vote
1answer
227 views

Accord.NET to estimate Muliple Regression HMM model

The Accord.NET Project Home (http://code.google.com/p/accord/) contains examples of creating, training, and evaluating Hidden Markov Models based on sequences of one-variable observations. I'd like ...
0
votes
1answer
64 views

Advanced video analysys - how to bite it?

I need to do an application that: captures video data from camcorder, do some processing (Monte Carlo methods, Markov's fields and chains, etc.), saves the data as video file, enriched with upper ...
1
vote
0answers
138 views

Hidden Markov Model, Clarification on a Previous Implementation

I'm experimenting with hidden markov models. I really have no prior experience working with them so I decided to check out a few examples of implementations. Looking at the below implementation, I ...
1
vote
1answer
190 views

Hidden Markov Models in games

Ok i am relative new to the HMM concept here. What i currently know is that for an unknown model with a specified number of states (N), a specified number of observation symbols (M) and a given ...
0
votes
1answer
158 views

Speech Recognition - An HMM approach

theory really. I'm going to be developing a speech algorithm and somehow have to build a HMM (Hidden Markov Model) now I get the basic idea of one.. That it is used for probability, and this can be ...
0
votes
2answers
145 views

GHMM - Attempted m_free on NULL pointer

I'm trying to use the ghmm python module on mac osx with Python 2.7. I've managed to get everything installed, and I can import ghmm in the python environment, but there are errors when I run this ...
0
votes
2answers
901 views

Matlab Hidden Markov Model Data Prediction

I am new to Hidden Markov Models (HMM) and I am now experimenting with it for data prediction. Consider a sinusoidal wave which has been sampled at non-uniform intervals and I would like to use these ...
0
votes
0answers
241 views

Hidden Markov Model in C++

I have been working on activity recognition problem using Opencv in linux environment. I reached up to sequence of symbol(using k-means clustering). And now I want to train those sequence of different ...

1 2 3