Posts by Nihar Kalsekar
Author Biographical Info: Not available
In this article, we are going to learn the Bias Variance Tradeoff in machine learning. If you master this concept it will greatly help you to understand your Machine Learning model.... Read More
In this tutorial, we will be learning the process of One hot encoding of datasets. One hot encoding transforms our categorical labels into vectors of zeros and ones. However, our r.... Read More
In this tutorial, we are going to learn Monte Carlo simulation. It is used to get the estimated probability of different outcomes. This is usually done in processes in which there .... Read More
In this tutorial, we will be seeing the implementation of BoxBlur() using the Python Imaging Library(PIL). The development of this Library was stopped in 2011. However many progr.... Read More