My result (from Exercise 4 - equalize) is different from the expected result by ~0.03. Please let me know if this is acceptable. if not, please also let me know where I made a mistake. I went over my code a few times and did not find the reason. thanks
Hello, ~0.03 should be a significant difference. I assume you got the cosine similarities before equalizing correct? If so, review each step of the equalize() function implementation. If this doesnât get you move forward, pls send me the screenshot of your implementation.
@Rishan_Tan, we canât access your notebook via your link. Thatâs not how it works. No one can see your notebook unless weâre logged into your account - which the mentors cannot do.
And you should not share your notebook in any case - thatâs not allowed by the Code of Conduct (unless a mentor gives you specific instructions).
My question is for EX4 (equalize) which does have the variable of âpairâ. I am a bit confused. do you mean the problem that I see in EX4 is due to EX3 (neutralize) ?