top | item 36181992 (no title) wharfjumper | 2 years ago How is the similarity score calculated? Nike and Google have about the same similarity score relative to Apple. discuss order hn newest ggordbegli|2 years ago I embed descriptions using Open AI's "text-embedding-ada-002" embedding model[0]. Then I use cosign similarity to find the closest embeddings to that of the selected company[1].[0]https://platform.openai.com/docs/guides/embeddings/embedding...[1]https://scikit-learn.org/stable/modules/generated/sklearn.me...
ggordbegli|2 years ago I embed descriptions using Open AI's "text-embedding-ada-002" embedding model[0]. Then I use cosign similarity to find the closest embeddings to that of the selected company[1].[0]https://platform.openai.com/docs/guides/embeddings/embedding...[1]https://scikit-learn.org/stable/modules/generated/sklearn.me...
ggordbegli|2 years ago
[0]https://platform.openai.com/docs/guides/embeddings/embedding...
[1]https://scikit-learn.org/stable/modules/generated/sklearn.me...