-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (23 loc) · 952 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (23 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: madgrad
Title: 'MADGRAD' Method for Stochastic Optimization
Version: 0.2.0.9000
Authors@R: c(
person("Daniel", "Falbel", email = "dfalbel@gmail.com", role = c("aut", "cre", "cph")),
person(family = "Posit Software, PBC", role = c("cph")),
person(family = "MADGRAD original implementation authors.", role = c("cph"))
)
Description: A Momentumized, Adaptive, Dual Averaged Gradient Method for Stochastic
Optimization algorithm. MADGRAD is a 'best-of-both-worlds' optimizer with the
generalization performance of stochastic gradient descent and at least as fast
convergence as that of Adam, often faster. A drop-in optim_madgrad() implementation
is provided based on Defazio et al (2020) <doi:10.48550/arXiv.2101.11075>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
torch (>= 0.3.0),
rlang
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3