Hi,
I am not able to get the right answer for the last optional assignment of Course 5 Week Assignment 1, Exercise 4: equalize.
The output that is shown is:
cosine similarities before equalizing:
cosine_similarity(word_to_vec_map[“man”], gender) = -0.11711095765336832
cosine_similarity(word_to_vec_map[“woman”], gender) = 0.35666618846270376
cosine similarities after equalizing:
cosine_similarity(e1, gender) = 0.034078253369881704
cosine_similarity(e2, gender) = 0.19818963945016957
I don’t want to post the code but my lab id is:
mxzehnol
Could somebody have a look at my code or tell me what the intermediate values of the variables should be so I can keep debugging?
Thanks