Posts by Shubham Kumar Singh
Author Biographical Info: Not available
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