Programming Assignment: Word Embeddings: C2_W4_Assignment

Lab ID: dlkburqiuutp

  • Week 4 - Programming Assignment: Word Embeddings.
  • https://www.coursera.org/learn/probabilistic-models-in-nlp/programming/OrMrl/word-embeddings
  • Description: I’m stuck in the UNQ_C4 GRADED FUNCTION: back_prop, and UNQ_C5 GRADED FUNCTION: gradient_descent, for the reason the test failed to graded although the unit_test in UNQ_C4 GRADED FUNCTION: back_prop raised 14 Tests passed, 2 Tests failed, and the UNQ_C5 GRADED FUNCTION: gradient_descent raised 8 Tests passed, 8 Tests failed. Please help me to identify the problem, so I can complete the course because I want it so bad for my future career. Thanks for your regard.

Hi @TranHuuNhan

You can use this post to understand what is wanted from you.

Also, you can check your calculation values against this post.
Only when you have the correct back_prop function, you can expect the gradient_descent to work properly.

Cheers

2 Likes

I have passed the assignment after work correctly following your instructions. Thank you sir you make my day!

1 Like