Can someone explain to me like I am 5 ?
Convert numbers to a vector space represented by their prime factors: 2 => [1 0 0 0...] 3 => [0 1 0 0...] 4 => [1 0 0 0...] And map that high dimensional space back down to two dimensions (using some technique I haven't dug into yet). Colors are assigned by some scheme, later images help to illustrate how the particular clusterings happen like one where primes are rendered in white.
What do numbers look like?
11–20 of 55 posts
Re: What do numbers look like?
#12Re: What do numbers look like?
#13https://twitter.com/hippopedoid/status/1318917878364672001?l...
Re: What do numbers look like?
#14Re: What do numbers look like?
#15Re: What do numbers look like?
#16This is one of the most beautiful things I have seen in 2022 on the Internet, and there were some very good contenders. This provokes in me an immediate sense of beauty, and I'm compelled to read and understand as much of it as I can. Thanks for sharing this, I'm fascinated and amazed.
Re: What do numbers look like?
#17Re: What do numbers look like?
#18This is based on our common 10-based number system. I wonder how this would look in a 12-based system!
Re: What do numbers look like?
#19This is one of the most beautiful things I have seen in 2022 on the Internet, and there were some very good contenders. This provokes in me an immediate sense of beauty, and I'm compelled to read and understand as much of it as I can. Thanks for sharing this, I'm fascinated and amazed.
Sadly merely artifacts .
Re: What do numbers look like?
#20Why should 2 and 4 both be [1 0 ...] instead of [2 0 ...], etc?