Today I discovered the excellent python module for plotting matlab style, matplotlib. It allowed me to quickly visualize some data I am crunching for my diploma thesis.
For the curious, this is an experiment using Self-Organized Maps (or SOMs). You start with some random nodes, then as you feed them random data, they unravel to something resembling a grid.
I plan to use it for word clustering. I'll post more about my diploma thesis as I get more close to finishing it.
Comments
This post is older than 30 days and comments have been turned off.


Comment by muyufan , 4 years, 11 months ago :
yes,it's a great tool!
I ALSO use it for my thesis