Posts from Machine Learning

Classifier decision functions in Python

By Infant Raju

Hi, everyone in this tutorial we are going to see about classifier decision functions in brief with Python. What are the Decision functions? The Decision Function is used in classi.... Read More

Clustering in Machine Learning

By Manisha

In this article, we are going to study clustering which is used in machine learning. So, what is a cluster? A very basic answer to the question is, cluster means a group. In cluste.... Read More

KNN Classification using Scikit-Learn in Python

By Snigdha Ranjith

Today we’ll learn KNN Classification using Scikit-learn in Python. KNN stands for K Nearest Neighbors. The KNN Algorithm can be used for both classification and regression pr.... Read More

Predict survivors from Titanic tragedy using Machine Learning in Python

By Vanshikha Sharma

Machine Learning has become the most important and used technology in the last ten years. Machine Learning is basically learning done by machine using data given to it. Machine Lea.... Read More

Motion Detection using OpenCV in Python

By Snigdha Ranjith

In this tutorial, we will perform Motion Detection using OpenCV in Python. When the Python program detects any motion, it will draw a blue rectangle around the moving object. Pleas.... Read More

Supervised vs Unsupervised Machine Learning

By Manisha

The algorithm of machine learning works in two ways in particular: Supervised Learning Unsupervised Learning Supervised Learning It is the data that the machine will be processing .... Read More

Edge detection using OpenCV in Python

By Snigdha Ranjith

In this tutorial, we will learn how to perform Edge Detection using our webcam video using OpenCV in Python. By the end of this tutorial, you will know how incredibly easy it is! I.... Read More

Music Recommendation System Project using Python

By Neelesh Biswas

In this tutorial, we will learn how to create a music recommendation system project using Python. Nowadays, we all use online music streaming services like Spotify, ITunes, Jio Saa.... Read More

Related Posts