-
@BradBalderson Thanks for creating this amazing package. I am running into an issue where my new clustering algorithm provides many small clusters. And a lot of these clusters only have one sample in …
-
Hi, I encounter the same problem as in https://github.com/facebookresearch/LAMA/issues/10.
And I found the reason why 2 examples are filtered is that the `obj_label` are `1970s` and `1990s`. And in `…
-
Thank you for creating and sharing this method.
While implementing it, I encountered an error stating "No images present in the Seurat object." It seems to me that the algorithm does not require an…
-
I'm not sure how to convert the MPO representation as `Vector` of the Hamiltonian for ex. the transverse Ising chain into MPSKit's `MPOHamiltonian`. I think it can be casted into a periodic array but…
-
## 🐛 Bug Report
I am unable to perform an approximate nearest neighbours search using the [knnSearch endpoint](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-refere…
-
### Deep Learning Simplified Repository (Proposing new issue)
:red_circle: **Project Title** : Diabetes Prediction
:red_circle: **Aim** : To create a DL model that predicts whether a person has diab…
-
Issues to consider
- representing continuous domains and BCs
- Unstructured vs structured grids for spatial domains and graph geometries
- BCs
- simply reusing one reaction network everywhere vs a…
-
I currently have a dataset with more than 10 million rows of data and 384 dimensions. I use PCA to reduce the 384 dimensions to 10, and then apply UMAP via the [BertTopic library](https://github.com/M…
-
The current Julia implementation is significantly slower than C++ FastJet and I assume we can do better. Here you can see a plot that compares benchmarking results from an older version of this repo, …
-
**What is the bug?**
Efficient K-NN filtering with faiss engine returns less than K number of closest neighbors.
We are using the faiss engine with hnsw to perform approximate K-NN search with fil…