An $O(N)$ Sorting Algorithm: Machine Learning Sort
Hanqing Zhao, Yuehan Luo

TL;DR
This paper introduces a machine learning-based sorting algorithm with linearithmic complexity, optimized for parallel processing on GPUs or TPUs, and applicable to sparse hash tables, demonstrating potential for large-scale data sorting.
Contribution
It presents a novel $O(N\,M)$ sorting algorithm leveraging machine learning, suitable for parallel hardware acceleration and sparse data structures.
Findings
Potential for efficient large-scale data sorting
Compatibility with GPU and TPU acceleration
Application to sparse hash tables
Abstract
We propose an sorting algorithm by Machine Learning method, which shows a huge potential sorting big data. This sorting algorithm can be applied to parallel sorting and is suitable for GPU or TPU acceleration. Furthermore, we discuss the application of this algorithm to sparse hash table.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Storage Technologies · Quantum Computing Algorithms and Architecture
