nnlib2Rcpp-package {nnlib2Rcpp}R Documentation

A collection of Neural Networks and tools to create custom models

Description

This package provides a module (NN module) to define and control neural networks containing predefined or custom components (layers, sets of connnections etc.). These components may have been derived from nnlib2 NN components (written in C++) or defined using R.

It also contains a small collection of ready-to-use Neural Networks (NN), i.e. versions of Autoencoder, Back-Propagation, Learning Vector Quantization and Matrix Associative Memory NN. More information and examples for each of the above can be found in its documentation (see below).

Ready-to-use Neural Networks:

Custom Neural Networks:

Author(s)

Author/Maintainer:

Contributors:

References

References for the ready-to-use NN models (can also be found in related documentation):

See Also

More information and examples on using the package can be found in the following vignette:

vignette("manual", package='nnlib2Rcpp')

Related links:


[Package nnlib2Rcpp version 0.2.8 Index]