CodingTrain / CodingTrain/Suggestion-Box
Coding Challenge: UMAP Primes Visualization
Open
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
If you factorize N numbers into their prime factorization, represent it as a binary vector and reduce the dimensionality to 2 (or 3) using the UMAP method, a very interesting pattern emerge.

_Example with one million integers_
[UMAP Primes Algorithm Site](https://johnhw.github.io/umap_primes/index.md.html)
Topics covered:
- Primes (factorization, prime-counting function)
- Dimensionality reduction
- Visualization with different patterns
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.