...
Full Bio
Automation Anywhere Join Hands With Microsoft To Advance The Adoption Of RPA Technology
32 days ago
Listed Key Characteristics Of Cloud Computing
118 days ago
A Strong Determination Of Machine Learning In 2K19
158 days ago
Data Science: A Team Spirit
165 days ago
If You Are A Beginner Then Have Handy These Machine Learning Books To Gain Knowledge
166 days ago
These Computer Science Certifications Really Pay Good To You
121077 views
List Of Top 5 Programming Skills Which Makes The Programmer Different From Others?
118716 views
Which Programming Language Should We Use On A Regular Basis?
108651 views
Cloud Engineers Are In Demand And What Programming Language They Should Learn?
91098 views
Python Opens The Door For Computer Programming
69939 views
Know How With Boosting Algorithm The Accuracy Of Machine Learning Model Can Be increased?

- Create many (e.g. 100) random sub-samples of our dataset with replacement (meaning we can select the same value multiple times).
- Learn(train) a decision tree on each sample.
- Given new dataset, Calculate the prediction for each sub-sample.
- Calculate the average of all of our collected predictions(also called bootstrap estimates) and use that as our estimated prediction for the data.
- The procedure can be used in similar way for classification trees. For example, if we had 5 decision trees that made the following class predictions for an input sample: blue, blue, red, blue and red, we would take the most frequent class and predict blue.