Posts from Machine Learning

COVID-19 Outbreak Prediction Using Machine Learning in Python

By Sarbajit De

Here, we are going to discuss a burning topic COVID-19 outbreak and its prediction using various libraries in Python. This code will help us to understand the various factors of th.... Read More

Understanding the Face Recognition Algorithms

By Yash Gandhi

In today’s world, biometric sensors or devices used for security purposes. Biometric devices use because they provide more security and reliability. One of the techniques in biom.... Read More

KeyBoard Input Using Gestures in Python (Deep Learning)

By Tushar Goel

In this article, you will learn about how to take keyboard inputs using Gestures through CNNs and PyAutoGUI ( Python Automation Library). In today’s era of Automation, we wan.... Read More

Predictive Models for Ebola using Machine Learning in Python

By Vineet Raj

In this article, you will learn Predictive Models for Ebola using Machine Learning in Python. The Ebola virus spread according to the region and respective climate of countries. On.... Read More

Classification Of Iris Flower using Python

By Sarbajit De

This is a very basic machine learning program that is may be called the “Hello World” program of machine learning. So here I am going to discuss what are the basic step.... Read More

Gold Price Prediction Using Machine Learning in Python

By Anish Banerjee

In this tutorial, we will be predicting Gold Price by training on a Kaggle Dataset using machine learning in Python. This dataset from Kaggle contains all the depending factors tha.... Read More

Malaria Image prediction in Python using Machine Learning

By Anish Banerjee

In this tutorial, we will be classifying images of Malaria infected Cells. This dataset from Kaggle contains cell images of Malaria Infected cells and non-infected cells. To achiev.... Read More

Scikit-learn accuracy score

By Deepanshu Dashora

Introduction: In machine learning models accuracy plays an important role. Accuracy is a mirror of the effectiveness of our model. Not even this accuracy tells the percentage of co.... Read More

Related Posts