Learn R Programming

rcane (version 1.0)

Different Numeric Optimizations to Estimate Parameter Coefficients

Description

There are different numeric optimizations which are used in order to estimate coefficients in models such as linear regression and neural networks. This package covers parameter estimation in linear regression using different methods such as batch gradient descent, stochastic gradient descent, minibatch gradient descent and coordinate descent. Kiwiel, Krzysztof C (2001) Yu Nesterov (2004) Ferguson, Thomas S (1982) Zeiler, Matthew D (2012) Wright, Stephen J (2015) .

Copy Link

Version

Install

install.packages('rcane')

Monthly Downloads

6

Version

1.0

License

MIT + file LICENSE

Maintainer

Akshay Suresh

Last Published

June 4th, 2018

Functions in rcane (1.0)

rlm

RCANE
rlm.summaries

Accessing rlm Model Fits
plotLoss

plotLoss: Plot loss vs iteration graph