Posts from Machine Learning

Classification use cases using h2o in Python and h2oFlow

By Ayyappa Hemanth

In this article, we are going to learn about the following : What is h2o Framework? h20 vs other frameworks Advantages of h2o installation of h2o on to your local machine Applying .... Read More

Detect beard from a face in Python

By Anubhav Aery

In this tutorial, we are going to learn how to detect beard form a face in Python using a webcam. We’ll be using Pycharm IDE to solve this problem. We will use OpenCV in orde.... Read More

tf.DeviceSpec in Tensorflow with example

By Mir Shaharayan Ali Khan

Hi guys, This tutorial is to briefly understand about tf.DeviceSpec in Tensorflow. The “tf.DeviceSpec” is one of the Tensorflow’s API that describes where the sta.... Read More

Predict Next Purchase using Machine Learning in Python

By Ashutosh Khandelwal

In this tutorial, we will learn how to Predict the Next Purchase using Machine Learning in Python programming language. Basically, by next purchase here we mean that number of item.... Read More

make_regression() function in sklearn with Python

By Ashutosh Khandelwal

In this tutorial, we will learn about make_regression() function in sklearn with Python. So, before starting let us see what we are going to do exactly. There are many datasets ava.... Read More

Implementation of Perceptron Algorithm for OR Logic with 2-bit binary input in Python

By Abuzer Malvi

The Perceptron algorithm is considered to be the simplest type of Artificial Neural Network and one can use it as the starting point in ANN. Perceptrons can deal with n number of i.... Read More

Network Intrusion detection System using Machine Learning

By Aumkar M Gadekar

Machine learning is one of the fastest-growing domains in technology and is finding applications in numerous fields. The ability to look for patterns in data using ML-techniques ha.... Read More

Wine Quality Prediction using Machine Learning in Python

By Yash Gandhi

Prediction for the quality of any product is an interesting matter to know about the product in detail and everyone interested to know more about the product quality and their cont.... Read More