knitr::opts_chunk$set(echo = TRUE)

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
install_github("sureshaks/rcane")
library(rcane) ?rlm
| Siddhesh Acharekar | Shivayogi Biradar | Hsiangwei Chao | Akshay Suresh | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.