Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 602 Bytes

#Machine Learning in R: Supervised Classificiation ##Scripts relating to talk at Manchester R user group ###29/02/2016

These scripts demonstrate (very simply), how to use three useful machine learning algorithims in R to do supervised classifciation. They are:

  • The Elastic Net using the glmnet package
  • Gradient Boosting using the xgboost package
  • Deep Learning Neural Networks using the H2o package