Author: Aditya

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

Radiographic Image Analysis

Over the years, AI and Machine Learning has been able to make tremendous impact particularly in the health care domain. Universities and organizations like Nvidia, Microsoft, Intel are working with Medical institutes and healthcare centers to provide open source medical datasets, including image datasets and working on creating AI driven automated solutions in the healthcare…
Read more

Sales and Demand Forecast Analysis

Business Forecasting and analysis is one of the old industrial problems that has known to exist over a really long time. With the advancement in statistical and business analytical approaches, organization have known to seen a great improvement in the overall business forecasting process. With availability of large volume of curated data, data driven business…
Read more

Artistic image generation using Neural Style Transfer

In this post, we will learn how to use deep learning to generate images (base image) in the style of another image (style image). This is known as neural style transfer! This is a technique outlined in Leon A. Gatys’ paper, A Neural Algorithm of Artistic Style which is a great read, and you should…
Read more

Reboot 2.0!

I had first started writing blog articles way back in 2017. But somehow I was not able to spend much time in writing blogs back then. But I realized, by publishing my work and learning in the form of blog articles actually helps me a lot in summarizing my thoughts. So, after a long pause…
Read more

Time Series Tips and Tricks

In this series, I am going to share some tips and tricks when doing time series analysis. If you are someone familiar with R, I would recommend you to take a look at some of my R time series utility code snippets.