Skip to content
This package was removed from CRAN on 2022-04-27. Its history is shown below.
Reason: check issues were not corrected in time. length > 1 in && or ||
Details below reflect version 3.0, its last release before removal.

gradDescent

3.0

Gradient Descent for Regression Tasks

0packages depend
downloads / year
test coverage
checks pass

Overview

About

An implementation of various learning algorithms based on Gradient Descent for dealing with regression tasks. The variants of gradient descent algorithm are : Mini-Batch Gradient Descent (MBGD), which is an optimization to use training data partially to reduce the computation load. Stochastic Gradient Descent (SGD), which is an optimization to use a random data in learning to reduce the computation load drastically. Stochastic Average Gradient (SAG), which is a SGD-based algorithm to minimize stochastic step to average. Momentum Gradient Descent (MGD), which is an optimization to speed-up gradient descent learning. Accelerated Gradient Descent (AGD), which is an optimization to accelerate gradient descent learning. Adagrad, which is a gradient-descent-based algorithm that accumulate previous cost to do adaptive learning. Adadelta, which is a gradient-descent-based algorithm that use hessian approximation to do adaptive learning. RMSprop, which is a gradient-descent-based algorithm that combine Adagrad and Adadelta adaptive learning ability. Adam, which is a gradient-descent-based algorithm that mean and variance moment to do adaptive learning. Stochastic Variance Reduce Gradient (SVRG), which is an optimization SGD-based algorithm to accelerates the process toward converging by reducing the gradient. Semi Stochastic Gradient Descent (SSGD),which is a SGD-based algorithm that combine GD and SGD to accelerates the process toward converging by choosing one of the gradients at a time. Stochastic Recursive Gradient Algorithm (SARAH), which is an optimization algorithm similarly SVRG to accelerates the process toward converging by accumulated stochastic information. Stochastic Recursive Gradient Algorithm+ (SARAHPlus), which is a SARAH practical variant algorithm to accelerates the process toward converging provides a possibility of earlier termination.

Install

Health

CRAN checks

CRAN check results are not tracked yet.

Documentation

Documentation signals are not tracked yet for this package.

Downloads

gradDescent
Daily download trend is not available in this view yet.
Also on17 r2u17 autocran840 conda_forge69 c2d4u

Dependencies

Declared dependencies
0 external dependencies (excludes base and recommended)
Depends (0)
none
Imports (0)
none
LinkingTo (0)
none
Suggests (0)
none
Enhances (0)
none
Reverse dependencies
0direct
indirect (not tracked)

Nothing depends on this yet.

Code & Tests

People & History

People (6)
Other (6)
Contributor · added in 3.0
Contributor
Contributor
Contributor · added in 3.0
Contributor · added in 3.0
Listed in earlier versions (1)
no longer listed · 2.0
Package Timeline

3 releases. R releases are shown for context.

  • R
    R 4.3.0 released · 2023-04-21
  • archivedRemoved from CRAN
    2022-04-27
    check issues were not corrected in time length > 1 in && or ||
  • R
    R 4.2.0 released · 2022-04-22
  • R
    R 4.1.0 released · 2021-05-18
  • R
    R 4.0.0 released · 2020-04-24
  • R
    R 3.6.0 released · 2019-04-26
  • R
    R 3.5.0 released · 2018-04-23
  • 3.0
    2018-01-25 · diff ↗
  • R
    R 3.4.0 released · 2017-04-21
  • 2.0.1
    2017-03-11 · diff ↗
  • 2.0
    2016-12-29
  • R
    R 3.3.0 released · 2016-05-03

Package metadata

Total releases
3
License
GPL (>= 2) | file LICENSE OSI
Download size
not tracked yet
Installed size
not tracked yet
With dependencies
not tracked yet
Report a problem with this page →