Posts by Purnendu Das
Author Biographical Info: Not available
Hi, today we are going to learn the popular Machine Learning algorithm “Naive Bayes” theorem. The Naive Bayes theorem works on the basis of probability. Some of the stu.... Read More
Hi, today we are going to learn about Logistic Regression in Python. It is strongly recommended that you should have knowledge about regression and linear regression. Please watch .... Read More
Hi, today we are going to learn a very interesting and popular game in the Python programming language. Name of the game is Hangman game. I think at a time almost everyone played .... Read More
Hi, today we will learn how to extract useful data from a large dataset and how to fit datasets into a linear regression model. We will do various types of operations to perform re.... Read More
Hi, today we will learn about Deep Copy in python. It is a very important topic if we work with mutable objects. Python is a very smart and advanced programming language. It uses.... Read More
Hi, today we are going to learn how to add an image watermark to another image. We will use OpenCV to perform various type of image operations. We make this tutorial very easy to l.... Read More
Hi, today we will learn how to find nth Fibonacci number in python. At first, we should know about what is the Fibonacci series. Find nth Fibonacci number in Python Fibonacci Ser.... Read More
Hi, today we will learn about how to find an nth prime number in python. Finding a prime number is very easy in python. A prime number is a number which can only be divided by 1 an.... Read More