NNbenchmark-package: Package NNbenchmark

Description Examples

Description

Datasets and functions to benchmark (convergence, speed, ease of use) R packages dedicated to regression with neural networks (no classification in this version). The templates for the tested packages are available at <https://github.com/pkR-pkR/NNbenchmarkTemplates/tree/master/R> and <https://akshajverma.com/NNbenchmarkWeb>.

Examples

1
2
3
4
5
6
ds <- grep("^[m,u]", ls("package:NNbenchmark2019"), value = TRUE); ds
t(sapply(ds, function(x) dim(get(x)))) 
NNdataSummary(NNdatasets)
plot(uGauss2)
pairs(mIshigami)
ht(NNdatasets, n = 2, l = 6)

pkR-pkR/NNbenchmark2019 documentation built on June 22, 2020, 12:10 a.m.