From 7deef2049bee4481fe736050d55d451b755648fd Mon Sep 17 00:00:00 2001 From: ledell Date: Tue, 15 Jul 2014 23:50:44 -0700 Subject: [PATCH] Added R libs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a74caf6..5110242 100644 --- a/README.md +++ b/README.md @@ -336,10 +336,14 @@ on MNIST digits[DEEP LEARNING] * [Clever Algorithms For Machine Learning](https://github.com/jbrownlee/CleverAlgorithmsMachineLearning) * [Machine Learning For Hackers](https://github.com/johnmyleswhite/ML_for_Hackers) +* [Machine Learning Task View on CRAN](http://cran.r-project.org/web/views/MachineLearning.html) - A list of ML packages in R, grouped by algorithm type. +* [caret](http://caret.r-forge.r-project.org/) - Unified interface to ~150 ML algorithms in R. +* [SuperLearner](https://github.com/ecpolley/SuperLearner) and [subsemble](http://cran.r-project.org/web/packages/subsemble/index.html) - Multi-algorithm ensemble learning packages. #### Data Analysis / Data Visualization * [Learning Statistics Using R](http://health.adelaide.edu.au/psychology/ccs/teaching/lsr/) +* [ggplot2](http://ggplot2.org/) - A data visualization package based on the grammar of graphics. ## Scala