Posts by Praveen Kumar

Author Biographical Info: Not available

Word Cloud in Python

By Praveen Kumar

In this tutorial, We are going to understand the graphical representation of text data used for highlighting important or more frequent words or keywords. The word cloud in Python .... Read More

p-value in Machine Learning

By Praveen Kumar

In this tutorial, we are going to understand about the most frequently used topic in statistics called p-value. While performing a statistical test how can we know that the result .... Read More

Multiple Regression in Machine Learning with example in Python

By Praveen Kumar

In this tutorial, We are going to understand Multiple Regression which is used as a predictive analysis tool in Machine Learning and see the example in Python. We know that the Lin.... Read More

Gradient Descendent – A Minimization Technique in Python

By Praveen Kumar

In this tutorial, We are going to understand a minimization technique in machine Learning called Gradient Descendent. This is an optimization algorithm that finds a minimum of func.... Read More

Word Collocations in NLP

By Praveen Kumar

In this tutorial, We will learn about Collocation in Natural Language Processing with Python program. We will start this tutorial with a question What is collocation? Collocation i.... Read More

pandas.query() method with examples

By Praveen Kumar

We know how the pandas library written in Python plays an important role in Data manipulation and Analysis. In this tutorial, We will understand Dataframe.query(),one of the filter.... Read More