Can someone build my intuition for scaled dot-product attention (and that √d_k)?
I follow the equations but not the why. Why dot products for similarity, why softmax, and why divide by √d_k specifically? Looking for the mental model, not just the formula. (Beginner-friendly answers very welcome.)