Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to visualize a hidden Markov model in Python?

I think the question is clear enough. I want to make a hidden Markov model in Python and draw a vizualization model of it. So, it's something like this picture:

model

Is there any module to do that? I've googled it and found nothing.

like image 553
user2435611 Avatar asked May 31 '13 08:05

user2435611


1 Answers

The dot package from graphviz is the best I've found. The syntax is simple, simpler than xml.

like image 115
Charles Pehlivanian Avatar answered Oct 01 '22 23:10

Charles Pehlivanian