Exercise: Word Vectors and Semantic Similarity
Let's test the concepts we've learned with a coding exercise.
We'll cover the following...
Problem
You have been given a set of news articles related to technology. Your task is to extract the key noun phrases and compare the named entities mentioned in the articles.
You will need to do the ...