- Notifications
You must be signed in to change notification settings - Fork25
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
anishsingh20/Statistical-Learning-using-R
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is a Statistical Learning repository which will consist of various Learning algorithms and their implementation in Rand their in depth interpretation. Below are the links to the implementation and their in-depth explanation of the learning algorithms in R. All the documents below contain the under-lying mathematical concepts explained with respect to a simple case study in R.
Supervised Learning
Model Selection techniques - AIC, BIC, Mallow's Cp , Adjusted R-squared , Cross validation error.
Shrinkage Methods and Regularization techniques - Ridge Regression , LASSO, L1 norm, L2 norm.
Non-linear Regression and parametric models
Non-parametric model - K-nearest neighbor algorithm
Tree based Modelling - Decision Trees
Bayesian Modelling technique : Naive Bayes algorithm.
Ensemble learning - Random Forests, Gradient Boosting , Bagging.
Re-sampling methods and Cross Validation
Unsupervised learning
First Document published on Polynomial Regression Tecnhiques which adds Non linearities to the Model and makes the model learn Non linear Functions.
http://rpubs.com/anish20/polynomialRegression
Second Document on step by step Implementation of Cubic Splines and Smoothing Splines in R and how they transform the variables by adding Truncated Basis functions b(X) and how it is better from Polynomial Regression, to learn Non linear Functional Mappings from X(Predictors) to Y(Target)
http://rpubs.com/anish20/Splines
http://rpubs.com/anish20/GeneralizedAdditiveModelsinR
http://rpubs.com/anish20/decisionTreesinR
http://rpubs.com/anish20/RandomForests
http://rpubs.com/anish20/radialSVM
About
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.