Visual Exploration of Complex Networks
jweebo writes "Seed magazine has a story on complexity, and how it can be visually represented with fascinating results. From the article:
'Complexity is everywhere. It's a structural and organizational principle that reaches almost every field imaginable, from genetics and social networks to food webs and stock markets ...Collected here are a few of the many intriguing, and often beautiful, images that illustrate how the whole is more than the sum of its parts.'"
Wow, a winamp visualization.
Religion for nerds. Stuff that really matters
I have a book, about a thousand pages long, by a certain author of a certain mathematics program (who I will not name here) that basically says the same thing.
Translation for the 1000+ pages:
"omGz)R patterns pwnz joO!"
Really though, the guy goes on and on about his 'new kind of science' and after a thousand pages gets pretty much nowhere.
But hey, it was complex, man! Serious!
TLF
I do not respond to cowards. Especially anonymous ones.
You've been reading "Fractal Geometry of Nature" by Benoit Mandelbrot. Very nice illustrations and the section on how fractals all started and another on fractal dimensions were good, but otherwise the book was far too vague and had few proofs. This demonstrates Heisenberg's Writing Principle, which states that you can either know bout a topic or write about it, but not at the same time.
It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
The article is a little short, I would have liked more more more!! :-)
May I suggest Information Architecture from Peter Morville. He is also co-founder and president of the Information Architecture Institute.
May I also suggest taking a look at Prefuse, an open source project to interactively vizualize organized information (still in beta however).
Animoog.org
People may be more complex than a neuron, but not nearly as complex as the total and their possible interactions. With billions of neurons, each interacting with 1,000 to 10,000 others the possible configurations are enormous, yet most we do not act in such a wildly differing manners. I don't know much about chaos theory, but it mentions something along the lines of the sinple behaviour of complex systems and the complex behaviour of simple systems. Thinking deeper, I am not sure which category this falls into.
I don't make predictions, and I never will.
Wow, this is Unix! I know this!!
--Lex
[
Something along similar lines is Frank van Ham's work on visualizing large state spaces. He's generated some neat visualizations of complex transition systems associated with various protocols.
I judt got a nre Kinesis keybiartf so please excusr ant egregiou typos.
-
pixels on the display: 2 million or so.
- insufficiency of the clustering algorithms: showing one pixel per node and random placement, or placement by DFS traversal? for trees, or for graphs where classification is the primary concern, then tree-map or "Csoft" views scale relatively well in this regard, but what about for more general problems?
- implementations (or algorithms) that don't scale: e.g. graphviz uses n^2 (n=#nodes) space for its graph layout!
one must always think about the summarization criteria: what aren't you going to show? how will you indicate that summarization has occured? how do you denote drill-down capability? what will the form of drill-down be? what heuristics should you use to selectively deaggregate, in order to highlight potentially interesting subgraphs? for large-scale info, this is as important as what you will be showing, and how it will be shown! for our stuff, we have graphs with tens of millions of nodes.http://www.visualcomplexity.com/
python -c "x='python -c %sx=%s; print x%%(chr(34),repr(x),chr(34))%s'; print x%(chr(34),repr(x),chr(34))"
The point of visualizing data is to learn something that you could not do with the raw data. In all of the cases shown in the article (yes, I acually read TFA), I didn't spot an example where it actually showed anything useful.
The first example with proteins: how similar are two proteins? If two shapes are similar (and please, how many proteins where being graphed there? One, two, five?), then you might be able to recognize it. If they are similar shapes, are they always presented in the same orientation in space? Does color have any meaning? Does this graph have any legend? If I gave someone who understood the graphs two proteins, what could he say besides "these are related" and "these are not related"? We already have wonderful programs to compare two proteins and say how similar they are two each other, along with being able to the estimate significance of the measurement.
I'm not sure that the other graphics look more informative. They are all pretty, but if they do not convey information (and not lose a large amount of relevant information), then they are just a nice way to generate patterns for some nerd's tie.
Dr. Wolfram (of Mathematica) offers PDFs of his book for free here (or pay $60 for hardcopy):
http://www.wolframscience.com/thebook.html
I do suggest you at least glance over the first few chapters, look at the pictures.
Also note that the guy got his PhD in Physics at the age of 18 I believe.
Obama likes poor people so much, he wants to make more of them.
...than a thousand words.
Really, you'd be amazed at how even the simplest graphical interpretation of complex data can really show up points of interest. And it's not difficult to see why: Humans' primary sense is visual and we have evolved some seriously complex neural algorithms to interpret visual data.
A simple graph is a case in point. Now take a large amount of complex data and apply just about any process you care to name to present a graphical representation and you can easily see the overall picture.
A very simple example which illustrates statistical clustering. Even with totally random numbers, you *will* find islands of apparently significant populations. This is a common counter-claim to action groups who claim, say, a correlation between mobile 'phone masts and incidents of child leukaemia*. Anyway:
Generate a stream of random numbers and assign a symbol for n = 0.5, display the symbols in a grid and, hey presto! Look at those clusters!
On a more positive note:
We often use graphical representation in our work. This ranges from CTK representations of molecules we're looking at (xlation - pretty pictures with balls and lines) to grid based colour indexed representation of multi-dimentional data sets. In each case the point is to present data in a way that we humans can quickly spot potential areas of interest and get a "feel" for the data we're looking at.
It's all good stuff. (Sometimes very pretty, too)
* Actually, this is a good example of why I'm always wary of purely statistical "proofs". In this case the *science* (ie. proposed mechanisms for this) don't hold up to current understanding.