-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.02 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: OverICA
Type: Package
Title: Overcomplete Independent component analysis using generative adverserial networks and generalized covariance loss.
Version: 0.1.0
Authors@R:
person(given = "Michel",
family = "Nivard",
email = "[email protected]",
role = c("aut", "cre"))
Description:
Provides functions to estiamte Overcomplete Independent componentn analysis, using Torch and aloss funciton based on Empirical Cumulant Generating Functions (ECGF).
The package includes utilities for generating non-Gaussian data, aligning estimated parameters with true parameters
using the Hungarian algorithm, and optimizing parameters in torch using the Adam and L-BFGS optimizers. The package further has facilities to average multiple runs minimize error in component recovery.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
torch,
clue,
MASS
Suggests:
roxygen2,
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
RoxygenNote: 7.3.2