I have two vectors
Vector1(1,2,3,4,5,6)
Vector2(12,13,14,15,16,17)
Two vectors is completely different. But i used Cosine Similarity formula and the result is 0.943843313096.
I think result is about 0,1 or 0,2... but not. Why? please explain for me, thanks so much.