Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 632 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 632 Bytes

Statistical Machine Learning Algorithms, implemented in R

Various Statistical and Machine Learning Algorithms, mainly from the ISLR book and datasets.

Topics: Linear Regression, Logistic Regression, Trees & Random Forest, KNN, SVM etc. In addition to important Machine Learning methods such as Cross-Validation, Model & Feature Selection, Regularization.

All the models are initially implemented from scratch, and later using the prebuilt libraries. (c) Dean Shabi

https://www-bcf.usc.edu/~gareth/ISL/