A shopping site builds a session vector for the current visitor from the embeddings of the two items they interacted with. A click counts double a view:
where is the embedding of the item the visitor clicked and is the embedding of the item they only viewed. The system then ranks catalogue items by their cosine similarity to .
| Vector | Meaning | Components |
|---|---|---|
| clicked item | ||
| viewed item | ||
| candidate item |
What is the cosine similarity between the session vector and the candidate ?
Round your answer to two decimal places.