vectorization

vectorization

January 28, 2024 | seedling, permanent

tags :

Summary #

Vectorizer: A vectorizer in NLP refers to a process that converts text documents or corpora into numerical feature vectors. This process involves representing each document as a vector in a high-dimensional space, where each dimension corresponds to a specific term in the vocabulary. There are various types of vectorizers, such as Count Vectorizers and TF-IDF Vectorizers.

CountVectorizer #

TF-IDF Vectorizer #


Links to this note

Go to random page

Previous Next