Posts by Shubham Kumar Singh
Author Biographical Info: Not available
Fellow coders, in this tutorial we are going to learn about matrix transpose using a high-quality linear algebra library in C++ called ‘armadillo’. Before we move on wi.... Read More
Fellow coders, in this tutorial we are going to learn how to use ‘bfloat16’ with TensorFlow models in Python. When using bfloat16 as opposed to 32 bit often proves to b.... Read More
Fellow coders, in this tutorial we are going to plot a Pie chart in Python with the help of Seaborn and Matplotlib. We will learn about data visualization and what is the benefit o.... Read More
Fellow coders, in this tutorial we are going to learn how to calculate the derivative of a function in Java. As we all know that, the derivative of a function measures the change i.... Read More
Fellow coders, In this tutorial we are going to learn to split RGB and HSV values in an image and display them separately using OpenCV in Python. We will also learn how we can conv.... Read More
Fellow coders, in this tutorial we will normalize images using OpenCV’s “cv2.normalize()” function in Python. Image Normalization is a process in which we change.... Read More
Fellow coders, in this tutorial we are going to build a deep neural network that classifies images using the Python programming language and it’s most popular open-source com.... Read More
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