Hacker News new | ask | show | jobs
by cracker_jacks 1568 days ago
I believe what you are describing is grid search, not gradient descent. Gradient descent is not an exhaustive search.
1 comments

It is if you see vec_a . vec_b, as a traversal over the dimensions of both vectors.