Statistical Learning Using R

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.
Alternatives To Statistical Learning Using R
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Machine Learning Articles519
4 years ago
Monthly Series - Top 10 Machine Learning Articles
100 Days Of Ml Code201
4 months agoJupyter Notebook
A day to day plan for this challenge. Covers both theoritical and practical aspects
Awesome Ai121
2 years agomit
The guide to master Artificial Intelligence (machine learning & deep learning) from beginner to advance
Free Artificial Intelligence Resources49
2 years agon,ullmit
Welcome, to this Open Source Repository regarding FREE ARTIFICIAL INTELLIGENCE RESOURCE. Get Benefit from the free resources mention & kindly five STAR & FORK this so that it can get maximum Fame so that Everyone can take advantage.
A Guide To Machine Learning In R17
4 years agoR
A series of articles to get started into the field of Machine Learning with R language
Statistical Learning Using R16
5 years agoR
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.
Ml Classifier10
17 days ago4mitJupyter Notebook
Classify news articles into different categories using Machine Learning
Trendster5
6 years agoPython
Galvanize Capstone Project Repo: demystifying the evolution of topics over time.
Source Code4
5 years agoJupyter Notebook
The accompanying repository for all the source code of articles from the ML Endeavours blog. ML Endeavours is a blog dedicated to Machine Learning, a subset of Artificial Intelligence (AI).
Reproducibleresearchcode2
4 years agomitC
Python code to reproduce our article "Toward faultless content-based playlists generation for instrumentals"
Alternatives To Statistical Learning Using R
Select To Compare


Alternative Project Comparisons
Readme

Statistical-Learning-Techniques

This is a Statistical Learning repository which will consist of various Learning algorithms and their implementation in R and 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.

Topics Covered :

  1. Supervised Learning

  2. Model Selection techniques - AIC, BIC, Mallow's Cp , Adjusted R-squared , Cross validation error.

  3. Shrinkage Methods and Regularization techniques - Ridge Regression , LASSO, L1 norm, L2 norm.

  4. Non-linear Regression and parametric models

  5. Non-parametric model - K-nearest neighbor algorithm

  6. Tree based Modelling - Decision Trees

  7. Bayesian Modelling technique : Naive Bayes algorithm.

  8. Ensemble learning - Random Forests, Gradient Boosting , Bagging.

  9. Re-sampling methods and Cross Validation

  10. 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


Third Document on implementing Generalized Additive Models in R and their overview

http://rpubs.com/anish20/GeneralizedAdditiveModelsinR


Fourth document on Implementing Decision Trees in R using the 'tree' package

http://rpubs.com/anish20/decisionTreesinR


Fifth Article which Explains the concept of Random Forests and how to Implement it in R

http://rpubs.com/anish20/RandomForests


Article on Support Vector Machine in R

http://rpubs.com/anish20/svmR


Article on Radial Kernel Support vector classifier

http://rpubs.com/anish20/radialSVM


Article on implementing PCA in R and the maths behind it.

http://rpubs.com/anish20/PCA


Article which explaines K-means clustering algorithm and its implementation in R

http://rpubs.com/anish20/k-means

Popular Machine Learning Algorithms Projects
Popular Article Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
R
Article
Data Science
Data Analysis
Machine Learning Algorithms
Logistic Regression
Decision Trees
Predictive Modeling