Category: Data Science

Daily Dose of Data Science – Day 10 – Quick tips for preparing for Data Science interviews

Today marks the 10th day of Daily Dose of Data Science series! Since the last 10 days you have been getting certain tips, ideas and recommendations about various aspects of the Data Science process for all level of Data Science and Machine Learning enthusiasts. Considering my experience from the field, today I wanted to share some…
Read more

Daily Dose of Data Science – Day 8 – Scenarios in which Transfer Learning may not work

In one of the previous editions of Daily Dose of Data Science I had talked about how TensorFlow Hub can accelerate modeling of unstructured data using the concept of transfer learning. But there are many possible scenarios in which Transfer Learning may not be the most effective option to go for. In this post, I will…
Read more

Daily Dose of Data Science – Day 7 – Machine Learning made easy with FLAML

It’s time for today’s Daily Dose of Data Science! Automated Machine Learning has been a hot topic since the last two years! Today, you will get to know about Fast and Lightweight AutoML from Microsoft called FLAML. Let’s dive in to know more. FLAML is a lightweight Python framework which helps you to perform and execute…
Read more

Daily Dose of Data Science – Day 6 – An easy approach to extract Keywords from paragraphs using KeyBERT

Welcome everyone for yet another Daily Dose of Data Science! For day 6, we will explore the world of natural language for the use case of keyword extraction from text using the BERT based architecture called KeyBERT. Let’s get started! KeyBERT is an open source Python framework with minimal and easy-to-use keyword extraction technique that…
Read more

Daily Dose of Data Science – Day 5 – Attractive data visualizations in Python using Matplotlib styles and Plotly

Its time to take your Daily Dose of Data Science! Today it will be a very light dose on an important topic of attractive data visualization in Python using Matplotlib styles and Plotly. Let’s dive in to know more! Data visualization, story telling and reporting are important skills for any data scientist. It is an…
Read more

Daily Dose of Data Science – Day 4 – Automate the time-series forecasting using Auto_TimeSeries

Let’s get you yet another Daily Dose of Data Science! This time we will discuss on an important topic about AutoML for time-series forecasting as time-series is one of the most common type of datasets any data scientist might come across and time-series data may require good amount of tuning to get generalized result. So,…
Read more

Daily Dose of Data Science – Day 3 – Accelerate Deep Learning using TensorFlow Hub

Time for another Daily Dose of Data Science! Majority of data scientists consider using Transfer Learning from pretrained Deep Learning models whenever they work on problems involving limited data. That’s where TensorFlow Hub comes in, to even further accelerate the usage, discovery and availability of pretrained machine learning models ready for fine-tuning and deployment anywhere!…
Read more

Daily Dose of Data Science – Day 2 – EDA made easy with Pandas Profiling

Welcome to day 2 of the Daily Dose of Data Science series! In this post we will discuss about a very useful framework called Pandas Profiling for doing a thorough exploratory data analysis in Python! I believe Exploratory Data Analysis (EDA) is one of the most important steps of a data science process. It is…
Read more

Daily Dose of Data Science – Day 1 – Keep yourself updated with the state of the art with PapersWithCode

Daily dose of data science is an initiative started to bring everyday tips, suggestions and recommendations for all enthusiasts who are practicing the art and science of Data Science! In this post, we will discuss more on the wonderful platform of paperswithcode that will get help you discover some of the fascinating research work done…
Read more

Computer Vision In Real Time

Computer Vision is one of the areas where Artificial Intelligence has made some significant improvements and impacts over the years. From self driving cars, to augmented reality, to visual assistance and even in automated visual security systems, CV has been quite impactful. The real benefit of computer vision can be leveraged when the vision processing…
Read more