/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: Hacker News frontpage as a print newspaper that you can personalize
(yourhackernews.com)
564 points
nimbusega
| 2 comments |
06 Nov 24 15:23 UTC
|
HN request time: 0.6s
|
source
Show context
machiaweliczny
◴[
07 Nov 24 07:59 UTC
]
No.
42074565
[source]
▶
>>42063709 (OP)
#
Nice. What algorithm is used for recommendation?
replies(1):
>>42079617
#
mahin
◴[
07 Nov 24 18:50 UTC
]
No.
42079617
[source]
▶
>>42074565
#
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
◴[
08 Nov 24 00:39 UTC
]
No.
42082846
[source]
▶
>>42079617
#
How you compare a liked set to single embedding? By best match? Or is there some fancier way?
replies(1):
>>42134053
#
ID:
GO
2.
mahin
◴[
14 Nov 24 08:06 UTC
]
No.
42134053
[source]
▶
>>42082846 (TP)
#
By averaging the embeddings.
↑