Customer Segmentation using K means Clustering in Machine Learning with Python

By Kotha Narasimha Rao

This tutorial will discuss customer segmentation using the k means clustering algorithm with the help of step by step guide in Python programming. K means the clustering Algorithm .... Read More

House Price prediction using Linear, Lasso and Ridge Regression in Python

By Kotha Narasimha Rao

In this tutorial, we will discuss about house price prediction in a major city like Banglore using Linear, Lasso and Ridge Regression with the help of Python programming. You can .... Read More

Depthwise Separable Convolutions using Tensorflow in Python

By Shreya Kulkarni

In this tutorial, we are going to learn about Depthwise Separable Convolution using the Tensorflow library in Python. Let’s first understand what we meant by Depthwise Convol.... Read More

Customer Churn Prediction Using ANN with TensorFlow in Python

By Kotha Narasimha Rao

In this tutorial, we will discuss customer churn prediction using ANN with TensorFlow deep learning Python module. We will use Keras API built on top of TensorFlow ANN:-Artificial .... Read More

Car Price Prediction using Lasso and Linear Regression in Python

By Kotha Narasimha Rao

In this tutorial, we will discuss Car price prediction using two types of regression where one is Linear Regression and the second one is Lasso Regression. We will use the scikit-l.... Read More

Alcohol Quality Prediction using Random Forest Classification

By Kotha Narasimha Rao

This tutorial will discuss wine quality prediction using a Random forest classifier algorithm using the language python. The general introduction of this tutorial is to predict the.... Read More

Gold Price Prediction using Random Forests in Python

By Kotha Narasimha Rao

In this tutorial, we will discuss gold price prediction using Random Forests in Python with the help of scikit-learn machine learning module. We can predict the gold price using th.... Read More

Sentiment Analysis on Movie Reviews using Scikit-Learn

By Kausik Kar

Hello learners! Today we will be learning how to conduct Sentiment Analysis on Movie Reviews using the Scikit-Learn Library in the Python library. Scikit-Learn is a very powerful m.... Read More

Understanding tf.reduce_sum() function in TensorFlow

By Shreya Kulkarni

Hello everyone, This tutorial will explain how to use tf.reduce_sum() in TensorFlow. What is TensorFlow? TensorFlow is a Python library used in machine learning as well as deep lea.... Read More

Linear Regression with Scikit-Learn in Python

By Shreya Kulkarni

Hello everyone, In this tutorial, we are going to learn how to perform linear regression in python using scikit-learn so that we can use it for prediction purposes as well as for a.... Read More