MatchZoo-py icon indicating copy to clipboard operation
MatchZoo-py copied to clipboard

Add metric learning facilities

Open lebionick opened this issue 4 years ago • 0 comments

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 avatar Mar 16 '20 14:03 lebionick