Posts by Shubham Kumar Singh
Author Biographical Info: Not available
Fellow coders, in this tutorial we will learn about “Image Thresholding” and implement it with the help of OpenCV in Python. Image thresholding is a technique that is u.... Read More
Fellow Coders, in this tutorial section we are going to create a program with click response on video output using events in OpenCV Python library. We will use “cv2.EVENT_LBU.... Read More
Fellow coders, in this tutorial we are going to learn about the finalize() method in Java programming language. We will also work on an example by implementing this method in a jav.... Read More
Fellow coders, in this tutorial we are going to create a project in Python programming language to extract the emails from a given website. This is a really interesting project whi.... Read More
Fellow coders, in this tutorial section, we will visualize the distribution of a dataset in Python. We use visualization techniques to better understand our data and to make it pre.... Read More
Fellow coders, in this tutorial we are going to learn to analyze and visualize earthquake data in Python using matplotlib. We will learn from where to download the CSV file for thi.... Read More
Fellow coders, in this tutorial we are going to learn about 8 queens problem and write a python program to solve it with the help of backtracking. What is the 8 queens problem? The.... Read More
Fellow coders, in this tutorial section we are going to learn about automatic differentiation, graphs, and autograd in PyTorch Python. PyTorch is a very popular deep learning libra.... Read More