Machine Learning Meetup Notes:2011-4-13: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (Created page with 'Anthony Goldbloom from Kaggle Visits *Heritage Health Competition **Guy used random forests to win HIV competition. Word "random forests" is trademarked. Dude taught himself mac…')
 
mNo edit summary
Line 2: Line 2:


*Heritage Health Competition
*Heritage Health Competition
**Guy used random forests to win HIV competition. Word "random forests" is trademarked. Dude taught himself machine learning from watching youtube videos.
**Guy used random forests to win HIV competition. Word "random forests" is trademarked. Dude taught himself machine learning from watching youtube videos. Random forests are pretty robust to new data.
***Used [http://cran.r-project.org/web/packages/caret/ caret] package in R to deal with random forests.

Revision as of 20:03, 13 April 2011

Anthony Goldbloom from Kaggle Visits

  • Heritage Health Competition
    • Guy used random forests to win HIV competition. Word "random forests" is trademarked. Dude taught himself machine learning from watching youtube videos. Random forests are pretty robust to new data.
      • Used caret package in R to deal with random forests.