-
Hi,
For _nadaraya_watson
-
Below are some places to look at to see what kinds of topics should be covered. Comment below for what you think should be covered in the series of videos. Topics can range from simple to complex.
…
-
The goal of this assignment was to introduce you to 2 main concepts in Machine Learning: Data Pre-processing, and Classification. You learned how to query and clean data using the pandas library in Py…
-
Using R version `4.2.2` and rnndescent `0.1.4`, the returned NN graph contains self-loops. Is this by design, for computational reasons, or a bug? Does this affect performance if the returned graphs a…
-
I have trained a model on text8 corpus with the following config. (Please notice that this example sometimes work and show accurate result with other configs.)
```sh
./run.sh train.jl --epochs 5 --a…
rafis updated
6 years ago
-
Add support for FAISS https://faiss.ai/
> Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up t…
-
## Describe the bug
assigning the resulted dataset to original dataset causes lost of the faiss index
## Steps to reproduce the bug
`my_dataset` is a regular loaded dataset. It's a part of a cust…
-
I'm not sure whether I used the point-transformer correctly: I just implemented one block for training, and the data shape of (x, pos) in each gpu are both [16, 2048, 3], later I was informed that my …
-
Hello,
There is I think an error in the abod function. For the 'knn' method, when you select indexes, you sort the distance matrix with decreasing = T. However when decreasing is true, you have a r…
-
How could I re-training the model?
I had a large-scale dataset about child faces and I want to use it to train a new model for child face recognition. So how to train a new model?