Natural-Language-Processing-Specialization icon indicating copy to clipboard operation
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

Results 7 Natural-Language-Processing-Specialization issues
Sort by recently updated
recently updated
newest added

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:...