Vectorization
why we need to convert text to a vector?
Machines don’t understand data in text form. we have to convert text to vectors so that mathematical operations can be performed on data. in NLP it is also know as word embeddings.
Deep Learning, NLP, NMT, AI, ML
Machines don’t understand data in text form. we have to convert text to vectors so that mathematical operations can be performed on data. in NLP it is also know as word embeddings.