Re: beautiful visualization of the first million integers

2018-08-22 Thread Evgenii Rudnyi
Thank you. It looks really good. Evgenii -- You received this message because you are subscribed to the Google Groups "Everything List" group. To unsubscribe from this group and stop receiving emails from it, send an email to everything-list+unsubscr...@googlegroups.com. To post to this

beautiful visualization of the first million integers

2018-08-22 Thread Telmo Menezes
Each integer is represented as a vector of its prime factors, in a high-dimensionality representation such that: [1 0 1 0 0 0 0 ...] means that the number has factors 2 and 5 (first and third primes). Then they apply a dimensionality reduction algorithm to transform these vectors into 2D vectors