Visualizing YouTube with my home-made JavaScript graph drawing library
1–10 of 30 posts
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#2The site itself - you can paste URLs from YouTube to visualize particular video :)
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#3The source code for the library is here: https://github.com/anvaka/VivaGraphJS The site itself - you can paste URLs from YouTube to visualize particular video :)
Thank you.
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#4Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#5I really liked the visualization of the relations with the other videos, and the arrows&thumbnails come to their original places when you drag'em to somewhere else.
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#6I wrote a 3D run-time object visualiser for object-orientated code whilst at Uni ("Visualising Memory Graphs in Java3D"). It was interesting, and kind of useful for debugging, really good for an overview of your running program's object structure, but not useful enough to be considered successful.
I'm just hoping you can put a well executed app to good use, because the UI is really nice.
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#7Do the edges represent "recommended videos" from the origin?
Also, it would be nice to be able to see the video's title without having to play the video.
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#8The source code for the library is here: https://github.com/anvaka/VivaGraphJS The site itself - you can paste URLs from YouTube to visualize particular video :)
Re: Visualizing YouTube with my home-made JavaScript graph drawing library
#9http://www.yasiv.com/amazon#/Search?q=data%20mining&cate...
Both youtube and amazon visualization show very nice clustering. In case of technical books they cluster into, e.g., beginners, intermediate, advanced book groupings. It's impossible to notice that without the graph visualization.