Natural Language Processing: Word Embeddings
This lesson introduces word embeddings.
We'll cover the following...
Introduction
How is Google Translate able to understand text and convert it from one language to another? How do you make a computer understand that in the context of IT Apple is a company and not a fruit? Or, how is a Smart-Keypad able to predict the next few words that you are most likely going to type? These are examples of tasks that deal with text processing and fall under the umbrella of natural language processing (NLP).
We have an intuitive capability to deal with text, but with millions and millions of documents being generated every day, computers need this intuitive understanding of text data as well. They need to be able to understand the nuances implicitly encoded into our languages. Humans cannot be sitting behind Smart Reply or Google Translate. This is where word embeddings come into play. ...