Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 258 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 258 Bytes

Image-angle-Regression

Generally we will consider MSE loss for regression task, but angle is periodic, and MSE loss can't handle this problem.

So I change it to vector regression, and the objective function is maximizing the cosine between two vectors.