Natural-Language-Processing-Specialization
Natural-Language-Processing-Specialization copied to clipboard
This repo contains my coursework, assignments, and Slides for Natural Language Processing Specialization by deeplearning.ai on Coursera
Hello, In C1_W3_Assignment, "get_country", "word_embeddings" is used, which is a global variable. In order for the assignment tests to pass, the local variable "embeddings" needs to be used instead.
December 2022, I had to change the following function to pass all test cases `# UNQ_C10 GRADED FUNCTION: get_corrections def get_corrections(word, probs, vocab, n=2, verbose = False): ''' Input: word:...