shubham chauhanHow to download torrent files using python?Downloading torrent using utorrent or bittorrent is quite easy. But for any reason if you want to download torrent using codding then this…Oct 27, 2022Oct 27, 2022
shubham chauhanPython | How to download file from google drive link / URL without authorization?If you want to download a file from URL using python then you can do it easily using “request” library but if you try to download file from…Oct 27, 2022Oct 27, 2022
shubham chauhanHow Pooling layer works in convolutional neural networksOne of the most important layer in a CNN architecture is Pooling layer. In this article we will understand what is pooling layer? what does…Dec 20, 20211Dec 20, 20211
shubham chauhanA simple explanation to filters, stride and padding in CNNWe know that CNN use filters to extract feature from the image. This filter moves across the image starting from top left and moving…Dec 13, 20211Dec 13, 20211
shubham chauhanBeginners guide to Convolution Neural NetworksIn our last article on , we learned how neural networks work. In this article we will look into another type of a neural network used in…Dec 5, 2021Dec 5, 2021
shubham chauhanPrecision and Recall — As simple as possiblePrecision and recall are the two terms which confused me a lot in my machine learning path. These terms sound easy but they are not as…Mar 21, 2021Mar 21, 2021
shubham chauhanWhat is Neural Network (understanding neural networks as simple as possible)If you are new to machine learning and facing difficulty in understanding what is neural network (also known as artificial neural network)…Mar 2, 2021Mar 2, 2021
shubham chauhanExtract Captcha Text using CNN in Python(Captcha solver)Use Convolutional Neural Networks(CNNs) and OpenCV to extract the text from a Captcha image. The article includes code in Python as well.Aug 13, 20191Aug 13, 20191
shubham chauhanUnderstanding mean Average Precision for Object Detection (with Python Code)Mean Average Precision is a good metric to evaluate your Object Detection model. This article includes a simple code on how to calculate…Jun 28, 20193Jun 28, 20193
shubham chauhanScrape Soundcloud data using selenium from scratch.Learn how you can scrape data from websites using selenium. Scrape Soundcloud data and store it in a dataframe for further analysis.Jun 22, 2019Jun 22, 2019