Posts from Machine Learning

How to get batch size back from a TensorFlow dataset

By Salonii Tari

Hotshot TensorFlow is here! In this article, we learn how to get the batch size back from the input dataset or the iterator. Getting the batch size back Let’s brush up on a f.... Read More

Distributed training using Scikit-learn and Python

By Deepanshu Dashora

Introduction: Machine learning is a really distributed and practical field. For learning mL, you need to learn so many things Scikit-learn and python are one of them. It includes d.... Read More

Dummy classifiers using sklearn library in Python

By Shubham Kumar Singh

Fellow coders, in this tutorial we will learn about the dummy classifiers using the scikit-learn library in Python. Scikit-learn is a library in Python that provides a range of sup.... Read More

predict_proba for classification problem in Python

By Snigdha Ranjith

In this tutorial, we’ll see the function predict_proba for classification problem in Python. The main difference between predict_proba() and predict() methods is that predict.... Read More

Auto Login Bot Using Python

By Shrimad Mishra

Hi, everyone in this post I will tell you how you can make an Auto-Login Bot in Python. This will automatically log in to your account on a specific site when you run this code. We.... Read More

Sequential forward selection with Python and Scikit learn

By Deepanshu Dashora

In this article, we will learn sequential forward selection with Python and Scikit learn. Introduction: Sequential forward selection Right now datasets are very complex and with ex.... Read More

A Machine Learning Model In Python To Predict Employee Churn

By Abhishiek Bhadauria

In this tutorial, we will learn how to build a machine learning model in python to predict employee churning rate. To achieve this, we will have to import various modules in python.... Read More

Real time object detection using TensorFlow in Python

By Sushant Shaw

Hey there everyone, Today we will learn real-time object detection using python. Tensorflow object detection API available on GitHub has made it a lot easier to train our model and.... Read More

Related Posts