Hacker News new | ask | show | jobs
by kwntm 4693 days ago
Author here, all the code is available on Github if you want to play around with the visualization or have ideas to improve it: https://github.com/whichlight/reddit-network-vis.

Also, you can see a sort of meta discussion here on the /r/dataisbeautiful subreddit: http://www.reddit.com/r/dataisbeautiful/comments/1jqz3f/redd... It's kind of hilarious because people leave threads of comments to create new branches.

What I find most interesting is that you can quickly get an idea of how much conversation is in one of these discussions by the number of nodes that are colored (signifying users who have posted more than once).

1 comments

This is very cool!

A very nice feature to have would be to run topic modeling (say, your run-of-the-mill LDA) on the comments, and then colormap the nodes as to preserve the distances in the comment topic vector. This way you'd be able to see threadjacking, etc.

Wow, that's a great idea for next steps. This is the direction I'd love to take this work- getting into the comments and running an analysis. The comments range in size and some can have subtle humor- I wonder how that would affect the LDA.
Please let us know if there is a new version. This is very interesting to me.