Mithilesh Pradhan has Published 60 Articles

Understanding Types of Mean

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 13:39:57

325 Views

Introduction The average value of a set of data points, observations, or values is known as the Mean of the data. It is the measure of the central tendency. Mathematically, the mean is obtained by dividing the sum of values by the number of values or observations. It is ... Read More

Types of Regression Techniques in Machine Learning

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 13:38:15

185 Views

Introduction Regression is the technique of predictive modeling to analyze the relationship between the independent variable and the dependent variable. The relation between the target(dependent variable) and the independent variable may be either linear or non-linear. The target is always continuous value and regression is widely used in forecasting, understanding ... Read More

Training Unigram Tagger in NLP

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 12:07:58

84 Views

Introduction A single token is called a unigram. A unigram tagger is the type of tagger that requires only one word for inferring the Parts of Speech of a word. It has the context of a single word.NLTK library provides us with the UnigramTagger and is inherited from NgramTagger. In ... Read More

Training a tokenizer and filtering stop words in a sentence

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 12:03:46

102 Views

Introduction In NLP tokenizing text into sentences is a very crucial preprocessing task. Tokenization is the process of breaking the text corpus into individual sentences. In NLTK, the default tokenizer does a good task to tokenize text however it fails to do so in cases where the text contains punctuations, ... Read More

Synsets for a word in WordNet in NLP

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:53:20

389 Views

Introduction WordNet is a large database of words present in the NLTK library in present in many languages for Natural Language related use cases. NLTK library has an interface known as Synset that allows us to look for words in WordNet. Verbs, Nouns, etc. are grouped into sunsets. WordNet and ... Read More

K-Medoids clustering with solved example in Machine Learning

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:51:43

1K+ Views

Introduction K-Medoids is an unsupervised clustering algorithm using the partition method of clustering. It is an improvised version of the K-Means clustering algorithm especially used to handle outlier data. It requires unlabeled data to work with. In this article let us understand the k-Medoids algorithm with an example. K-Medoids Algorithm ... Read More

Impacts of Artificial Intelligence in everyday life

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:27:02

87 Views

In today’s date, Artificial Intelligence has impacted our lives way in that nothing else could have impacted. It has changed how our daily jobs are done and has involvement in major areas of our industry, lives, and almost everything. Here in this article, we are going to see some areas ... Read More

Exploring Data Distribution

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:26:27

218 Views

Introduction The distribution of data gives us useful insights into the data while working with any data science or machine learning use case. Data Distribution is how the data is available and its present condition, the information about specific parts of the data, any outliers in the data as well ... Read More

Exploring Categorical Data

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:24:02

314 Views

Introduction Categorical data is a type of data that takes a fixed number of values and there is no possible logical order in such variables. Categorical variables can be blood groups, yes-no situations, gender, ranking (ex. first, second, third), etc. Categorical variables most of the time undergo encodings such as ... Read More

5 Machine Learning Projects to Implement as a Beginner

Mithilesh Pradhan

Mithilesh Pradhan

Updated on 09-Aug-2023 11:17:59

65 Views

Introduction Machine Learning is a diverse area with a wide range of applications in many domains. As far as we have an abundance of usable data and a problem to solve in a particular area, Machine Learning can do wonders. Machine Learning Projects can vary in terms of complexity from ... Read More

Advertisements