Hi everyone,
I have somehow unexpected results in the additional part of the exercise: “neutralize(word, g, word_to_vec_map)”
After debiasing I get following result: “cosine similarity between receptionist and g, after neutralizing: -1.521716345503026e-17”
Basically it’s not not as expected -4.4e-17, although it is small.
The formula says: build the dotproduct of e,g and multiply it with g, devided by the squared norm of g. The norm is the same as in previous code, which I expect correct - based on the autograder.
Hopefully, since it’s ungraded, I can provide code? @Mentors
Please help, i’m irritated.