Abhishek Wasnik

Normal Distribution in Python

Even if you are not in the field of statistics, you must have come across the term “Normal Distribution”. A probability distribution is a statistical function that describes the likelihood of obtaining the possible values that a random variable can take. By this, we mean the range of values that a parameter can take when

Normal Distribution in Python Read More »

Naive Bayes Classifier with Python

Naïve Bayes Classifier is a probabilistic classifier and is based on Bayes Theorem. In Machine learning, a classification problem represents the selection of the Best Hypothesis given the data. Given a new data point, we try to classify which class label this new data instance belongs to. The prior knowledge about the past data helps

Naive Bayes Classifier with Python Read More »