Posts by Sumit Singh

Author Biographical Info: Not available

How to assign a value to a TensorFlow variable in Python

By Sumit Singh

Today in this tutorial, we will learn about how to assign a value to a variable in TensorFlow with Python code example. Variables in a model are those that hold and update the para.... Read More

Checkpoint in Keras in machine learning

By Sumit Singh

In this tutorial, we will learn about creating a Checkpoint in Keras in Machine Learning. This checkpoint creation in Keras helps us to return to a checkpoint if something goes wro.... Read More

Webcam for Emotion Prediction using Machine Learning in Python

By Sumit Singh

Hello Learners, in this tutorial, we will be learning about making an emotion predictor using a webcam on your system with machine learning in Python. For this, we need to have a d.... Read More

Stacking Ensemble Machine Learning in Python

By Sumit Singh

In this tutorial, we will learn about the Stacking ensemble machine learning algorithm in Python. It is a machine learning algorithm that combines predictions of machine learning m.... Read More

Imbalanced Multiclass Classification with the E.coli Dataset in Python

By Sumit Singh

In this tutorial, we will be dealing with imbalanced multiclass classification with the E.coli dataset in Python. Classifications in which more than two labels can be predicted are.... Read More

SMOTE and Near Miss in Python for imbalanced datasets

By Sumit Singh

In this tutorial, we shall learn about dealing with imbalanced datasets with the help of SMOTE and Near Miss techniques in Python. Let’s first understand what imbalanced data.... Read More

argmax function used in Machine Learning in Python

By Sumit Singh

In this tutorial, we will be learning about the Argmax function used in machine learning. The argmax (arguments of the maxima) in mathematics, are points of a function at which it.... Read More

Develop A Neural Network That Can Read Handwriting

By Sumit Singh

In this tutorial, we shall learn to develop a neural network that can read handwriting with python. For this tutorial, we shall use the MNIST dataset, this dataset contains handwri.... Read More

Related Posts