Click here to Skip to main content
16,020,626 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,

I need help about how creating a machine learning algoritm.
There'll be a file contains many observation sequences such as;

0-1-0-1-0-0-0-0

Program reads thousands of lines similar to example sequence and takes the number of states in the model from user. By using this information, it will create model which includes states transition,initial state and observations appear probabilites. And I should use Baum Welch method for it.
Are there anyone to help me about it?
Posted
Comments
Sergey Alexandrovich Kryukov 8-Dec-11 18:33pm    
Baum-Welch. These are two different guys. What have you done already? The problem looks serious enough... Are you familiar with the theory and literature already? Do you understand HMM, the problem of hidden states?

Nobody can even start thinking about helping you without understanding of your level of knowledge and more detail on your problem. You need to formalize the problem well, get an idea of algorithms, etc., all of it well before getting to the programming itself...

--SA

1 solution

Just to get things right:
the HMM algorithm[^] aka Baum-Welch Model

Seems like there is a Java-lib available: JHAMM[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900