combining Self Organizing Maps and Hidden Markov Models
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Markov Chain Models in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!