tensorflow / hub

A library for transfer learning by reusing parts of TensorFlow models.
https://tensorflow.org/hub
Apache License 2.0
3.49k stars 1.67k forks source link

Extending the semantic search with ANN tutorial to images? #770

Closed sayakpaul closed 2 years ago

sayakpaul commented 3 years ago

I really like the tutorial on Semantic Search with Approximate Nearest Neighbors and Text Embeddings. I think a sister tutorial covering the same things for images might be good for developers.

I am skeptical about how well random projection (the dimensionality reduction technique used in the tutorial) would play out with precomputed image features (with a pre-trained network) but I am hopeful. What do you folks think?

WGierke commented 2 years ago

Thank you for the proposal, Sayak! We can add a comment to this issue once such a tutorial has been published.