11. Calculate Cosine scores between the query Q and the documents D1 and D2 . Q, D1 and D2 have the following vector representations (coordinates):
Q = (0.8, 0.5)
D1=(0.7, 0.3)
D2=(0.9, 0.9)
Which documents is more similar to the query according the cosine scores (include the calculation steps in your answer)? Cosine Angular Similarity metric is defined as follows:
11. Calculate Cosine scores between the query Q and the documents D1 and D2 . Q,...