natural language

Data Science / AI blog article related with Natural Language Processing(NLP)

Word Embeddings – blessing or curse in disguise?

As word embeddings become more and more ubiquitous in language applications, a key issue has likewise emerged. The ability of embeddings to learn complex, underlying relationships between words is also their greatest caveat: How do we know when we have trained a good embedding? It’s important to differentiate between a good embedding in a more general sense and …

Word Embeddings – blessing or curse in disguise? Read More »

Pre-processing Data

In Data Science, before building a predictive model from a particular data set, it is important to explore and perform pre-processing data.  In this blog, we will illustrate some typical steps in data pre-processing. In this particular exercise, we will build a simple Decision Tree model to classify the food cuisine from the list of …

Pre-processing Data Read More »