Below you will find a mortgage prepayment calculator using which you can find out how much interest and time you will save if you pay…
Category: Data Science
In this article we will analyze USDA wheat yearbook dataset (linked here) to find if there is a shortage of wheat flour at the beginning…
In this article we will learn how to visualize a dataset using Python Seaborn library, specifically focussing on the Wheat Production and Supply dataset released…
In this article we will cover the problems of overfitting and under-fitting during the training of your Neural Network and the potential remedies you can…
This problem relates to Backpropagation algorithm used in training Neural Networks. The Backpropagation algorithm learns by calculating the gradient at each layer of the network…
Introduction Redis is an open source in-memory data structure store. It is a short for Remote Dictionary Server(REDIS). It is used as a distributed in-memory…
In the last post I described how to create a GIS shape file for the region of interest for which you need to extract the…
Creating Shape files In the first part we discussed how to download the netcdf files containing the weather data from NOAA’s website using Python. In…
NOAA is a US government agency that forecasts weather and monitors oceanic and atmospheric conditions. It is one of the biggest weather agencies in the…
This article covers two of the most important concepts related to execution of code in Apache Spark. It is crucial for your understanding of Spark…