-
https://github.com/evancasey/spark-knn-recommender/tree/master/algorithms
-
As the title suggests, for some APIs like brute-force this should be as simple as flipping the direction of the k-select. For the fused algos, it'll be more complicated but not by much.
Computing the…
-
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/do…
-
## What?
The algorithm k-nearest neighbors on manifolds has a bug, see code snippet below.
This prevents its use for manifolds whose points have ndim=2, e.g. manifolds of matrices.
This issue…
-
### Have you completed your first issue?
- [X] I have completed my first issue
### Guidelines
- [X] I have read the guidelines
- [X] I have the link to my latest merged PR
### Latest Merged PR Lin…
-
Define You:
- [x] Hacktoberfest2021 Participant
- [x] Contributor
**Is your feature request related to a problem? Please describe.**
I'd like to work on a movie recommendation system that pre…
-
Hi,
I run follow command in powershell, there's error as title, anyone can help?
python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/May.mp4
-
### Description
Add KNN for topk
Here there is a benchmark of KNN libs: https://www.benfrederickson.com/approximate-nearest-neighbours-for-recommender-systems/
### Expected behavior with the …
-
**What is your question?**
Is the `NearestNeighbors.kneighbors` problem well-suited for GPU? I find it quite slow for big data on the GPU. I've ran the following on a single RTX2080TI and a 32-core A…
-
Now that RBC is showing great potential, scale, and speedups, I've been thinking of ways the RBC algorithm can scale and accelerate multiple different algorithms:
1. [ ] **K-means**: The FAISS bloc…