nntrf: Supervised Data Transformation by Means of Neural Network Hidden Layer

A supervised transformation of datasets is performed. The aim is similar to that of Principal Component Analysis (PCA), that is, to carry out data transformation and dimensionality reduction, but in a supervised way. This is achieved by first training a 3-layer Multi-Layer Perceptron and then using the activations of the hidden layer as a transformation of the input features. In fact, it takes advantage of the change of representation provided by the hidden layer of a neural network. This can be useful as data pre-processing for Machine Learning methods in general, specially for those that do not work well with many irrelevant or redundant features. It uses the nnet package under the hood. Valls, J.M., Aler, R., Galvan, I.M., and Camacho, D. (2021). "Supervised data transformation and dimensionality reduction with a 3-layer multi-layer perceptron for classification problems". <doi:10.1007/s12652-020-02841-y> Rumelhart, D.E., Hinton, G.E. and Williams, R.J. (1986) "Learning representations by back-propagating errors" <doi:10.1038/323533a0>.

Version: 0.1.4
Depends: R (≥ 3.2.4)
Imports: nnet, NeuralNetTools, FNN, pracma
Suggests: dplyr, knitr, rmarkdown, ggplot2, ggridges, tidyr, forcats, mlr, mlrCPO
Published: 2021-02-26
Author: Ricardo Aler [aut, cre], Jose Valls [aut], Ines Galvan [aut], David Camacho [aut]
Maintainer: Ricardo Aler <ricardo.aler at uc3m.es>
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
NeedsCompilation: no
Materials: README NEWS
CRAN checks: nntrf results

Documentation:

Reference manual: nntrf.pdf
Vignettes: nntrf
nntrf for regression
nntrf hyper-parameter tuning

Downloads:

Package source: nntrf_0.1.4.tar.gz
Windows binaries: r-devel: nntrf_0.1.4.zip, r-release: nntrf_0.1.4.zip, r-oldrel: nntrf_0.1.4.zip
macOS binaries: r-release (arm64): nntrf_0.1.4.tgz, r-oldrel (arm64): nntrf_0.1.4.tgz, r-release (x86_64): nntrf_0.1.4.tgz, r-oldrel (x86_64): nntrf_0.1.4.tgz
Old sources: nntrf archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nntrf to link to this page.