combining Self Organizing Maps and Hidden Markov Models
2 views (last 30 days)
Show older comments
Hi all
I have used SOM and i can see all the neurons' weight vectors by using 'net.iw'
Then , i have separated the x and y coordinates of these neurons and plotted them by using 'scatter(x,y)'. I have attached the screenshot of scatter also.
Now, i want to convert these points into states (like states in State Transition diagram) and then, i want to calculate the state transtion and emission probability using these states and 'hmmestimate'. Please help me with the same.
Main focus of my project is to combine SOM and HMM. To be very honest, i donot even know if this is possible. So, please be tolerable if this sound stupid.
Also, if someone have any another approach, please do share. Thanks in advance.
0 Comments
Answers (0)
See Also
Categories
Find more on Markov Chain Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!