EatWithMeApp / eatwithme

3 stars 6 forks source link

Interests 'Scoring' system #29

Open BenjaminStorer opened 5 years ago

BenjaminStorer commented 5 years ago

Implementing a system which prioritises more related interests when filtering through users to match.

MufasaTheMusician commented 5 years ago

I have some thoughts on this, might be something for me to tackle as it starts going into the Firebase backend away from Flutter

BenjaminStorer commented 5 years ago

Conducting some initial investigation into using a language vector space and vector word embeddings to be the basis of the interest matching algorithm.

Initial experiments using a 40,000 size word embedding dictionary have given somewhat positive results (but also some unexpected behaviour).

Screen Shot 2019-08-29 at 2.24.01 pm.png

MufasaTheMusician commented 5 years ago

Moving this out of scope to alpha release - will be reassigned after alpha release