help me debug this error on complete analogy
What is w’s vector representation?
np.subtract(w,e_c). is w the correct vector representation of w here?
word_to_vec_map – dictionary that maps words to their corresponding vectors.
so using w here is incorrect. try to have a second look, you should be able to get the correct vector representation of w by looking at the below grader cell
UNQ_C2 (UNIQUE CELL IDENTIFIER, DO NOT EDIT)
GRADED FUNCTION: complete_analogy
Right, I missed the word to vector mapping, it is solved now
thank you