Show HN: I made a word guessing game based on word semantic similarity
2 points| ArneVogel | 7 months ago |teapotvolcano.com
I wondered if it was possible to play this game against the computer [3]. I have solved this using the word vectors from GloVe: Global Vectors for Word Representation [4] and projecting them to 2d.
I am not 100% happy with how the game plays right now. It is hard to get closer to the target right now if you started "far away" from the target. That is why I have added the hints. If you have ideas for the game format let me know :)
[1] https://blog.jxmo.io/p/there-is-only-one-model [2] https://news.ycombinator.com/item?id=44595811 [3] https://xkcd.com/1425/ [4] https://nlp.stanford.edu/projects/glove/
No comments yet.