Code to write up the implicit SGD algorithm for loss functions.
- Modifications made to the sgd.R file to add code for Adam, AMSGrad, and RMSProp.
- Added code to plot mse for theta values for each of the algorithms in functions.R (run function)
- Added code to calculate time and memory usage for each of the algorithms in sgd.R