Y
Hacker News
new
|
ask
|
show
|
jobs
by
machiaweliczny
589 days ago
Nice. What algorithm is used for recommendation?
1 comments
mahin
588 days ago
It gets embeddings from open AI and compares them using cosine similarity. Stories are weighted by similarity, dissimilarity and HN score.
link
machiaweliczny
588 days ago
How you compare a liked set to single embedding? By best match? Or is there some fancier way?
link
mahin
582 days ago
By averaging the embeddings.
link