Tuesday, November 5, 2019

Random Forest Approach


Random Forest Approach
  • Formation of many decision trees by trying different combinations
  • Best output is accepted on Voting
  • Noise Automatically Removed

DOCTORS / MEDICAL PRACTITIONERS
Every doctor tells the patient after giving medicine that come after 2-3 days. By this way, the doctors hit-and-trial different combinations. This is Random Forest Approach

Medicine-1:        X       Y       Z       Come after 2 days
Medicine-2:        X       W      Z       Come after 2 days
Patient OK
Another Patient: X      W      Z
Patient OK

Finally the doctor counts the highest occurrences of X and Z in each



No comments:

Post a Comment