pcael
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Connections in Math: the two kinds of random (stillthinking.net)
- Deriving the SVD (Single Value Decomposition) from scratch (stillthinking.net)
- New light-powered chip could accelerate AI and quantum computing (sciencedaily.com)
-
• cosine indices (exact + approximate) • drop-in for scikit-learn (metric='cosine') • Incredibly fast approximate IndexBinaryMultiHash with high recall (beats Faiss in some contexts) pip install -U pynear…
-
PyNear is a Python KNN library built around Vantage-Point Trees with a C++ SIMD core. I've been working on it for a while and just shipped v2.2 with two new approximate binary indices. Benchmarks surprised me so I…