Machine Learning

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...

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...

A Beginner’s Guide to Artificial Neural Networks

A Beginner’s Guide to Artificial Neural Networks

  • June 6, 2020

In this article, We would like to talk to you about artificial neural networks. Yes, you read it right. We will try and understand what are artificial neural networks. What are its different types? And finally what type of neural network suits which situation. The idea is simple – I...