Comments

You must log in or register to comment.

SameerMohair t1_iut070w wrote

How does this work when you have embeddings on a vector space of many many dimensions, like google’s name2vec.

6

Leopiney OP t1_iuup3jm wrote

Hi there! Great question.

In these examples it happens exactly the same, the embeddings have large dimensionalities. What we show is a 2D projection of the embeddings so that we can plot them, regardless of the dimension of the embeddings.

You can choose between UMAP or PCA projections by default.

1

jegerarthur t1_iuv8j5n wrote

What about the performances? Can it handle big dataset, like imagenet 21k ?

2

Leopiney OP t1_iuxyxm4 wrote

Hey everyone! We released this open-source tool for tracking and comparing embedding experiments, which we regularly do.

Feel free to give it a try! Getting started is easy: https://github.com/pentoai/vectory

1