Choosing Indexes for Similarity Search (Faiss in Python)

Choosing Indexes for Similarity Search (Faiss in Python)

James Briggs

2 года назад

18,998 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@viorelteodorescu
@viorelteodorescu - 22.04.2023 15:38

What does IP stand for?

Ответить
@haneulkim4902
@haneulkim4902 - 13.03.2023 02:19

Thanks for amazing video! Do you know why simple K-means are not used for these MIPS problems?

Ответить
@mohammadyahya78
@mohammadyahya78 - 02.03.2023 20:52

Does the IVF algorithm works with high dimensional data please like 100?

Ответить
@grayrigel7091
@grayrigel7091 - 04.10.2022 12:56

Hi James.

Thanks for such a wonderful tutorial. Really useful. A quick question, For a new query vector, is it possible to return the IVF cell/partition that it belongs to, instead of returning the neighbors? I think I can measure the distances with centroids and return the closest centroid. However, I was thinking if there is built-in way.

Ответить
@nareshsandrugu6057
@nareshsandrugu6057 - 22.04.2022 14:20

Can share the video assume I have binary data of train and test, so need to calculate the haming distance, I didn't found any videos using faiss ,if share the video that may more helpful

Ответить
@Nick-vs1zp
@Nick-vs1zp - 29.03.2022 00:03

Great explanations, especially for IVF - it's probably the best explanation for how it works that I've seen.

Ответить
@katehan9623
@katehan9623 - 11.01.2022 09:05

Thank you for your video. Most Valuable Channel. Do you use GPU for indexing in this projects?

Ответить
@harshitjaitly6850
@harshitjaitly6850 - 09.09.2021 04:00

Super Informative Content!
Thank you so much for this.

Ответить
@narayansharma8797
@narayansharma8797 - 23.08.2021 22:51

Thanks a bunch for this, James! Would be really great to see a couple of them get explored in depth. Also, if you could benchmark FAISS against ScaNN, it will help a few of us noobs a hell lot.

Great content! Lovely command over your content. Really need more of this.

Ответить
@itheenigma
@itheenigma - 10.08.2021 02:44

Super useful! Thanks for this video James. For IVF, can we retrieve the clusters that each datapoint belongs to after training (also cluster centroids)?

Ответить