Exhaustive vs Non-exhaustive Cross-Validation in Machine Learning

Exhaustive vs Non-exhaustive Cross-Validation in Machine Learning is a short video to discuss the two types of cross-validation techniques that we have in machine learning https://youtu.be/WbOTf3ugeYA Exhaustive vs Non-exhaustive Cross-Validation in Machine Learning Happy Learning !!

Top Ten Reasons for NOT learning Machine Learning and Artificial Intelligence

This Post is not to discourage any one :)But at the same time we all should discuss the reality.The aim of this post is to discuss, if you have started learning or planning to learn machine learning, are you on the right path?The conclusion of right or wrong path completely depends on the individualAlright, so … Continue reading Top Ten Reasons for NOT learning Machine Learning and Artificial Intelligence

Normal Distribution and Probability Distribution in Statistics

https://youtu.be/KQH4PSF4AjE Normal Distribution vs Probability Distribution Function vs Bell Curve in Statistics In Statistics, the probability distribution function is a function that takes the values of a feature as input.The output of the probability distribution function is the probability of the values the feature can take. Therefore we can make predictions based on the probability distribution function. A normal … Continue reading Normal Distribution and Probability Distribution in Statistics

What is RANDOM in Random Forest Machine Learning Algorithm

Random forest machine learning is an algorithm that consists of many decision trees.In the Random Forest model, there are more than one decision tree models.Random forest algorithm can be used for both classification and regression problems. Prediction using Random forest classification modelClassification: Each individual tree in the random forest classification, predicts a class and the … Continue reading What is RANDOM in Random Forest Machine Learning Algorithm