Posts by Praveen Kumar
Author Biographical Info: Not available
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
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
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
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
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
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