An R package to find parameter estimates of Linear Regression
This is what we did...
A little more info
We start with arbitrary parameter estimates for linear regression and slide down to the optimal values.
We use 4 different algorithms:
-
Batch Gradient Descent
-
Stochastic Gradient Descent
-
Mini-batch Gradient Descent
-
Coordinate Descent
Batch | Stochastic | Coordinate |
---|---|---|
If you have R >= 3.4.2, follow the instructions
- Open R studio and run this on the console
install_github("sureshaks/rcane")
- Nothing. You can just include it in the search path and use it
library(rcane)
?rlm
Siddhesh Acharekar | Shivayogi Biradar | Hsiangwei Chao | Akshay Suresh |