Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metric learning facilities #133

Open
lebionick opened this issue Mar 16, 2020 · 0 comments
Open

Add metric learning facilities #133

lebionick opened this issue Mar 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@lebionick
Copy link

I have a task in which I need to match several texts with huge (~1M texts) database. Even though available models are pretty fast, this is not enough. The best way to tackle this problem is learning embeddings of texts and match them using Kd-tree etc. But as far as I understand, all models accept two texts and map them into class probs or rank value.

Is possible to somehow use matchzoo in the paradigm of metric learning already or will it be in the future?

@lebionick lebionick added the enhancement New feature or request label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant