You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understood divide L2_norm value to embed feature to a standard hypersphere, but why we do feature subtract mean value first?
in my opinion, feature subtract mean value will impact the cosine similarity.
for example, vector [1, 1, 4] subtract mean value equal to [-1, -1, 2], this vector goes to an other quadrant, so it obviously impact the angle between two vectors
@wy1iu , thank you and your team for your great jobs
The text was updated successfully, but these errors were encountered:
hi all,
in sphereface/test/code/evaluation.m we do feature subtract mean value and then divide the L2_norm value for each feature.
I understood divide L2_norm value to embed feature to a standard hypersphere, but why we do feature subtract mean value first?
in my opinion, feature subtract mean value will impact the cosine similarity.
for example, vector [1, 1, 4] subtract mean value equal to [-1, -1, 2], this vector goes to an other quadrant, so it obviously impact the angle between two vectors
@wy1iu , thank you and your team for your great jobs
The text was updated successfully, but these errors were encountered: