Pranshu Aggarwal

Born and raised in New Delhi, India, Pranshu holds an engineering degree in Computer Science and a master's degree in Analytics. He is skilled in data science, machine learning and statistics and has a sound knowledge of different facets of a business. He is a strong believer of "Technology and Data can change the world and make it a better place". He is passionate about sharing knowledge with the world.
Open-Source AI Tools

Open-Source AI Tools

  • December 22, 2020

In this article, we will go through some of the most commonly used open-source AI tools available in the market. This is not an exhaustive list. But it serves as a good starting point for anyone trying to venture into machine learning or artificial intelligence. Since these are open-source AI...

Recurrent Neural Networks

Recurrent Neural Networks

  • October 27, 2020

In this article, we will explore recurrent neural networks. For all the readers who are not versed with the concept of neural networks, I will recommend that you go through one of our previous articles and get a basic understanding of how a neural network works. Disclaimer – The concepts...

Common Data Distributions for Data Science

Common Data Distributions for Data Science

  • October 13, 2020

Data distributions lie at the heart of all the machine learning algorithms and data science techniques. A machine learning algorithm is only as good as the data it gets. Hence, it is important to fully understand the data and data distributions before we build our models. Consequently, explore and understand...

The art of Storytelling and Data Science

The art of Storytelling and Data Science

  • August 11, 2020

Data Science and storytelling are inseparable. And the bridge between the two is data. I had talked about storytelling in my article about Business Analyst/Data Scientist learnings but thought it would be better to elaborate more about the storytelling part. Imagine you are a data science executive in an organization....

SARIMA Using Python – Forecast Seasonal Data

SARIMA Using Python – Forecast Seasonal Data

  • July 20, 2020

In this article, we explore the world of time series and how to implement the SARIMA model to forecast seasonal data using python. SARIMA is a widely used technique in time series analysis to predict future values based on historical data having a seasonal component. For example, the sales of...