←back to thread

564 points nimbusega | 2 comments | | HN request time: 0.6s | source
Show context
machiaweliczny ◴[] No.42074565[source]
Nice. What algorithm is used for recommendation?
replies(1): >>42079617 #
mahin ◴[] No.42079617[source]
It gets embeddings from open AI and compares them using cosine similarity. Stories are weighted by similarity, dissimilarity and HN score.
replies(1): >>42082846 #
1. machiaweliczny ◴[] No.42082846[source]
How you compare a liked set to single embedding? By best match? Or is there some fancier way?
replies(1): >>42134053 #
2. mahin ◴[] No.42134053[source]
By averaging the embeddings.