In NLP, what is the process of converting words into numerical vectors called?

  • Embedding
  • Lemmatization
  • Stemming
  • Tokenization
The process of converting words into numerical vectors in NLP is called 'Embedding.' Word embeddings like Word2Vec, GloVe, and FastText are widely used to represent words as dense vectors in machine learning models.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *