TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Graph and Network Analysis: Tutorial, datasets and code

68 pointsby alexmralmost 14 years ago

4 comments

showerstalmost 14 years ago
If you're interested in this, I highly recommend the book Networks, Crowds, and Markets [1]. It's an awesome (undergrad-level) introduction to graph theory, and has a ton of practical information on how it applies to modelling networks of people, as well as economic things like auctions and (game-theory) games. Since it's a textbook, it also has full exercises and advanced materials.<p>[1] <a href="http://www.amazon.com/Networks-Crowds-Markets-Reasoning-Connected/dp/0521195330" rel="nofollow">http://www.amazon.com/Networks-Crowds-Markets-Reasoning-Conn...</a>
mahmudalmost 14 years ago
I really enjoyed dabbling with JUNG: Java Universal Network/Graph Framework<p><a href="http://jung.sourceforge.net/" rel="nofollow">http://jung.sourceforge.net/</a>
doktrinalmost 14 years ago
Is the full tutorial available? The presentation slides are great, by the way.
JonnieCachealmost 14 years ago
Thanks, these look useful.