Posts from Machine Learning

Disease Prediction Using Machine Learning In Python Using GUI

By Shrimad Mishra

Hi, guys Today We will do a project which will predict the disease by taking symptoms from the user. Let us start the project, we will learn about the three different algorithms in.... Read More

Multinomial Logistic Regression in Python

By Debajyoti Saha

In this tutorial, we will learn how to implement logistic regression using Python. Let us begin with the concept behind multinomial logistic regression. In the binary classificatio.... Read More

Plotting a Histogram in Python using Seaborn

By Alokesh Bora

In this tutorial, I will be teaching you how to plot a histogram in Python using the seaborn library. Before we begin, make sure you have the seaborn library and matplotlib library.... Read More

Plotting Categorical Data with Seaborn in Python

By Alokesh Bora

This tutorial will teach you how to plot categorical data in Python using the Seaborn library. Before we begin, you must know what the seaborn library is all about. You must also h.... Read More

Line chart plotting using Seaborn in Python

By Alokesh Bora

This tutorial will teach you how to plot a line chart graph using two very useful Python libraries that are seaborn and matplotlib. Seaborn is a data visualization library based on.... Read More

Height-Weight Prediction By Using Linear Regression in Python

By Suvam Ghosh

Hi everyone, in this tutorial we are going to discuss “Height-Weight Prediction By Using Linear Regression in Python“. What is a Linear Regression? In statistics, linea.... Read More

How to Make Predictions with scikit-learn in Python

By Tuhin Mitra

In this post, I’ll discuss, “How to make predictions using scikit-learn” in Python. How to Install “scikit-learn” : I’ll be using Python version.... Read More

How to train Tensorflow models in Python?

By Prashant Jha

In this tutorial, I will explain what is Tensorflow and how to build, compile and train the models in Tensorflow Python deep learning module. So let’s continue… Basical.... Read More

Related Posts