#machine-learning
Read more stories on Hashnode
Articles with this tag
Clustering is similar to classification, but the basis is different. In Clustering you don’t know what you are looking for, and you are trying to...
Let's assume we have 2 categories (Red & Green) Now if we have a new data (white), where should we keep it? Category 1 or, Category 2?? Using KNN ,...
Logistic regression is predicting a category from number of independent variables Here, let's assume a case that. We will check in which age people...
What is Classification? A way to identify category rather than some specific values like regression For example, example 1: In a shop we can know...
Let's think we have used certain amount of Nitrogen fertilizer on field and got some tons of potatoes in return. if we present it in a graph here yi...
It can be called as Ensemble Learning Ensemble learning is basically using same algorithms multiple times. Here in random forest, we use Decision...