Posts by Nihar Kalsekar

Author Biographical Info: Not available

Machine Learning | Bias Variance Tradeoff

By Nihar Kalsekar

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

One Hot Encoding of datasets in Python

By Nihar Kalsekar

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

Monte Carlo simulation in Python with few lines of code

By Nihar Kalsekar

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

Box Blur using Python PIL library

By Nihar Kalsekar

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

Related Posts