Now that you have had an introduction to working with text data, let’s dive into one of the more advanced feature extraction algorithms. To accomplish some of the more difficult problems, it is reasonable for me to introduce you to other techniques to approach NLP problems. We will move through Word2Vec, Doc2Vec, and GloVe.
Topic Model and Latent Dirichlet Allocation (LDA)
Topic models are a method of extracting information from bodies of text to see what “topics” occur across all the documents. The intuition is that we expect ...