New avatar

Anything About Anything...
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

"It is but it isn't."

*sigh*

Is it derived then from some sort of numerical algorithm? A random input from which the pattern is created. That would count as semi-random I think.
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

The input is constrained. And if you provide your own input, it would look similar most of the time. Also, output is a meaningful interpretation of the input, and is very clearly related to it once you have a clue. It is even helpful in understanding the input.
ˌɑrməˈɡɛˌtrɑn
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

A case where the computer is more imaginative than people? I still think it's some sort of sequence or something.
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Tank Program wrote:A case where the computer is more imaginative than people?
More of a use of its raw power to help identify important parts of the input.
Tank Program wrote:I still think it's some sort of sequence or something.
I'd prefer to call it a set. You could shuffle it or even process items in parallel (provided you use proper locking and duplicate processing state for each thread, or duplicate everything and recombine trivially later).
ˌɑrməˈɡɛˌtrɑn
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

So if you had a range of say 1 to 10, you'd create some input like {3, 5, 8, 3, 9, 2, 6, 3, 2, 1} and that would give you your diagram. Except that somehow those numbers are linked, and while semi-meaningful in that state, the diagram gives them a better representation.
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Erm, no. :) It's not arbitrary. And when I said the output is meaningful and helpful, I meant it actually guides humans through the input. Not just some weird graph that 'helps' because it's vaguely related.
ˌɑrməˈɡɛˌtrɑn
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

so it basically help us to see that these are 'near' of each other?
you previously said that it was some kind of map and a kind of set(hmm, two opposed types in STL :)), are the 'coordinates' three-dimensional ?
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

It's a map as in map of a city. You feed my program the (constrained) city and you get the map.

It's all 2D.
ˌɑrməˈɡɛˌtrɑn
User avatar
Phytotron
Formerly Oscilloscope
Posts: 5042
Joined: Thu Jun 09, 2005 10:06 pm
Location: A site or situation, especially considered in regard to its surroundings.
Contact:

Post by Phytotron »

Alright, so I must not recognise it after all. Too computer geek for an artist/nerd.

Your next avatar endeavor should be to create a representative visual manifestation of your geekified peacock feathers.
User avatar
fantomzed
On Lightcycle Grid
Posts: 11
Joined: Sat Aug 02, 2008 3:16 pm

Post by fantomzed »

Er... string???? :/
there's always something out there thats going to bite your head off
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Is it a map as in some sort of array[][] input then or just 1d input for the 2d output there. Is there anything to do with intensities? Higher numbers at position [x][y] gives more white?
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Input is also 2D. Input/output positions correspond directly to each other. Higher intensity means more of something the algorithm measures, but input has no sense of brightness.

Phytotron: great idea.
ˌɑrməˈɡɛˌtrɑn
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

So it's a measure of something algorithmic, that's not related to light. Does its 2D coordinates have a spacial interpretation then?
Image
User avatar
Jonathan
A Brave Victim
Posts: 3391
Joined: Thu Feb 03, 2005 12:50 am
Location: Not really lurking anymore

Post by Jonathan »

Yep. The whole thing is very spatial. :)
ˌɑrməˈɡɛˌtrɑn
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Outer-spacial? Visual-spacial?

And there's still that algorithm somewhere too right?
Image
Post Reply