tensorflow / similarity

TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
Apache License 2.0
1.01k stars 104 forks source link

Real-world examples #183

Open loretoparisi opened 2 years ago

loretoparisi commented 2 years ago

Hello, thanks for this project! Despite the MNIST provided example is ok for learning the basis, more real-world indexing and querying examples for contrastive learning use cases would be helpful. By example, audio files search, video files search, text documents similarity search, et. Specifically more details on which Keras layers to use to embed those kind of documents (audio, text, video) would be helpful though.

Thanks a lot.

robmarkcole commented 2 years ago

Another example I would love to see is tensorboard used for exploring the embeddings.

Update: something very similar is already done in https://github.com/tensorflow/similarity/blob/master/examples/supervised_visualization.ipynb