←back to thread

564 points nimbusega | 4 comments | | HN request time: 0s | source
1. machiaweliczny ◴[] No.42074565[source]
Nice. What algorithm is used for recommendation?
replies(1): >>42079617 #
2. 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 #
3. 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 #
4. mahin ◴[] No.42134053{3}[source]
By averaging the embeddings.