(eCornell) Transforming Text Into Numeric Vectors
About This Course
In this course, you will transform text into numeric vectors, which allows us to perform arithmetic operations on textual information to calculate similarity. This is a classical natural language processing (NLP) technique, and it begins by creating different kinds of vectors. You will create both sparse and dense vectors, and you will compare vectors of different sizes to see how information is captured. Finally, you will measure similarity among document vectors, which is the real power of turning text into vectors. The ability to determine how similar two or more documents are is a common use of NLP, and you will practice this technique through hands-on exercises and projects The course is provided by eCornell in partnership with Genashtim.
What You'll Learn
Create document vectors using advanced feature engineering techniques
Measure similarity among different document vectors