Jamaley Hussain
Machine Learning – Model Evaluation
Model evaluation is the process of assessing the performance of a model on a dataset. This is typically done by…
Machine Learning – Model Building
Machine learning is a type of artificial intelligence that allows computer programs to learn from data and improve their performance…
ML – Customer Segmentation
Dividing customers into groups based on similar functionality or customer segmentation is based on the problem of clustering which means…
NLP – Bag of Words
Bag of Words A bag of words is a particular representation model used to simplify the contents of a selection…
NLP – Word segmentation
Word segmentation This is the act of taking a string of text and deriving word forms from it. Example: A…
What is Chi-Square Test ?
In the field of statistics Occasionally we heard about categorical data, tests to validate the results, and different approaches to…
NLP – N-grams
N-grams A combination of multiple words together is called N-Grams. N-grams (N > 1) are generally more informative as compared…
NLP – Tokenization
Tokenization It's the process of breaking down the text into sentences and phrases. The work entails breaking down a text…
NLP – Corpus
Corpus In linguistics and NLP, corpus (literally Latin for body) refers to a collection of texts. Such collections may be formed…
NLP – Natural language processing [Intro]
Hi folks, Here in this article we are going to see basic terminology and learn about Natural Language processing. Introduction…