combining Self Organizing Maps and Hidden Markov Models
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Markov Chain Models 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!