Thinking Through Word Embeddings
Word embeddings are a family of algorithms that can be remarkably effective at representing the meanings of words, and their relationships to each other. We'll cover the basics of word embeddings: what they do, how to train a model using word2vec, and how to use them to search for synonyms and analogies. And we'll look [...]