diffsort
Sorting library
A library that allows gradients to be propagated through sorting operations, enabling differentiable sorting networks.
Differentiable Sorting Networks
107 stars
4 watching
4 forks
Language: Python
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
| A tensor library with support for differentiable programming in machine learning and optimization. | 591 |
| Enables backpropagation in distributed settings and facilitates model parallelism using differentiable communication between processes | 62 |
| A sorting algorithm that optimizes performance on non-random access containers and large data types | 19 |
| An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters | 87 |
| Provides a modular and canonical way to prove the correctness of stable sorting algorithms in Coq. | 22 |
| A Ruby library for generating differences between sequences using the McIlroy-Hunt LCS algorithm | 289 |
| A Scala library for computing diffs and patches of JSON data | 315 |
| Fast and efficient sorting library for Go with concurrent and parallel capabilities | 133 |
| A comprehensive C sorting library providing various stable and unstable algorithms with generic implementations | 464 |
| Provides a collection of algorithms for sorting data in a programming language | 17 |
| An implementation of a hybrid sorting algorithm with a focus on stability and adaptability | 6 |
| An optimized sorting algorithm with O(1) memory usage. | 1,273 |
| A compact diff format library for efficiently sending changes in JSON objects over networks. | 172 |
| An efficient sorting algorithm with O(n log n) complexity. | 20 |
| An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. | 10 |