Sadman Kabir SoumikinGeek CultureAutomate Your GCP VM Instance ProgramIf you have any script that needs to run every day/week/month at a particular time, and it’s a very long-running process (it takes more…Jul 3, 2022Jul 3, 2022
Sadman Kabir SoumikinGeek CultureRotate IP Address and User-agent to Scrape DataWhen web crawlers send many requests to the target site within a short time from the same IP and device, the target site may block the IP.Feb 20, 20222Feb 20, 20222
Sadman Kabir SoumikinGeek CultureCreate BigQuery Table using Pandas Dataframe from Google Compute EngineIf you are working in Google Compute Engine (GCE) through VM Instances, you can create BigQuery table from pandas dataframe. Each column of…Dec 22, 2021Dec 22, 2021
Sadman Kabir SoumikinGeek CultureSome Cool Python Code Snippets to Accelerate Your Python KnowledgeRevisiting python fundamental concepts which include tips and tricks to make your code more pythonic.Aug 20, 2021Aug 20, 2021
Sadman Kabir SoumikinAnalytics VidhyaHow to Calculate Confusion Matrix manually.To understand the terminologies properly, I will take a simple binary classification problem. Let’s say, our dataset contains the product…Jul 1, 20201Jul 1, 20201
Sadman Kabir SoumikA curated list of advice for programmers.Don’t be disappointedMay 13, 2020May 13, 2020
Sadman Kabir SoumikinAnalytics VidhyaHow to Prevent Overfitting in Machine Learning ModelsVery deep neural networks with a huge number of parameters are very robust machine learning systems. But, in this type of massive networks…May 9, 2020May 9, 2020
Sadman Kabir SoumikinThe StartupLambda, Map, Filter, and Reduce in PythonLambdaMay 6, 2020May 6, 2020